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 TypeMethodDescriptionstatic V1PodDisruptionBudgetSpec
Create an instance of V1PodDisruptionBudgetSpec given an JSON stringV1PodDisruptionBudget.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)