Documentation ¶
Index ¶
- Constants
- func GetAutoPromotionEnabledOrDefault(rollout *v1alpha1.Rollout) bool
- func GetExperimentProgressDeadlineSecondsOrDefault(e *v1alpha1.Experiment) int32
- func GetMaxSurgeOrDefault(rollout *v1alpha1.Rollout) *intstr.IntOrString
- func GetMaxUnavailableOrDefault(rollout *v1alpha1.Rollout) *intstr.IntOrString
- func GetProgressDeadlineSecondsOrDefault(rollout *v1alpha1.Rollout) int32
- func GetReplicasOrDefault(replicas *int32) int32
- func GetRevisionHistoryLimitOrDefault(rollout *v1alpha1.Rollout) int32
- func GetScaleDownDelaySecondsOrDefault(rollout *v1alpha1.Rollout) int32
- func GetStrategyType(rollout *v1alpha1.Rollout) string
Constants ¶
View Source
const ( // DefaultReplicas default number of replicas for a rollout if the .Spec.Replicas is nil DefaultReplicas = int32(1) // DefaultRevisionHistoryLimit default number of revisions to keep if .Spec.RevisionHistoryLimit is nil DefaultRevisionHistoryLimit = int32(10) // DefaultMaxSurge default number for the max number of additional pods that can be brought up during a rollout DefaultMaxSurge = "25" DefaultMaxUnavailable = 0 // DefaultProgressDeadlineSeconds default number of seconds for the rollout to be making progress DefaultProgressDeadlineSeconds = int32(600) // DefaultScaleDownDelaySeconds default seconds before scaling down old replicaset after switching services DefaultScaleDownDelaySeconds = int32(30) // DefaultAutoPromotionEnabled default value for auto promoting a blueGreen strategy DefaultAutoPromotionEnabled = true )
Variables ¶
This section is empty.
Functions ¶
func GetAutoPromotionEnabledOrDefault ¶ added in v0.4.0
func GetExperimentProgressDeadlineSecondsOrDefault ¶ added in v0.5.0
func GetExperimentProgressDeadlineSecondsOrDefault(e *v1alpha1.Experiment) int32
func GetMaxSurgeOrDefault ¶ added in v0.2.0
func GetMaxSurgeOrDefault(rollout *v1alpha1.Rollout) *intstr.IntOrString
func GetMaxUnavailableOrDefault ¶ added in v0.2.0
func GetMaxUnavailableOrDefault(rollout *v1alpha1.Rollout) *intstr.IntOrString
func GetProgressDeadlineSecondsOrDefault ¶ added in v0.3.0
func GetReplicasOrDefault ¶ added in v0.6.0
GetReplicasOrDefault returns the deferenced number of replicas or the default number
func GetRevisionHistoryLimitOrDefault ¶
GetRevisionHistoryLimitOrDefault returns the specified number of replicas in a rollout or the default number
func GetScaleDownDelaySecondsOrDefault ¶ added in v0.3.0
func GetStrategyType ¶ added in v0.3.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.