Uses of Class
io.kubernetes.client.openapi.models.V1PodDisruptionBudgetSpec
Packages that use V1PodDisruptionBudgetSpec
-
Uses of V1PodDisruptionBudgetSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1PodDisruptionBudgetSpecModifier and TypeMethodDescriptionV1PodDisruptionBudget.getSpec()
Get specV1PodDisruptionBudgetSpec.maxUnavailable
(IntOrString maxUnavailable) V1PodDisruptionBudgetSpec.minAvailable
(IntOrString minAvailable) V1PodDisruptionBudgetSpec.selector
(V1LabelSelector selector) V1PodDisruptionBudgetSpec.unhealthyPodEvictionPolicy
(String unhealthyPodEvictionPolicy) Methods in io.kubernetes.client.openapi.models with parameters of type V1PodDisruptionBudgetSpecModifier and TypeMethodDescriptionvoid
V1PodDisruptionBudget.setSpec
(V1PodDisruptionBudgetSpec spec) V1PodDisruptionBudget.spec
(V1PodDisruptionBudgetSpec spec)