Class ControllerConfigStatus

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ControllerConfigStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ControllerConfigStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ControllerConfigStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ControllerConfigStatus is the status for ControllerConfig
    See Also:
    Serialized Form
    • Method Detail

      • getControllerCertificates

        public List<ControllerCertificate> getControllerCertificates()
        controllerCertificates represents the latest available observations of the automatically rotating certificates in the MCO.
      • setControllerCertificates

        public void setControllerCertificates​(List<ControllerCertificate> controllerCertificates)
        controllerCertificates represents the latest available observations of the automatically rotating certificates in the MCO.
      • getObservedGeneration

        public Long getObservedGeneration()
        observedGeneration represents the generation observed by the controller.
      • setObservedGeneration

        public void setObservedGeneration​(Long observedGeneration)
        observedGeneration represents the generation observed by the controller.
      • getAdditionalProperties

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

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

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