Class ClusterServiceVersionCondition
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersionCondition
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ClusterServiceVersionConditionBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ClusterServiceVersionCondition extends Object implements io.fabric8.kubernetes.api.builder.Editable<ClusterServiceVersionConditionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Conditions appear in the status as a record of state transitions on the ClusterServiceVersion- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterServiceVersionCondition()No args constructor for use in serializationClusterServiceVersionCondition(String lastTransitionTime, String lastUpdateTime, String message, String phase, String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterServiceVersionConditionBuilderedit()Map<String,Object>getAdditionalProperties()StringgetLastTransitionTime()Conditions appear in the status as a record of state transitions on the ClusterServiceVersionStringgetLastUpdateTime()Conditions appear in the status as a record of state transitions on the ClusterServiceVersionStringgetMessage()A human readable message indicating details about why the ClusterServiceVersion is in this condition.StringgetPhase()Condition of the ClusterServiceVersionStringgetReason()A brief CamelCase message indicating details about why the ClusterServiceVersion is in this state. e.g.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetLastTransitionTime(String lastTransitionTime)Conditions appear in the status as a record of state transitions on the ClusterServiceVersionvoidsetLastUpdateTime(String lastUpdateTime)Conditions appear in the status as a record of state transitions on the ClusterServiceVersionvoidsetMessage(String message)A human readable message indicating details about why the ClusterServiceVersion is in this condition.voidsetPhase(String phase)Condition of the ClusterServiceVersionvoidsetReason(String reason)A brief CamelCase message indicating details about why the ClusterServiceVersion is in this state. e.g.ClusterServiceVersionConditionBuildertoBuilder()
-
-
-
Method Detail
-
getLastTransitionTime
public String getLastTransitionTime()
Conditions appear in the status as a record of state transitions on the ClusterServiceVersion
-
setLastTransitionTime
public void setLastTransitionTime(String lastTransitionTime)
Conditions appear in the status as a record of state transitions on the ClusterServiceVersion
-
getLastUpdateTime
public String getLastUpdateTime()
Conditions appear in the status as a record of state transitions on the ClusterServiceVersion
-
setLastUpdateTime
public void setLastUpdateTime(String lastUpdateTime)
Conditions appear in the status as a record of state transitions on the ClusterServiceVersion
-
getMessage
public String getMessage()
A human readable message indicating details about why the ClusterServiceVersion is in this condition.
-
setMessage
public void setMessage(String message)
A human readable message indicating details about why the ClusterServiceVersion is in this condition.
-
getPhase
public String getPhase()
Condition of the ClusterServiceVersion
-
setPhase
public void setPhase(String phase)
Condition of the ClusterServiceVersion
-
getReason
public String getReason()
A brief CamelCase message indicating details about why the ClusterServiceVersion is in this state. e.g. 'RequirementsNotMet'
-
setReason
public void setReason(String reason)
A brief CamelCase message indicating details about why the ClusterServiceVersion is in this state. e.g. 'RequirementsNotMet'
-
edit
public ClusterServiceVersionConditionBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterServiceVersionConditionBuilder>
-
toBuilder
public ClusterServiceVersionConditionBuilder toBuilder()
-
-