View Source API Reference kubereq v0.4.0
Modules
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.
Establish a connection to a Pod and execute a command in a container.
Establish a connection to a Pod and stream logs.
Req step to format field selectors.
Req step to format label selectors.
A behaviour module for implementing a Kubernetes watch event handler.