@jkcfg/kubernetes
Version:
jk Kubernetes library
22 lines • 586 B
JSON
{
"description": "IngressBackend describes all endpoints for a given service and port.",
"properties": {
"serviceName": {
"description": "Specifies the name of the referenced service.",
"type": [
"string",
"null"
]
},
"servicePort": {
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString",
"description": "Specifies the port of the referenced service."
}
},
"required": [
"serviceName",
"servicePort"
],
"type": "object",
"$schema": "http://json-schema.org/schema#"
}