Documentation ¶
Index ¶
- type DeploymentStatus
- func GetDaemonSetStatus(dcs []appsv1.DaemonSet) DeploymentStatus
- func GetDeploymentConfigStatus(dcs []oappsv1.DeploymentConfig) DeploymentStatus
- func GetDeploymentStatus(dcs []appsv1.Deployment) DeploymentStatus
- func GetSingleDaemonSetStatus(ds appsv1.DaemonSet) DeploymentStatus
- func GetSingleDeploymentStatus(dc appsv1.Deployment) DeploymentStatus
- func GetSingleStatefulSetStatus(ss appsv1.StatefulSet) DeploymentStatus
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentStatus ¶
type DeploymentStatus struct { // Deployments are ready to serve requests Ready []string `json:"ready,omitempty"` // Deployments are starting, may or may not succeed Starting []string `json:"starting,omitempty"` // Deployments are not starting, unclear what next step will be Stopped []string `json:"stopped,omitempty"` }
func GetDaemonSetStatus ¶
func GetDaemonSetStatus(dcs []appsv1.DaemonSet) DeploymentStatus
func GetDeploymentConfigStatus ¶
func GetDeploymentConfigStatus(dcs []oappsv1.DeploymentConfig) DeploymentStatus
func GetDeploymentStatus ¶
func GetDeploymentStatus(dcs []appsv1.Deployment) DeploymentStatus
func GetSingleDaemonSetStatus ¶
func GetSingleDaemonSetStatus(ds appsv1.DaemonSet) DeploymentStatus
func GetSingleDeploymentStatus ¶
func GetSingleDeploymentStatus(dc appsv1.Deployment) DeploymentStatus
func GetSingleStatefulSetStatus ¶
func GetSingleStatefulSetStatus(ss appsv1.StatefulSet) DeploymentStatus
func (*DeploymentStatus) DeepCopy ¶
func (in *DeploymentStatus) DeepCopy() *DeploymentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Deployments.
func (*DeploymentStatus) DeepCopyInto ¶
func (in *DeploymentStatus) DeepCopyInto(out *DeploymentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.