INPUT_OBJECT

KubernetesKindStatefulSetSpecUpdateStrategyRollingUpdateInput

RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.

link GraphQL Schema definition

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