# Functions
BuildCloudControlPlaneKubeconfig builds a kubeconfig entry for a control plane.
DynamicWatch starts a watch on the given resource type.
GetKubeConfig constructs a Kubernetes REST config from the specified kubeconfig, or falls back to same defaults as kubectl.
MergeIntoKubeConfig applies a control plane kubeconfig to an existing kubeconfig file and sets it as the current context.
NewImagePullApplicator constructs a new ImagePullApplicator with the passed SecretApplicator.
NewSecretApplicator constructs a SecretApplicator with the passed Kubernetes client.
No description provided by the author
# Constants
UpboundK8sResource is appended to the end of the kubeconfig server path.
UpboundKubeconfigKeyFmt is the format for Upbound control plane entries in a kubeconfig file.
# Structs
ImagePullApplicator constructs and creates or updates an image pull Secret.
SecretApplicator creates or updates Secrets.