Class VersionAvailability

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class VersionAvailability
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<VersionAvailabilityBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    VersionAvailability gives information about the synchronization and operational status of a particular version of the component DEPRECATED: Use fields in v1.OperatorStatus instead
    See Also:
    Serialized Form
    • Constructor Detail

      • VersionAvailability

        public VersionAvailability()
        No args constructor for use in serialization
    • Method Detail

      • getErrors

        public List<String> getErrors()
        errors indicates what failures are associated with the operator trying to manage this version
      • setErrors

        public void setErrors​(List<String> errors)
        errors indicates what failures are associated with the operator trying to manage this version
      • getGenerations

        public List<GenerationHistory> getGenerations()
        generations allows an operator to track what the generation of "important" resources was the last time we updated them
      • setGenerations

        public void setGenerations​(List<GenerationHistory> generations)
        generations allows an operator to track what the generation of "important" resources was the last time we updated them
      • 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
      • getUpdatedReplicas

        public Integer getUpdatedReplicas()
        updatedReplicas indicates how many replicas are at the desired state
      • setUpdatedReplicas

        public void setUpdatedReplicas​(Integer updatedReplicas)
        updatedReplicas indicates how many replicas are 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
      • getAdditionalProperties

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

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

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