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