@kubernetes/client-node
Version:
NodeJS client for kubernetes
32 lines • 1.13 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.32.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* 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 \'#\'.
*/
export class V1HTTPIngressRuleValue {
static getAttributeTypeMap() {
return V1HTTPIngressRuleValue.attributeTypeMap;
}
constructor() {
}
}
V1HTTPIngressRuleValue.discriminator = undefined;
V1HTTPIngressRuleValue.mapping = undefined;
V1HTTPIngressRuleValue.attributeTypeMap = [
{
"name": "paths",
"baseName": "paths",
"type": "Array<V1HTTPIngressPath>",
"format": ""
}
];
//# sourceMappingURL=V1HTTPIngressRuleValue.js.map