@jkcfg/kubernetes
Version:
jk Kubernetes library
15 lines • 352 B
JSON
{
"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"
}