Class V1PodDisruptionBudgetSpecFluentImpl<A extends V1PodDisruptionBudgetSpecFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1PodDisruptionBudgetSpecFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1PodDisruptionBudgetSpecFluent<A>
- Direct Known Subclasses:
V1PodDisruptionBudgetSpecBuilder
public class V1PodDisruptionBudgetSpecFluentImpl<A extends V1PodDisruptionBudgetSpecFluent<A>>
extends BaseFluent<A>
implements V1PodDisruptionBudgetSpecFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1PodDisruptionBudgetSpecFluent
V1PodDisruptionBudgetSpecFluent.SelectorNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1PodDisruptionBudgetSpecFluentImpl(io.kubernetes.client.openapi.models.V1PodDisruptionBudgetSpec instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1LabelSelectoreditOrNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) booleanio.kubernetes.client.custom.IntOrStringio.kubernetes.client.custom.IntOrStringio.kubernetes.client.openapi.models.V1LabelSelectorDeprecated.inthashCode()toString()withMaxUnavailable(io.kubernetes.client.custom.IntOrString maxUnavailable) withMinAvailable(io.kubernetes.client.custom.IntOrString minAvailable) withNewMaxUnavailable(int value) withNewMaxUnavailable(String value) withNewMinAvailable(int value) withNewMinAvailable(String value) withNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) withSelector(io.kubernetes.client.openapi.models.V1LabelSelector selector) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1PodDisruptionBudgetSpecFluentImpl
public V1PodDisruptionBudgetSpecFluentImpl() -
V1PodDisruptionBudgetSpecFluentImpl
public V1PodDisruptionBudgetSpecFluentImpl(io.kubernetes.client.openapi.models.V1PodDisruptionBudgetSpec instance)
-
-
Method Details
-
getMinAvailable
public io.kubernetes.client.custom.IntOrString getMinAvailable()- Specified by:
getMinAvailablein interfaceV1PodDisruptionBudgetSpecFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
withMinAvailable
- Specified by:
withMinAvailablein interfaceV1PodDisruptionBudgetSpecFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
hasMinAvailable
- Specified by:
hasMinAvailablein interfaceV1PodDisruptionBudgetSpecFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
withNewMinAvailable
- Specified by:
withNewMinAvailablein interfaceV1PodDisruptionBudgetSpecFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
withNewMinAvailable
- Specified by:
withNewMinAvailablein interfaceV1PodDisruptionBudgetSpecFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
getSelector
Deprecated.This method has been deprecated, please use method buildSelector instead.- Specified by:
getSelectorin interfaceV1PodDisruptionBudgetSpecFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>- Returns:
- The buildable object.
-
buildSelector
public io.kubernetes.client.openapi.models.V1LabelSelector buildSelector()- Specified by:
buildSelectorin interfaceV1PodDisruptionBudgetSpecFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
withSelector
- Specified by:
withSelectorin interfaceV1PodDisruptionBudgetSpecFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
hasSelector
- Specified by:
hasSelectorin interfaceV1PodDisruptionBudgetSpecFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
withNewSelector
- Specified by:
withNewSelectorin interfaceV1PodDisruptionBudgetSpecFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
withNewSelectorLike
public V1PodDisruptionBudgetSpecFluent.SelectorNested<A> withNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) - Specified by:
withNewSelectorLikein interfaceV1PodDisruptionBudgetSpecFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
editSelector
- Specified by:
editSelectorin interfaceV1PodDisruptionBudgetSpecFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
editOrNewSelector
- Specified by:
editOrNewSelectorin interfaceV1PodDisruptionBudgetSpecFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
editOrNewSelectorLike
public V1PodDisruptionBudgetSpecFluent.SelectorNested<A> editOrNewSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) - Specified by:
editOrNewSelectorLikein interfaceV1PodDisruptionBudgetSpecFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1PodDisruptionBudgetSpecFluent<A>>
-
toString