Class GathererStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.GathererStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<GathererStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class GathererStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<GathererStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
gathererStatus represents information about a particular data gatherer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GathererStatus()No args constructor for use in serializationGathererStatus(List<io.fabric8.kubernetes.api.model.Condition> conditions, String lastGatherDuration, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GathererStatusBuilderedit()Map<String,Object>getAdditionalProperties()List<io.fabric8.kubernetes.api.model.Condition>getConditions()conditions provide details on the status of each gatherer.StringgetLastGatherDuration()gathererStatus represents information about a particular data gatherer.StringgetName()name is the name of the gatherer.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetConditions(List<io.fabric8.kubernetes.api.model.Condition> conditions)conditions provide details on the status of each gatherer.voidsetLastGatherDuration(String lastGatherDuration)gathererStatus represents information about a particular data gatherer.voidsetName(String name)name is the name of the gatherer.GathererStatusBuildertoBuilder()
-
-
-
Method Detail
-
getConditions
public List<io.fabric8.kubernetes.api.model.Condition> getConditions()
conditions provide details on the status of each gatherer.
-
setConditions
public void setConditions(List<io.fabric8.kubernetes.api.model.Condition> conditions)
conditions provide details on the status of each gatherer.
-
getLastGatherDuration
public String getLastGatherDuration()
gathererStatus represents information about a particular data gatherer.
-
setLastGatherDuration
public void setLastGatherDuration(String lastGatherDuration)
gathererStatus represents information about a particular data gatherer.
-
getName
public String getName()
name is the name of the gatherer.
-
setName
public void setName(String name)
name is the name of the gatherer.
-
edit
public GathererStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<GathererStatusBuilder>
-
toBuilder
public GathererStatusBuilder toBuilder()
-
-