Class V1OverheadFluentImpl<A extends V1OverheadFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1OverheadFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1OverheadFluent<A>
- Direct Known Subclasses:
V1OverheadBuilder
public class V1OverheadFluentImpl<A extends V1OverheadFluent<A>>
extends BaseFluent<A>
implements V1OverheadFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1OverheadFluentImpl(io.kubernetes.client.openapi.models.V1Overhead instance) -
Method Summary
Modifier and TypeMethodDescriptionaddToPodFixed(String key, io.kubernetes.client.custom.Quantity value) addToPodFixed(Map<String, io.kubernetes.client.custom.Quantity> map) booleaninthashCode()removeFromPodFixed(String key) removeFromPodFixed(Map<String, io.kubernetes.client.custom.Quantity> map) toString()<K,V> A withPodFixed(Map<String, io.kubernetes.client.custom.Quantity> podFixed) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1OverheadFluentImpl
public V1OverheadFluentImpl() -
V1OverheadFluentImpl
public V1OverheadFluentImpl(io.kubernetes.client.openapi.models.V1Overhead instance)
-
-
Method Details
-
addToPodFixed
- Specified by:
addToPodFixedin interfaceV1OverheadFluent<A extends V1OverheadFluent<A>>
-
addToPodFixed
- Specified by:
addToPodFixedin interfaceV1OverheadFluent<A extends V1OverheadFluent<A>>
-
removeFromPodFixed
- Specified by:
removeFromPodFixedin interfaceV1OverheadFluent<A extends V1OverheadFluent<A>>
-
removeFromPodFixed
- Specified by:
removeFromPodFixedin interfaceV1OverheadFluent<A extends V1OverheadFluent<A>>
-
getPodFixed
- Specified by:
getPodFixedin interfaceV1OverheadFluent<A extends V1OverheadFluent<A>>
-
withPodFixed
- Specified by:
withPodFixedin interfaceV1OverheadFluent<A extends V1OverheadFluent<A>>
-
hasPodFixed
- Specified by:
hasPodFixedin interfaceV1OverheadFluent<A extends V1OverheadFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1OverheadFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1OverheadFluent<A>>
-
toString
-