@kubernetes/client-node
Version:
NodeJS client for kubernetes
44 lines • 1.14 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.
*/
/**
* HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
*/
export class V1HTTPIngressPath {
static getAttributeTypeMap() {
return V1HTTPIngressPath.attributeTypeMap;
}
constructor() {
}
}
V1HTTPIngressPath.discriminator = undefined;
V1HTTPIngressPath.mapping = undefined;
V1HTTPIngressPath.attributeTypeMap = [
{
"name": "backend",
"baseName": "backend",
"type": "V1IngressBackend",
"format": ""
},
{
"name": "path",
"baseName": "path",
"type": "string",
"format": ""
},
{
"name": "pathType",
"baseName": "pathType",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1HTTPIngressPath.js.map