Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { // FromClientConfig returns a Kubernetes client for the given client config. FromClientConfig(config clientcmd.ClientConfig) (client.Client, error) }
Provider is able to take a kubeconfig either directly or from a file and return a controller-runtime client for it.
Click to show internal directories.
Click to hide internal directories.