Documentation
¶
Index ¶
Constants ¶
View Source
const (
NamespaceName = "namespaces"
)
Variables ¶
This section is empty.
Functions ¶
func PropagatedVersionName ¶
func PropagatedVersionName(kind, resourceName string) string
func PropagatedVersionPrefix ¶ added in v0.0.2
func PropagatedVersionPrefix(kind string) string
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.