Class RelabelConfigFluent<A extends RelabelConfigFluent<A>>

    • Constructor Detail

      • RelabelConfigFluent

        public RelabelConfigFluent()
      • RelabelConfigFluent

        public RelabelConfigFluent​(RelabelConfig instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(RelabelConfig instance)
      • getAction

        public String getAction()
      • withAction

        public A withAction​(String action)
      • hasAction

        public boolean hasAction()
      • getModulus

        public Long getModulus()
      • withModulus

        public A withModulus​(Long modulus)
      • hasModulus

        public boolean hasModulus()
      • getRegex

        public String getRegex()
      • withRegex

        public A withRegex​(String regex)
      • hasRegex

        public boolean hasRegex()
      • getReplacement

        public String getReplacement()
      • withReplacement

        public A withReplacement​(String replacement)
      • hasReplacement

        public boolean hasReplacement()
      • getSeparator

        public String getSeparator()
      • withSeparator

        public A withSeparator​(String separator)
      • hasSeparator

        public boolean hasSeparator()
      • addToSourceLabels

        public A addToSourceLabels​(int index,
                                   String item)
      • setToSourceLabels

        public A setToSourceLabels​(int index,
                                   String item)
      • addToSourceLabels

        public A addToSourceLabels​(String... items)
      • removeFromSourceLabels

        public A removeFromSourceLabels​(String... items)
      • removeAllFromSourceLabels

        public A removeAllFromSourceLabels​(Collection<String> items)
      • getSourceLabels

        public List<String> getSourceLabels()
      • getSourceLabel

        public String getSourceLabel​(int index)
      • getFirstSourceLabel

        public String getFirstSourceLabel()
      • getLastSourceLabel

        public String getLastSourceLabel()
      • hasMatchingSourceLabel

        public boolean hasMatchingSourceLabel​(Predicate<String> predicate)
      • withSourceLabels

        public A withSourceLabels​(List<String> sourceLabels)
      • withSourceLabels

        public A withSourceLabels​(String... sourceLabels)
      • hasSourceLabels

        public boolean hasSourceLabels()
      • getTargetLabel

        public String getTargetLabel()
      • withTargetLabel

        public A withTargetLabel​(String targetLabel)
      • hasTargetLabel

        public boolean hasTargetLabel()
      • 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 RelabelConfigFluent<A>>
      • hashCode

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