Class InsightsOperatorStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.InsightsOperatorStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<InsightsOperatorStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class InsightsOperatorStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<InsightsOperatorStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsightsOperatorStatus()No args constructor for use in serializationInsightsOperatorStatus(List<OperatorCondition> conditions, GatherStatus gatherStatus, List<GenerationStatus> generations, InsightsReport insightsReport, Integer latestAvailableRevision, Long observedGeneration, Integer readyReplicas, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightsOperatorStatusBuilderedit()Map<String,Object>getAdditionalProperties()List<OperatorCondition>getConditions()conditions is a list of conditions and their statusGatherStatusgetGatherStatus()List<GenerationStatus>getGenerations()generations are used to determine when an item needs to be reconciled or has changed in a way that needs a reaction.InsightsReportgetInsightsReport()IntegergetLatestAvailableRevision()latestAvailableRevision is the deploymentID of the most recent deploymentLonggetObservedGeneration()observedGeneration is the last generation change you've dealt withIntegergetReadyReplicas()readyReplicas indicates how many replicas are ready and at the desired stateStringgetVersion()version is the level this availability applies tovoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetConditions(List<OperatorCondition> conditions)conditions is a list of conditions and their statusvoidsetGatherStatus(GatherStatus gatherStatus)voidsetGenerations(List<GenerationStatus> generations)generations are used to determine when an item needs to be reconciled or has changed in a way that needs a reaction.voidsetInsightsReport(InsightsReport insightsReport)voidsetLatestAvailableRevision(Integer latestAvailableRevision)latestAvailableRevision is the deploymentID of the most recent deploymentvoidsetObservedGeneration(Long observedGeneration)observedGeneration is the last generation change you've dealt withvoidsetReadyReplicas(Integer readyReplicas)readyReplicas indicates how many replicas are ready and at the desired statevoidsetVersion(String version)version is the level this availability applies toInsightsOperatorStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
InsightsOperatorStatus
public InsightsOperatorStatus()
No args constructor for use in serialization
-
InsightsOperatorStatus
public InsightsOperatorStatus(List<OperatorCondition> conditions, GatherStatus gatherStatus, List<GenerationStatus> generations, InsightsReport insightsReport, Integer latestAvailableRevision, Long observedGeneration, Integer readyReplicas, String version)
-
-
Method Detail
-
getConditions
public List<OperatorCondition> getConditions()
conditions is a list of conditions and their status
-
setConditions
public void setConditions(List<OperatorCondition> conditions)
conditions is a list of conditions and their status
-
getGatherStatus
public GatherStatus getGatherStatus()
-
setGatherStatus
public void setGatherStatus(GatherStatus gatherStatus)
-
getGenerations
public List<GenerationStatus> getGenerations()
generations are used to determine when an item needs to be reconciled or has changed in a way that needs a reaction.
-
setGenerations
public void setGenerations(List<GenerationStatus> generations)
generations are used to determine when an item needs to be reconciled or has changed in a way that needs a reaction.
-
getInsightsReport
public InsightsReport getInsightsReport()
-
setInsightsReport
public void setInsightsReport(InsightsReport insightsReport)
-
getLatestAvailableRevision
public Integer getLatestAvailableRevision()
latestAvailableRevision is the deploymentID of the most recent deployment
-
setLatestAvailableRevision
public void setLatestAvailableRevision(Integer latestAvailableRevision)
latestAvailableRevision is the deploymentID of the most recent deployment
-
getObservedGeneration
public Long getObservedGeneration()
observedGeneration is the last generation change you've dealt with
-
setObservedGeneration
public void setObservedGeneration(Long observedGeneration)
observedGeneration is the last generation change you've dealt with
-
getReadyReplicas
public Integer getReadyReplicas()
readyReplicas indicates how many replicas are ready and at the desired state
-
setReadyReplicas
public void setReadyReplicas(Integer readyReplicas)
readyReplicas indicates how many replicas are ready and at the desired state
-
getVersion
public String getVersion()
version is the level this availability applies to
-
setVersion
public void setVersion(String version)
version is the level this availability applies to
-
edit
public InsightsOperatorStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<InsightsOperatorStatusBuilder>
-
toBuilder
public InsightsOperatorStatusBuilder toBuilder()
-
-