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 Details

    • getContainerName

      String getContainerName()
    • withContainerName

      A withContainerName(String containerName)
    • hasContainerName

      Boolean hasContainerName()
    • getDivisor

      io.kubernetes.client.custom.Quantity getDivisor()
    • withDivisor

      A withDivisor(io.kubernetes.client.custom.Quantity divisor)
    • hasDivisor

      Boolean hasDivisor()
    • withNewDivisor

      A withNewDivisor(String value)
    • getResource

      String getResource()
    • withResource

      A withResource(String resource)
    • hasResource

      Boolean hasResource()