OBJECT

KubernetesKindDeploymentSpecStrategy

The deployment strategy to use to replace existing pods with new ones.

link GraphQL Schema definition

  • type KubernetesKindDeploymentSpecStrategy {
  • # Rolling update config params. Present only if DeploymentStrategyType =
  • # RollingUpdate. --- TODO: Update this to follow our convention for oneOf,
  • # whatever we decide it to be.
  • rollingUpdate: KubernetesKindDeploymentSpecStrategyRollingUpdate
  • # Type of deployment. Can be "Recreate" or "RollingUpdate". Default is
  • # RollingUpdate.
  • type: String
  • }