@jkcfg/kubernetes
Version:
jk Kubernetes library
20 lines • 712 B
JSON
{
"description": "HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.",
"required": [
"paths"
],
"properties": {
"paths": {
"description": "A collection of paths that map requests to backends.",
"type": [
"array",
"null"
],
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressPath"
}
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}