OBJECT

KubernetesKindStatefulSetSpecUpdateStrategyRollingUpdate

RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.

link GraphQL Schema definition

  • type KubernetesKindStatefulSetSpecUpdateStrategyRollingUpdate {
  • # Partition indicates the ordinal at which the StatefulSet should be partitioned.
  • # Default value is 0.
  • partition: Int
  • }