Class V1ResourceFieldSelectorFluentImpl<A extends V1ResourceFieldSelectorFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ResourceFieldSelectorFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ResourceFieldSelectorFluent<A>
- Direct Known Subclasses:
V1ResourceFieldSelectorBuilder
public class V1ResourceFieldSelectorFluentImpl<A extends V1ResourceFieldSelectorFluent<A>>
extends BaseFluent<A>
implements V1ResourceFieldSelectorFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ResourceFieldSelectorFluentImpl
(io.kubernetes.client.openapi.models.V1ResourceFieldSelector instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
io.kubernetes.client.custom.Quantity
int
hashCode()
toString()
withContainerName
(String containerName) withDivisor
(io.kubernetes.client.custom.Quantity divisor) withNewDivisor
(String value) withResource
(String resource) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ResourceFieldSelectorFluentImpl
public V1ResourceFieldSelectorFluentImpl() -
V1ResourceFieldSelectorFluentImpl
public V1ResourceFieldSelectorFluentImpl(io.kubernetes.client.openapi.models.V1ResourceFieldSelector instance)
-
-
Method Details
-
getContainerName
- Specified by:
getContainerName
in interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
withContainerName
- Specified by:
withContainerName
in interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
hasContainerName
- Specified by:
hasContainerName
in interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
getDivisor
public io.kubernetes.client.custom.Quantity getDivisor()- Specified by:
getDivisor
in interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
withDivisor
- Specified by:
withDivisor
in interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
hasDivisor
- Specified by:
hasDivisor
in interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
withNewDivisor
- Specified by:
withNewDivisor
in interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
getResource
- Specified by:
getResource
in interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
withResource
- Specified by:
withResource
in interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
hasResource
- Specified by:
hasResource
in interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
toString
-