UNPKG

@kubernetes/client-node

Version:
35 lines 925 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. */ export class V1alpha1MatchCondition { static getAttributeTypeMap() { return V1alpha1MatchCondition.attributeTypeMap; } constructor() { } } V1alpha1MatchCondition.discriminator = undefined; V1alpha1MatchCondition.mapping = undefined; V1alpha1MatchCondition.attributeTypeMap = [ { "name": "expression", "baseName": "expression", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" } ]; //# sourceMappingURL=V1alpha1MatchCondition.js.map