@kubernetes/client-node
Version:
NodeJS client for kubernetes
37 lines • 1.1 kB
JavaScript
;
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: release-1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.V1beta1MatchCondition = void 0;
/**
* MatchCondition represents a condition which must be fulfilled for a request to be sent to a webhook.
*/
class V1beta1MatchCondition {
static getAttributeTypeMap() {
return V1beta1MatchCondition.attributeTypeMap;
}
}
exports.V1beta1MatchCondition = V1beta1MatchCondition;
V1beta1MatchCondition.discriminator = undefined;
V1beta1MatchCondition.attributeTypeMap = [
{
"name": "expression",
"baseName": "expression",
"type": "string"
},
{
"name": "name",
"baseName": "name",
"type": "string"
}
];
//# sourceMappingURL=v1beta1MatchCondition.js.map