Class HiveConfigStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.HiveConfigStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<HiveConfigStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class HiveConfigStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<HiveConfigStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
HiveConfigStatus defines the observed state of Hive- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HiveConfigStatus()No args constructor for use in serializationHiveConfigStatus(String aggregatorClientCAHash, List<HiveConfigCondition> conditions, Boolean configApplied, Long observedGeneration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HiveConfigStatusBuilderedit()Map<String,Object>getAdditionalProperties()StringgetAggregatorClientCAHash()AggregatorClientCAHash keeps an md5 hash of the aggregator client CA configmap data from the openshift-config-managed namespace.List<HiveConfigCondition>getConditions()Conditions includes more detailed status for the HiveConfigBooleangetConfigApplied()ConfigApplied will be set by the hive operator to indicate whether or not the LastGenerationObserved was successfully reconciled.LonggetObservedGeneration()ObservedGeneration will record the most recently processed HiveConfig object's generation.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAggregatorClientCAHash(String aggregatorClientCAHash)AggregatorClientCAHash keeps an md5 hash of the aggregator client CA configmap data from the openshift-config-managed namespace.voidsetConditions(List<HiveConfigCondition> conditions)Conditions includes more detailed status for the HiveConfigvoidsetConfigApplied(Boolean configApplied)ConfigApplied will be set by the hive operator to indicate whether or not the LastGenerationObserved was successfully reconciled.voidsetObservedGeneration(Long observedGeneration)ObservedGeneration will record the most recently processed HiveConfig object's generation.HiveConfigStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
HiveConfigStatus
public HiveConfigStatus()
No args constructor for use in serialization
-
HiveConfigStatus
public HiveConfigStatus(String aggregatorClientCAHash, List<HiveConfigCondition> conditions, Boolean configApplied, Long observedGeneration)
-
-
Method Detail
-
getAggregatorClientCAHash
public String getAggregatorClientCAHash()
AggregatorClientCAHash keeps an md5 hash of the aggregator client CA configmap data from the openshift-config-managed namespace. When the configmap changes, admission is redeployed.
-
setAggregatorClientCAHash
public void setAggregatorClientCAHash(String aggregatorClientCAHash)
AggregatorClientCAHash keeps an md5 hash of the aggregator client CA configmap data from the openshift-config-managed namespace. When the configmap changes, admission is redeployed.
-
getConditions
public List<HiveConfigCondition> getConditions()
Conditions includes more detailed status for the HiveConfig
-
setConditions
public void setConditions(List<HiveConfigCondition> conditions)
Conditions includes more detailed status for the HiveConfig
-
getConfigApplied
public Boolean getConfigApplied()
ConfigApplied will be set by the hive operator to indicate whether or not the LastGenerationObserved was successfully reconciled.
-
setConfigApplied
public void setConfigApplied(Boolean configApplied)
ConfigApplied will be set by the hive operator to indicate whether or not the LastGenerationObserved was successfully reconciled.
-
getObservedGeneration
public Long getObservedGeneration()
ObservedGeneration will record the most recently processed HiveConfig object's generation.
-
setObservedGeneration
public void setObservedGeneration(Long observedGeneration)
ObservedGeneration will record the most recently processed HiveConfig object's generation.
-
edit
public HiveConfigStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<HiveConfigStatusBuilder>
-
toBuilder
public HiveConfigStatusBuilder toBuilder()
-
-