Class V1WeightedPodAffinityTermFluentImpl<A extends V1WeightedPodAffinityTermFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1WeightedPodAffinityTermFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1WeightedPodAffinityTermFluent<A>
- Direct Known Subclasses:
V1WeightedPodAffinityTermBuilder
public class V1WeightedPodAffinityTermFluentImpl<A extends V1WeightedPodAffinityTermFluent<A>>
extends BaseFluent<A>
implements V1WeightedPodAffinityTermFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1WeightedPodAffinityTermFluent
V1WeightedPodAffinityTermFluent.PodAffinityTermNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1WeightedPodAffinityTermFluentImpl
(io.kubernetes.client.openapi.models.V1WeightedPodAffinityTerm instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1PodAffinityTerm
editOrNewPodAffinityTermLike
(io.kubernetes.client.openapi.models.V1PodAffinityTerm item) boolean
io.kubernetes.client.openapi.models.V1PodAffinityTerm
Deprecated.int
hashCode()
toString()
withNewPodAffinityTermLike
(io.kubernetes.client.openapi.models.V1PodAffinityTerm item) withPodAffinityTerm
(io.kubernetes.client.openapi.models.V1PodAffinityTerm podAffinityTerm) withWeight
(Integer weight) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1WeightedPodAffinityTermFluentImpl
public V1WeightedPodAffinityTermFluentImpl() -
V1WeightedPodAffinityTermFluentImpl
public V1WeightedPodAffinityTermFluentImpl(io.kubernetes.client.openapi.models.V1WeightedPodAffinityTerm instance)
-
-
Method Details
-
getPodAffinityTerm
Deprecated.This method has been deprecated, please use method buildPodAffinityTerm instead.- Specified by:
getPodAffinityTerm
in interfaceV1WeightedPodAffinityTermFluent<A extends V1WeightedPodAffinityTermFluent<A>>
- Returns:
- The buildable object.
-
buildPodAffinityTerm
public io.kubernetes.client.openapi.models.V1PodAffinityTerm buildPodAffinityTerm()- Specified by:
buildPodAffinityTerm
in interfaceV1WeightedPodAffinityTermFluent<A extends V1WeightedPodAffinityTermFluent<A>>
-
withPodAffinityTerm
- Specified by:
withPodAffinityTerm
in interfaceV1WeightedPodAffinityTermFluent<A extends V1WeightedPodAffinityTermFluent<A>>
-
hasPodAffinityTerm
- Specified by:
hasPodAffinityTerm
in interfaceV1WeightedPodAffinityTermFluent<A extends V1WeightedPodAffinityTermFluent<A>>
-
withNewPodAffinityTerm
- Specified by:
withNewPodAffinityTerm
in interfaceV1WeightedPodAffinityTermFluent<A extends V1WeightedPodAffinityTermFluent<A>>
-
withNewPodAffinityTermLike
public V1WeightedPodAffinityTermFluent.PodAffinityTermNested<A> withNewPodAffinityTermLike(io.kubernetes.client.openapi.models.V1PodAffinityTerm item) - Specified by:
withNewPodAffinityTermLike
in interfaceV1WeightedPodAffinityTermFluent<A extends V1WeightedPodAffinityTermFluent<A>>
-
editPodAffinityTerm
- Specified by:
editPodAffinityTerm
in interfaceV1WeightedPodAffinityTermFluent<A extends V1WeightedPodAffinityTermFluent<A>>
-
editOrNewPodAffinityTerm
- Specified by:
editOrNewPodAffinityTerm
in interfaceV1WeightedPodAffinityTermFluent<A extends V1WeightedPodAffinityTermFluent<A>>
-
editOrNewPodAffinityTermLike
public V1WeightedPodAffinityTermFluent.PodAffinityTermNested<A> editOrNewPodAffinityTermLike(io.kubernetes.client.openapi.models.V1PodAffinityTerm item) - Specified by:
editOrNewPodAffinityTermLike
in interfaceV1WeightedPodAffinityTermFluent<A extends V1WeightedPodAffinityTermFluent<A>>
-
getWeight
- Specified by:
getWeight
in interfaceV1WeightedPodAffinityTermFluent<A extends V1WeightedPodAffinityTermFluent<A>>
-
withWeight
- Specified by:
withWeight
in interfaceV1WeightedPodAffinityTermFluent<A extends V1WeightedPodAffinityTermFluent<A>>
-
hasWeight
- Specified by:
hasWeight
in interfaceV1WeightedPodAffinityTermFluent<A extends V1WeightedPodAffinityTermFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1WeightedPodAffinityTermFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1WeightedPodAffinityTermFluent<A>>
-
toString
-