UNPKG

@kubernetes/client-node

Version:
37 lines 1.1 kB
"use strict"; /** * 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.V1beta1AuditAnnotation = void 0; /** * AuditAnnotation describes how to produce an audit annotation for an API request. */ class V1beta1AuditAnnotation { static getAttributeTypeMap() { return V1beta1AuditAnnotation.attributeTypeMap; } } exports.V1beta1AuditAnnotation = V1beta1AuditAnnotation; V1beta1AuditAnnotation.discriminator = undefined; V1beta1AuditAnnotation.attributeTypeMap = [ { "name": "key", "baseName": "key", "type": "string" }, { "name": "valueExpression", "baseName": "valueExpression", "type": "string" } ]; //# sourceMappingURL=v1beta1AuditAnnotation.js.map