Interface V1OverheadFluent<A extends V1OverheadFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1RuntimeClassFluent.OverheadNested<N>
All Known Implementing Classes:
V1OverheadBuilder, V1OverheadFluentImpl

public interface V1OverheadFluent<A extends V1OverheadFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • addToPodFixed

      A addToPodFixed(String key, io.kubernetes.client.custom.Quantity value)
    • addToPodFixed

      A addToPodFixed(Map<String,io.kubernetes.client.custom.Quantity> map)
    • removeFromPodFixed

      A removeFromPodFixed(String key)
    • removeFromPodFixed

      A removeFromPodFixed(Map<String,io.kubernetes.client.custom.Quantity> map)
    • getPodFixed

      Map<String,io.kubernetes.client.custom.Quantity> getPodFixed()
    • withPodFixed

      <K, V> A withPodFixed(Map<String,io.kubernetes.client.custom.Quantity> podFixed)
    • hasPodFixed

      Boolean hasPodFixed()