UNPKG

@jkcfg/kubernetes

Version:
12 lines 403 B
{ "$schema": "http://json-schema.org/schema#", "type": "object", "description": "RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.", "properties": { "partition": { "type": "integer", "description": "Partition indicates the ordinal at which the StatefulSet should be partitioned.", "format": "int32" } } }