@jkcfg/kubernetes
Version:
jk Kubernetes library
21 lines • 454 B
JSON
{
"description": "ServiceReference holds a reference to Service.legacy.k8s.io",
"properties": {
"name": {
"description": "Name is the name of the service",
"type": [
"string",
"null"
]
},
"namespace": {
"description": "Namespace is the namespace of the service",
"type": [
"string",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}