Uses of Class
org.cdk8s.plus25.k8s.RollingUpdateDeployment.Builder
-
Packages that use RollingUpdateDeployment.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of RollingUpdateDeployment.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return RollingUpdateDeployment.Builder Modifier and Type Method Description static RollingUpdateDeployment.BuilderRollingUpdateDeployment. builder()RollingUpdateDeployment.BuilderRollingUpdateDeployment.Builder. maxSurge(IntOrString maxSurge)Sets the value ofRollingUpdateDeployment.getMaxSurge()RollingUpdateDeployment.BuilderRollingUpdateDeployment.Builder. maxUnavailable(IntOrString maxUnavailable)Sets the value ofRollingUpdateDeployment.getMaxUnavailable()Constructors in org.cdk8s.plus25.k8s with parameters of type RollingUpdateDeployment.Builder Constructor Description Jsii$Proxy(RollingUpdateDeployment.Builder builder)Constructor that initializes the object based on literal property values passed by theRollingUpdateDeployment.Builder.
-