UNPKG

@kubernetes/client-node

Version:
56 lines 1.33 kB
/** * 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. */ /** * HTTPGetAction describes an action based on HTTP Get requests. */ export class V1HTTPGetAction { static getAttributeTypeMap() { return V1HTTPGetAction.attributeTypeMap; } constructor() { } } V1HTTPGetAction.discriminator = undefined; V1HTTPGetAction.mapping = undefined; V1HTTPGetAction.attributeTypeMap = [ { "name": "host", "baseName": "host", "type": "string", "format": "" }, { "name": "httpHeaders", "baseName": "httpHeaders", "type": "Array<V1HTTPHeader>", "format": "" }, { "name": "path", "baseName": "path", "type": "string", "format": "" }, { "name": "port", "baseName": "port", "type": "IntOrString", "format": "int-or-string" }, { "name": "scheme", "baseName": "scheme", "type": "string", "format": "" } ]; //# sourceMappingURL=V1HTTPGetAction.js.map