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