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() |
String |
toString() |
A |
withContainerName(String containerName) |
A |
withDivisor(io.kubernetes.client.custom.Quantity divisor) |
A |
withNewDivisor(String value) |
A |
withResource(String resource) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>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>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1ResourceFieldSelectorFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1ResourceFieldSelectorFluent<A>>Copyright © 2022. All rights reserved.