View Source API Reference kubereq v0.3.1

Modules

Kubereq processes requests to your Kubernetes API Server.

Helper module to access maps in lists.

Indicates an error with the Kubernetes Configuration

Indicates an error during the Req steps processing.

This is the Pluggable.Token for the pipeline loading the Kubernetes config. The Kubeconfig represents the configuration to establish a connection to the Kubernetes cluster. It contains informations like endpoint, certificates, user authentication details etc.

Default pipeline of pluggable steps for loading the Kubeconfig. Tries to build the Kubeconfig from different default settings.

Pluggable step that loads the Kubeconfig from a config file whose location is defined by an ENV variable. Uses Kubereq.Kubeconfig.File under the hood.

Pluggable step that load the Kubeconfig from a file.

Pluggable step that builds the Kubeconfig using a Service Account's token for authentication.

Req testing conveniences for kubereq requests.

Req step to format field selectors.

Req step to format label selectors.