jpl

package module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

README

jpl

Common Changelog

jpl is a library for managing the connection and application of Kubernetes manifest to a cluster.

The library will also provide functions for adding additional behaviours during the apply.

jpl is the acronym for Jet Propulsion Laboratory, the NASA branch that is responsible for the construction and operation of planetary robotic spacecraft.

Testing

jpl provides various make command to handle various tasks that you may need during development, but you need at least these dependencies installed on your machine:

  • make
  • bash
  • golang, for the exact version see the .go-version file in the repository

Once you have all the correct dependencies installed and the code pulled you can run the library tests with:

make test

The tests will run against envtest using setup-envtest with a default Kubernetes version that can be changed using the variable ENVTEST_K8S_VERSION before launching make test

We provide a devcontainer configuration that will setup the correct dependencies and predownload the tools used for linting. Also if you use VSCode it will setup three extensions that we recommend.

Linting

For linting your files make provide the following command:

make lint

This command will run go vet and go mod tidy for cleaning up the go.mod and go.sum files and stop if it senses that the files are changed and where not already commited or added to the git staging area, this check is done forcing the user to not forgetting this steps and for breaking the ci/cd on GitHub if those files are not in the correct shape.
Additionally the command will download and use the golangci-lint cli for running various linters on the code, the configuration used can be seen here.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL