RolloutOptions constructor
RolloutOptions({})
Implementation
RolloutOptions({
this.maxUnavailableReplicas,
this.maxUnavailablePercentage,
this.maxSurgeReplicas,
this.maxSurgePercentage,
this.previousDeployedModel = '',
this.revisionNumber = 0,
}) : super(fullyQualifiedName);