OpenShift · Schema

DeploymentConfigSpec

Specification for the desired deployment behavior.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
replicas integer The desired number of pod replicas.
selector object Label selector for pods managed by this deployment.
triggers array Triggers that cause new deployments to be created.
minReadySeconds integer Minimum number of seconds a newly created pod should be ready without any of its containers crashing before considered available.
revisionHistoryLimit integer Number of old ReplicationControllers to retain for rollback.
paused boolean Indicates that the deployment config is paused and new deployments will not be triggered.
test boolean If true, deployments are scaled down to zero after the deployment completes.
View JSON Schema on GitHub