@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.12 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.
*/
/**
* IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
*/
export class V1IngressRule {
static getAttributeTypeMap() {
return V1IngressRule.attributeTypeMap;
}
constructor() {
}
}
V1IngressRule.discriminator = undefined;
V1IngressRule.mapping = undefined;
V1IngressRule.attributeTypeMap = [
{
"name": "host",
"baseName": "host",
"type": "string",
"format": ""
},
{
"name": "http",
"baseName": "http",
"type": "V1HTTPIngressRuleValue",
"format": ""
}
];
//# sourceMappingURL=V1IngressRule.js.map