# Functions

No description provided by the author
No description provided by the author
No description provided by the author
GetReplicasOrDefault returns the deferenced number of replicas or the default number.
GetRevisionHistoryLimitOrDefault returns the specified number of replicas in a rollout or the default number.
No description provided by the author

# Constants

DefaultMaxSurge default number for the max number of additional pods that can be brought up during a rollout.
DefaultMaxUnavailable default number for the max number of unavailable pods during a rollout.
DefaultProgressDeadlineSeconds default number of seconds for the rollout to be making progress.
DefaultReplicas default number of replicas for a rollout if the .Spec.Replicas is nil.
DefaultRevisionHistoryLimit default number of revisions to keep if .Spec.RevisionHistoryLimit is nil.