Class TunedProfile

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class TunedProfile
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<TunedProfileBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    A Tuned profile.
    See Also:
    Serialized Form
    • Constructor Detail

      • TunedProfile

        public TunedProfile()
        No args constructor for use in serialization
      • TunedProfile

        public TunedProfile​(String data,
                            String name)
    • Method Detail

      • getData

        public String getData()
        Specification of the Tuned profile to be consumed by the Tuned daemon.
      • setData

        public void setData​(String data)
        Specification of the Tuned profile to be consumed by the Tuned daemon.
      • getName

        public String getName()
        Name of the Tuned profile to be used in the recommend section.
      • setName

        public void setName​(String name)
        Name of the Tuned profile to be used in the recommend section.
      • getAdditionalProperties

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

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

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