INPUT_OBJECT

KubernetesKindDeploymentSpecStrategyInput

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

link GraphQL Schema definition

  • input KubernetesKindDeploymentSpecStrategyInput {
  • # 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: KubernetesKindDeploymentSpecStrategyRollingUpdateInput
  • # Type of deployment. Can be "Recreate" or "RollingUpdate". Default is
  • # RollingUpdate.
  • type: String
  • }