apps.v1.deploymentConfigStatus
"DeploymentConfigStatus represents the current deployment state."
Index
fn withAvailableReplicas(availableReplicas)
fn withConditions(conditions)
fn withConditionsMixin(conditions)
fn withLatestVersion(latestVersion)
fn withObservedGeneration(observedGeneration)
fn withReadyReplicas(readyReplicas)
fn withReplicas(replicas)
fn withUnavailableReplicas(unavailableReplicas)
fn withUpdatedReplicas(updatedReplicas)
obj details
Fields
fn withAvailableReplicas
withAvailableReplicas(availableReplicas)
"AvailableReplicas is the total number of available pods targeted by this deployment config."
fn withConditions
withConditions(conditions)
"Conditions represents the latest available observations of a deployment config's current state."
fn withConditionsMixin
withConditionsMixin(conditions)
"Conditions represents the latest available observations of a deployment config's current state."
Note: This function appends passed data to existing values
fn withLatestVersion
withLatestVersion(latestVersion)
"LatestVersion is used to determine whether the current deployment associated with a deployment config is out of sync."
fn withObservedGeneration
withObservedGeneration(observedGeneration)
"ObservedGeneration is the most recent generation observed by the deployment config controller."
fn withReadyReplicas
withReadyReplicas(readyReplicas)
"Total number of ready pods targeted by this deployment."
fn withReplicas
withReplicas(replicas)
"Replicas is the total number of pods targeted by this deployment config."
fn withUnavailableReplicas
withUnavailableReplicas(unavailableReplicas)
"UnavailableReplicas is the total number of unavailable pods targeted by this deployment config."
fn withUpdatedReplicas
withUpdatedReplicas(updatedReplicas)
"UpdatedReplicas is the total number of non-terminated pods targeted by this deployment config that have the desired template spec."
obj details
"DeploymentDetails captures information about the causes of a deployment."
fn details.withCauses
withCauses(causes)
"Causes are extended data associated with all the causes for creating a new deployment"
fn details.withCausesMixin
withCausesMixin(causes)
"Causes are extended data associated with all the causes for creating a new deployment"
Note: This function appends passed data to existing values
fn details.withMessage
withMessage(message)
"Message is the user specified change message, if this deployment was triggered manually by the user"