Uses of Class
org.cdk8s.plus24.PercentOrAbsolute
-
-
Uses of PercentOrAbsolute in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return PercentOrAbsolute Modifier and Type Method Description static PercentOrAbsolutePercentOrAbsolute. absolute(Number num)Absolute number.default PercentOrAbsoluteDeploymentStrategyRollingUpdateOptions. getMaxSurge()The maximum number of pods that can be scheduled above the desired number of pods.PercentOrAbsoluteDeploymentStrategyRollingUpdateOptions.Jsii$Proxy. getMaxSurge()default PercentOrAbsoluteDeploymentStrategyRollingUpdateOptions. getMaxUnavailable()The maximum number of pods that can be unavailable during the update.PercentOrAbsoluteDeploymentStrategyRollingUpdateOptions.Jsii$Proxy. getMaxUnavailable()static PercentOrAbsolutePercentOrAbsolute. percent(Number percent)Percent ratio.Methods in org.cdk8s.plus24 with parameters of type PercentOrAbsolute Modifier and Type Method Description DeploymentStrategyRollingUpdateOptions.BuilderDeploymentStrategyRollingUpdateOptions.Builder. maxSurge(PercentOrAbsolute maxSurge)Sets the value ofDeploymentStrategyRollingUpdateOptions.getMaxSurge()DeploymentStrategyRollingUpdateOptions.BuilderDeploymentStrategyRollingUpdateOptions.Builder. maxUnavailable(PercentOrAbsolute maxUnavailable)Sets the value ofDeploymentStrategyRollingUpdateOptions.getMaxUnavailable()
-