UNPKG

@jkcfg/kubernetes

Version:
15 lines 352 B
{ "description": "ScaleSpec describes the attributes of a scale subresource", "properties": { "replicas": { "description": "desired number of instances for the scaled object.", "type": [ "integer", "null" ], "format": "int32" } }, "$schema": "http://json-schema.org/schema#", "type": "object" }