mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
Add descriptions to api/extensions/v1beta1/types.go
Signed-off-by: wangyysde <net_use@bzhy.com>
This commit is contained in:
3
api/openapi-spec/swagger.json
generated
3
api/openapi-spec/swagger.json
generated
@@ -11802,7 +11802,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"http": {
|
||||
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue"
|
||||
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue",
|
||||
"description": "http is a list of http selectors pointing to backends. A path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a '/'. A backend defines the referenced service endpoint to which the traffic will be forwarded to."
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
|
Reference in New Issue
Block a user