Interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1DownwardAPIVolumeFileFluent.ResourceFieldRefNested<N>,V1EnvVarSourceFluent.ResourceFieldRefNested<N>
- All Known Implementing Classes:
V1ResourceFieldSelectorBuilder,V1ResourceFieldSelectorFluentImpl
public interface V1ResourceFieldSelectorFluent<A extends V1ResourceFieldSelectorFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.custom.QuantitywithContainerName(String containerName) withDivisor(io.kubernetes.client.custom.Quantity divisor) withNewDivisor(String value) withResource(String resource)
-
Method Details
-
getContainerName
String getContainerName() -
withContainerName
-
hasContainerName
Boolean hasContainerName() -
getDivisor
io.kubernetes.client.custom.Quantity getDivisor() -
withDivisor
-
hasDivisor
Boolean hasDivisor() -
withNewDivisor
-
getResource
String getResource() -
withResource
-
hasResource
Boolean hasResource()
-