{
  "$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. Default value is 0.", 
      "format": "int32"
    }
  }
}