Class TunedMatch

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<TunedMatchBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class TunedMatch
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<TunedMatchBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Rules governing application of a Tuned profile.
    See Also:
    Serialized Form
    • Constructor Detail

      • TunedMatch

        public TunedMatch()
        No args constructor for use in serialization
    • Method Detail

      • getLabel

        public String getLabel()
        Node or Pod label name.
      • setLabel

        public void setLabel​(String label)
        Node or Pod label name.
      • getMatch

        public List<TunedMatch> getMatch()
        Additional rules governing application of the tuned profile connected by logical AND operator.
      • setMatch

        public void setMatch​(List<TunedMatch> match)
        Additional rules governing application of the tuned profile connected by logical AND operator.
      • getType

        public String getType()
        Match type: [node/pod]. If omitted, "node" is assumed.
      • setType

        public void setType​(String type)
        Match type: [node/pod]. If omitted, "node" is assumed.
      • getValue

        public String getValue()
        Node or Pod label value. If omitted, the presence of label name is enough to match.
      • setValue

        public void setValue​(String value)
        Node or Pod label value. If omitted, the presence of label name is enough to match.
      • getAdditionalProperties

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

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)