UNPKG

@kubernetes/client-node

Version:
38 lines 999 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. */ /** * MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook. */ export class V1MatchCondition { static getAttributeTypeMap() { return V1MatchCondition.attributeTypeMap; } constructor() { } } V1MatchCondition.discriminator = undefined; V1MatchCondition.mapping = undefined; V1MatchCondition.attributeTypeMap = [ { "name": "expression", "baseName": "expression", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" } ]; //# sourceMappingURL=V1MatchCondition.js.map