Class ProfileStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ProfileStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ProfileStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ProfileStatus is the status for a Profile resource; the status is for internal use only and its fields may be changed/removed in the future.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProfileStatus

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

      • getConditions

        public List<StatusCondition> getConditions()
        conditions represents the state of the per-node Profile application
      • setConditions

        public void setConditions​(List<StatusCondition> conditions)
        conditions represents the state of the per-node Profile application
      • getObservedGeneration

        public Long getObservedGeneration()
        If set, this represents the .metadata.generation that the conditions were set based upon.
      • setObservedGeneration

        public void setObservedGeneration​(Long observedGeneration)
        If set, this represents the .metadata.generation that the conditions were set based upon.
      • getTunedProfile

        public String getTunedProfile()
        the current profile in use by the Tuned daemon
      • setTunedProfile

        public void setTunedProfile​(String tunedProfile)
        the current profile in use by the Tuned daemon
      • getAdditionalProperties

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

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

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