Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KubeconfigDir is the default kubeconfig directory. KubeconfigDir = ".kube" // KubeconfigFile is the default kubeconfig file. KubeconfigFile = "config" // UpboundKubeconfigKeyFmt is the format for Upbound control plane entries // in a kubeconfig file. UpboundKubeconfigKeyFmt = "upbound-%s" )
Variables ¶
This section is empty.
Functions ¶
func BuildControlPlaneKubeconfig ¶ added in v0.4.0
BuildControlPlaneKubeconfig builds a kubeconfig entry for a control plane.
Types ¶
type SecretApplicator ¶ added in v0.5.0
type SecretApplicator struct {
// contains filtered or unexported fields
}
SecretApplicator creates or updates Secrets. In the event that the Secret exists and must be updated, it is completely replaced, not patched.
func NewSecretApplicator ¶ added in v0.5.0
func NewSecretApplicator(client kubernetes.Interface) *SecretApplicator
NewSecretApplicator constructs a SecretApplicator with the passed Kubernetes client.
Click to show internal directories.
Click to hide internal directories.