Documentation ¶
Index ¶
Constants ¶
View Source
const (
NamespaceName = "namespaces"
)
Variables ¶
This section is empty.
Functions ¶
func PropagatedVersionName ¶
func PropagatedVersionPrefix ¶
Types ¶
type ClusterConditionType ¶
type ClusterConditionType string
const ( // ClusterReady means the cluster is ready to accept workloads. ClusterReady ClusterConditionType = "Ready" // ClusterOffline means the cluster is temporarily down or not reachable ClusterOffline ClusterConditionType = "Offline" )
These are valid conditions of a cluster.
Click to show internal directories.
Click to hide internal directories.