mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 10:47:25 +00:00
ingress: add alternate resource backend
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
This commit is contained in:
16
api/openapi-spec/swagger.json
generated
16
api/openapi-spec/swagger.json
generated
@@ -10861,6 +10861,10 @@
|
||||
"io.k8s.api.extensions.v1beta1.IngressBackend": {
|
||||
"description": "IngressBackend describes all endpoints for a given service and port.",
|
||||
"properties": {
|
||||
"resource": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference",
|
||||
"description": "Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified."
|
||||
},
|
||||
"serviceName": {
|
||||
"description": "Specifies the name of the referenced service.",
|
||||
"type": "string"
|
||||
@@ -10870,10 +10874,6 @@
|
||||
"description": "Specifies the port of the referenced service."
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"serviceName",
|
||||
"servicePort"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"io.k8s.api.extensions.v1beta1.IngressList": {
|
||||
@@ -11790,6 +11790,10 @@
|
||||
"io.k8s.api.networking.v1beta1.IngressBackend": {
|
||||
"description": "IngressBackend describes all endpoints for a given service and port.",
|
||||
"properties": {
|
||||
"resource": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference",
|
||||
"description": "Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified."
|
||||
},
|
||||
"serviceName": {
|
||||
"description": "Specifies the name of the referenced service.",
|
||||
"type": "string"
|
||||
@@ -11799,10 +11803,6 @@
|
||||
"description": "Specifies the port of the referenced service."
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"serviceName",
|
||||
"servicePort"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"io.k8s.api.networking.v1beta1.IngressClass": {
|
||||
|
Reference in New Issue
Block a user