Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TimedOutReason is added in a deployment when its newest replica set fails to show any progress // within the given deadline (progressDeadlineSeconds). TimedOutReason = "ProgressDeadlineExceeded" )
Variables ¶
This section is empty.
Functions ¶
func GetDeploymentCondition ¶
func GetDeploymentCondition(status appsv1.DeploymentStatus, condType appsv1.DeploymentConditionType) *appsv1.DeploymentCondition
func MakeDeployment ¶
func MakeDeployment(cluster *v1.StarRocksCluster, spec v1.SpecInterface, podTemplateSpec corev1.PodTemplateSpec) *appv1.Deployment
MakeDeployment make deployment
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.