UNPKG

@kubernetes/client-node

Version:
44 lines 1.11 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. */ /** * EndpointConditions represents the current condition of an endpoint. */ export class V1EndpointConditions { static getAttributeTypeMap() { return V1EndpointConditions.attributeTypeMap; } constructor() { } } V1EndpointConditions.discriminator = undefined; V1EndpointConditions.mapping = undefined; V1EndpointConditions.attributeTypeMap = [ { "name": "ready", "baseName": "ready", "type": "boolean", "format": "" }, { "name": "serving", "baseName": "serving", "type": "boolean", "format": "" }, { "name": "terminating", "baseName": "terminating", "type": "boolean", "format": "" } ]; //# sourceMappingURL=V1EndpointConditions.js.map