Class ClusterDeploymentCustomizationStatus

    • Constructor Detail

      • ClusterDeploymentCustomizationStatus

        public ClusterDeploymentCustomizationStatus()
        No args constructor for use in serialization
      • ClusterDeploymentCustomizationStatus

        public ClusterDeploymentCustomizationStatus​(io.fabric8.kubernetes.api.model.LocalObjectReference clusterDeploymentRef,
                                                    io.fabric8.kubernetes.api.model.LocalObjectReference clusterPoolRef,
                                                    List<io.fabric8.openshift.api.model.customresourcestatus.conditions.v1.Condition> conditions,
                                                    String lastAppliedConfiguration)
    • Method Detail

      • getClusterDeploymentRef

        public io.fabric8.kubernetes.api.model.LocalObjectReference getClusterDeploymentRef()
        ClusterDeploymentCustomizationStatus defines the observed state of ClusterDeploymentCustomization.
      • setClusterDeploymentRef

        public void setClusterDeploymentRef​(io.fabric8.kubernetes.api.model.LocalObjectReference clusterDeploymentRef)
        ClusterDeploymentCustomizationStatus defines the observed state of ClusterDeploymentCustomization.
      • getClusterPoolRef

        public io.fabric8.kubernetes.api.model.LocalObjectReference getClusterPoolRef()
        ClusterDeploymentCustomizationStatus defines the observed state of ClusterDeploymentCustomization.
      • setClusterPoolRef

        public void setClusterPoolRef​(io.fabric8.kubernetes.api.model.LocalObjectReference clusterPoolRef)
        ClusterDeploymentCustomizationStatus defines the observed state of ClusterDeploymentCustomization.
      • getConditions

        public List<io.fabric8.openshift.api.model.customresourcestatus.conditions.v1.Condition> getConditions()
        Conditions describes the state of the operator's reconciliation functionality.
      • setConditions

        public void setConditions​(List<io.fabric8.openshift.api.model.customresourcestatus.conditions.v1.Condition> conditions)
        Conditions describes the state of the operator's reconciliation functionality.
      • getLastAppliedConfiguration

        public String getLastAppliedConfiguration()
        LastAppliedConfiguration contains the last applied patches to the install-config. The information will retain for reference in case the customization is updated.
      • setLastAppliedConfiguration

        public void setLastAppliedConfiguration​(String lastAppliedConfiguration)
        LastAppliedConfiguration contains the last applied patches to the install-config. The information will retain for reference in case the customization is updated.
      • getAdditionalProperties

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

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

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