public class V1ResourceFieldSelectorFluentImpl<A extends V1ResourceFieldSelectorFluent<A>> extends BaseFluent<A> implements V1ResourceFieldSelectorFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1ResourceFieldSelectorFluentImpl() |
V1ResourceFieldSelectorFluentImpl(io.kubernetes.client.openapi.models.V1ResourceFieldSelector instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getContainerName() |
io.kubernetes.client.custom.Quantity |
getDivisor() |
String |
getResource() |
Boolean |
hasContainerName() |
Boolean |
hasDivisor() |
int |
hashCode() |
Boolean |
hasResource() |
A |
withContainerName(String containerName) |
A |
withDivisor(io.kubernetes.client.custom.Quantity divisor) |
A |
withNewContainerName(String original)
Deprecated.
|
A |
withNewDivisor(String value) |
A |
withNewResource(String original)
Deprecated.
|
A |
withResource(String resource) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1ResourceFieldSelectorFluentImpl()
public V1ResourceFieldSelectorFluentImpl(io.kubernetes.client.openapi.models.V1ResourceFieldSelector instance)
public String getContainerName()
getContainerName
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public A withContainerName(String containerName)
withContainerName
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public Boolean hasContainerName()
hasContainerName
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
@Deprecated public A withNewContainerName(String original)
withNewContainerName
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public io.kubernetes.client.custom.Quantity getDivisor()
getDivisor
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public A withDivisor(io.kubernetes.client.custom.Quantity divisor)
withDivisor
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public Boolean hasDivisor()
hasDivisor
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public A withNewDivisor(String value)
withNewDivisor
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public String getResource()
getResource
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public A withResource(String resource)
withResource
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
public Boolean hasResource()
hasResource
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
@Deprecated public A withNewResource(String original)
withNewResource
in interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
Copyright © 2021. All rights reserved.