Package io.fabric8.kubernetes.api.model
Interface ResourceFieldSelectorFluent<A extends ResourceFieldSelectorFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
DownwardAPIVolumeFileFluent.ResourceFieldRefNested<N>,EnvVarSourceFluent.ResourceFieldRefNested<N>,WatchEventFluent.ResourceFieldSelectorObjectNested<N>
- All Known Implementing Classes:
DoneableResourceFieldSelector,DownwardAPIVolumeFileFluentImpl.ResourceFieldRefNestedImpl,EnvVarSourceFluentImpl.ResourceFieldRefNestedImpl,ResourceFieldSelectorBuilder,ResourceFieldSelectorFluentImpl,WatchEventFluentImpl.ResourceFieldSelectorObjectNestedImpl
public interface ResourceFieldSelectorFluent<A extends ResourceFieldSelectorFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceResourceFieldSelectorFluent.DivisorNested<N> -
Method Summary
Modifier and Type Method Description QuantitybuildDivisor()ResourceFieldSelectorFluent.DivisorNested<A>editDivisor()ResourceFieldSelectorFluent.DivisorNested<A>editOrNewDivisor()ResourceFieldSelectorFluent.DivisorNested<A>editOrNewDivisorLike(Quantity item)StringgetContainerName()QuantitygetDivisor()Deprecated.StringgetResource()BooleanhasContainerName()BooleanhasDivisor()BooleanhasResource()AwithContainerName(String containerName)AwithDivisor(Quantity divisor)AwithNewContainerName(String arg1)AwithNewContainerName(StringBuffer arg1)AwithNewContainerName(StringBuilder arg1)ResourceFieldSelectorFluent.DivisorNested<A>withNewDivisor()AwithNewDivisor(String amount)AwithNewDivisor(String amount, String format)ResourceFieldSelectorFluent.DivisorNested<A>withNewDivisorLike(Quantity item)AwithNewResource(String arg1)AwithNewResource(StringBuffer arg1)AwithNewResource(StringBuilder arg1)AwithResource(String resource)
-
Method Details
-
getContainerName
String getContainerName() -
withContainerName
-
hasContainerName
Boolean hasContainerName() -
withNewContainerName
-
withNewContainerName
-
withNewContainerName
-
getDivisor
Deprecated.This method has been deprecated, please use method buildDivisor instead.- Returns:
- The buildable object.
-
buildDivisor
Quantity buildDivisor() -
withDivisor
-
hasDivisor
Boolean hasDivisor() -
withNewDivisor
-
withNewDivisor
-
withNewDivisor
ResourceFieldSelectorFluent.DivisorNested<A> withNewDivisor() -
withNewDivisorLike
-
editDivisor
ResourceFieldSelectorFluent.DivisorNested<A> editDivisor() -
editOrNewDivisor
ResourceFieldSelectorFluent.DivisorNested<A> editOrNewDivisor() -
editOrNewDivisorLike
-
getResource
String getResource() -
withResource
-
hasResource
Boolean hasResource() -
withNewResource
-
withNewResource
-
withNewResource
-