Class ProfileStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.tuned.v1.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 Summary
Constructors Constructor Description ProfileStatus()No args constructor for use in serializationProfileStatus(List<ProfileStatusCondition> conditions, String tunedProfile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileStatusBuilderedit()Map<String,Object>getAdditionalProperties()List<ProfileStatusCondition>getConditions()conditions represents the state of the per-node Profile applicationStringgetTunedProfile()the current profile in use by the Tuned daemonvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetConditions(List<ProfileStatusCondition> conditions)conditions represents the state of the per-node Profile applicationvoidsetTunedProfile(String tunedProfile)the current profile in use by the Tuned daemonProfileStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
ProfileStatus
public ProfileStatus()
No args constructor for use in serialization
-
ProfileStatus
public ProfileStatus(List<ProfileStatusCondition> conditions, String tunedProfile)
-
-
Method Detail
-
getConditions
public List<ProfileStatusCondition> getConditions()
conditions represents the state of the per-node Profile application
-
setConditions
public void setConditions(List<ProfileStatusCondition> conditions)
conditions represents the state of the per-node Profile application
-
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
-
edit
public ProfileStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ProfileStatusBuilder>
-
toBuilder
public ProfileStatusBuilder toBuilder()
-
-