Class Overhead

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class Overhead
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    Overhead structure represents the resource overhead associated with running a pod.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Overhead.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Overhead()  
      Overhead​(java.util.Map<java.lang.String,​java.lang.String> podFixed)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Overhead.Builder builder()  
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.util.Map<java.lang.String,​java.lang.String> getPodFixed()
      PodFixed represents the fixed resource overhead associated with running a pod.
      int hashCode()  
      void setPodFixed​(java.util.Map<java.lang.String,​java.lang.String> podFixed)
      PodFixed represents the fixed resource overhead associated with running a pod.
      Overhead.Builder toBuilder()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Overhead

        public Overhead​(java.util.Map<java.lang.String,​java.lang.String> podFixed)
      • Overhead

        public Overhead()
    • Method Detail

      • getPodFixed

        public java.util.Map<java.lang.String,​java.lang.String> getPodFixed()
        PodFixed represents the fixed resource overhead associated with running a pod.
      • setPodFixed

        public void setPodFixed​(java.util.Map<java.lang.String,​java.lang.String> podFixed)
        PodFixed represents the fixed resource overhead associated with running a pod.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object