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