Class DeploymentConfigStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class DeploymentConfigStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<DeploymentConfigStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    DeploymentConfigStatus represents the current deployment state.
    See Also:
    Serialized Form
    • Method Detail

      • getAvailableReplicas

        public Integer getAvailableReplicas()
        availableReplicas is the total number of available pods targeted by this deployment config.
      • setAvailableReplicas

        public void setAvailableReplicas​(Integer availableReplicas)
        availableReplicas is the total number of available pods targeted by this deployment config.
      • getConditions

        public List<DeploymentCondition> getConditions()
        conditions represents the latest available observations of a deployment config's current state.
      • setConditions

        public void setConditions​(List<DeploymentCondition> conditions)
        conditions represents the latest available observations of a deployment config's current state.
      • getDetails

        public DeploymentDetails getDetails()
        DeploymentConfigStatus represents the current deployment state.
      • setDetails

        public void setDetails​(DeploymentDetails details)
        DeploymentConfigStatus represents the current deployment state.
      • getLatestVersion

        public Long getLatestVersion()
        latestVersion is used to determine whether the current deployment associated with a deployment config is out of sync.
      • setLatestVersion

        public void setLatestVersion​(Long latestVersion)
        latestVersion is used to determine whether the current deployment associated with a deployment config is out of sync.
      • getObservedGeneration

        public Long getObservedGeneration()
        observedGeneration is the most recent generation observed by the deployment config controller.
      • setObservedGeneration

        public void setObservedGeneration​(Long observedGeneration)
        observedGeneration is the most recent generation observed by the deployment config controller.
      • getReadyReplicas

        public Integer getReadyReplicas()
        Total number of ready pods targeted by this deployment.
      • setReadyReplicas

        public void setReadyReplicas​(Integer readyReplicas)
        Total number of ready pods targeted by this deployment.
      • getReplicas

        public Integer getReplicas()
        replicas is the total number of pods targeted by this deployment config.
      • setReplicas

        public void setReplicas​(Integer replicas)
        replicas is the total number of pods targeted by this deployment config.
      • getUnavailableReplicas

        public Integer getUnavailableReplicas()
        unavailableReplicas is the total number of unavailable pods targeted by this deployment config.
      • setUnavailableReplicas

        public void setUnavailableReplicas​(Integer unavailableReplicas)
        unavailableReplicas is the total number of unavailable pods targeted by this deployment config.
      • getUpdatedReplicas

        public Integer getUpdatedReplicas()
        updatedReplicas is the total number of non-terminated pods targeted by this deployment config that have the desired template spec.
      • setUpdatedReplicas

        public void setUpdatedReplicas​(Integer updatedReplicas)
        updatedReplicas is the total number of non-terminated pods targeted by this deployment config that have the desired template spec.
      • getAdditionalProperties

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

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

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