java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1Overhead

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1Overhead extends Object
Overhead structure represents the resource overhead associated with running a pod.
  • Field Details

  • Constructor Details

    • V1Overhead

      public V1Overhead()
  • Method Details

    • getPodFixed

      public Map<String,String> getPodFixed()
      podFixed represents the fixed resource overhead associated with running a pod.
      Returns:
      the podFixed property value
    • setPodFixed

      public void setPodFixed(Map<String,String> podFixed)
      Set the podFixed property value
    • podFixed

      public V1Overhead podFixed(Map<String,String> podFixed)
      Set podFixed in a chainable fashion.
      Returns:
      The same instance of V1Overhead for chaining.
    • putpodFixedItem

      public V1Overhead putpodFixedItem(String key, String podFixedItem)
      Set the value for the key for the podFixed map property in a chainable fashion.
      Returns:
      The same instance of V1Overhead for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object