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 TypeMethodDescriptionbooleanio.kubernetes.client.custom.QuantityinthashCode()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:
getContainerNamein interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
withContainerName
- Specified by:
withContainerNamein interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
hasContainerName
- Specified by:
hasContainerNamein interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
getDivisor
public io.kubernetes.client.custom.Quantity getDivisor()- Specified by:
getDivisorin interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
withDivisor
- Specified by:
withDivisorin interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
hasDivisor
- Specified by:
hasDivisorin interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
withNewDivisor
- Specified by:
withNewDivisorin interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
getResource
- Specified by:
getResourcein interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
withResource
- Specified by:
withResourcein interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
hasResource
- Specified by:
hasResourcein interfaceV1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ResourceFieldSelectorFluent<A>>
-
toString
-