UNPKG

@kubernetes/client-node

Version:
32 lines 863 B
/** * 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. */ /** * PodReadinessGate contains the reference to a pod condition */ export class V1PodReadinessGate { static getAttributeTypeMap() { return V1PodReadinessGate.attributeTypeMap; } constructor() { } } V1PodReadinessGate.discriminator = undefined; V1PodReadinessGate.mapping = undefined; V1PodReadinessGate.attributeTypeMap = [ { "name": "conditionType", "baseName": "conditionType", "type": "string", "format": "" } ]; //# sourceMappingURL=V1PodReadinessGate.js.map