Class 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 Detail

      • HiveConfigStatus

        public HiveConfigStatus()
        No args constructor for use in serialization
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)