OBJECT

KubernetesKindStatefulSetSpecUpdateStrategy

updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.

link GraphQL Schema definition

  • type KubernetesKindStatefulSetSpecUpdateStrategy {
  • # RollingUpdate is used to communicate parameters when Type is
  • # RollingUpdateStatefulSetStrategyType.
  • rollingUpdate: KubernetesKindStatefulSetSpecUpdateStrategyRollingUpdate
  • # Type indicates the type of the StatefulSetUpdateStrategy. Default is
  • # RollingUpdate.
  • type: String
  • }