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) boolean
int
hashCode()
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:
addToPodFixed
in interfaceV1OverheadFluent<A extends V1OverheadFluent<A>>
-
addToPodFixed
- Specified by:
addToPodFixed
in interfaceV1OverheadFluent<A extends V1OverheadFluent<A>>
-
removeFromPodFixed
- Specified by:
removeFromPodFixed
in interfaceV1OverheadFluent<A extends V1OverheadFluent<A>>
-
removeFromPodFixed
- Specified by:
removeFromPodFixed
in interfaceV1OverheadFluent<A extends V1OverheadFluent<A>>
-
getPodFixed
- Specified by:
getPodFixed
in interfaceV1OverheadFluent<A extends V1OverheadFluent<A>>
-
withPodFixed
- Specified by:
withPodFixed
in interfaceV1OverheadFluent<A extends V1OverheadFluent<A>>
-
hasPodFixed
- Specified by:
hasPodFixed
in interfaceV1OverheadFluent<A extends V1OverheadFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1OverheadFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1OverheadFluent<A>>
-
toString
-