Class ChannelGateFluent<A extends ChannelGateFluent<A>>

    • Constructor Detail

      • ChannelGateFluent

        public ChannelGateFluent()
      • ChannelGateFluent

        public ChannelGateFluent​(ChannelGate instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(ChannelGate instance)
      • addToAnnotations

        public A addToAnnotations​(String key,
                                  String value)
      • removeFromAnnotations

        public A removeFromAnnotations​(String key)
      • removeFromAnnotations

        public A removeFromAnnotations​(Map<String,​String> map)
      • withAnnotations

        public <K,​V> A withAnnotations​(Map<String,​String> annotations)
      • hasAnnotations

        public boolean hasAnnotations()
      • buildLabelSelector

        public io.fabric8.kubernetes.api.model.LabelSelector buildLabelSelector()
      • withLabelSelector

        public A withLabelSelector​(io.fabric8.kubernetes.api.model.LabelSelector labelSelector)
      • hasLabelSelector

        public boolean hasLabelSelector()
      • getName

        public String getName()
      • withName

        public A withName​(String name)
      • hasName

        public boolean hasName()
      • 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 ChannelGateFluent<A>>
      • hashCode

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