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