Class BandwidthEntryFluent<A extends BandwidthEntryFluent<A>>

    • Constructor Detail

      • BandwidthEntryFluent

        public BandwidthEntryFluent()
      • BandwidthEntryFluent

        public BandwidthEntryFluent​(BandwidthEntry instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(BandwidthEntry instance)
      • getEgressBurst

        public Integer getEgressBurst()
      • withEgressBurst

        public A withEgressBurst​(Integer egressBurst)
      • hasEgressBurst

        public boolean hasEgressBurst()
      • getEgressRate

        public Integer getEgressRate()
      • withEgressRate

        public A withEgressRate​(Integer egressRate)
      • hasEgressRate

        public boolean hasEgressRate()
      • getIngressBurst

        public Integer getIngressBurst()
      • withIngressBurst

        public A withIngressBurst​(Integer ingressBurst)
      • hasIngressBurst

        public boolean hasIngressBurst()
      • getIngressRate

        public Integer getIngressRate()
      • withIngressRate

        public A withIngressRate​(Integer ingressRate)
      • hasIngressRate

        public boolean hasIngressRate()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BandwidthEntryFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BandwidthEntryFluent<A>>