@jkcfg/kubernetes
Version:
jk Kubernetes library
32 lines • 711 B
JSON
{
"description": "ServiceReference holds a reference to Service.legacy.k8s.io",
"properties": {
"name": {
"description": "`name` is the name of the service. Required",
"type": [
"string",
"null"
]
},
"namespace": {
"description": "`namespace` is the namespace of the service. Required",
"type": [
"string",
"null"
]
},
"path": {
"description": "`path` is an optional URL path which will be sent in any request to this service.",
"type": [
"string",
"null"
]
}
},
"required": [
"namespace",
"name"
],
"type": "object",
"$schema": "http://json-schema.org/schema#"
}