Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterStatus ¶
type ClusterStatus struct { // The target cluster name ClusterName string // Tells if the cluster exists Exists bool // Tells if the cluster is valid IsValid bool // Tells if the cluster needs a rolling update NeedsUpdate bool }
ClusterStatus reports status of a cluster
func GetClusterStatus ¶
func GetClusterStatus(name string, clientset simple.Clientset) (*ClusterStatus, error)
Click to show internal directories.
Click to hide internal directories.