Documentation ¶
Overview ¶
Copyright (C) 2021-2023, Kubefirst
This program is licensed under MIT. See the LICENSE file for more details.
Index ¶
Constants ¶
View Source
const ( // The Namespace in which Kubefirst runs in-cluster KubefirstNamespace = "kubefirst" // The name of the Secret that holds authentication credentials KubefirstAuthSecretName = "kubefirst-secret" // Cluster statuses ClusterStatusDeleted = "deleted" ClusterStatusDeleting = "deleting" ClusterStatusError = "error" ClusterStatusProvisioned = "provisioned" ClusterStatusProvisioning = "provisioning" SilenceGetEnv = true )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.