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