UNPKG

@kubernetes/client-node

Version:
38 lines 1.03 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.30.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * AuditAnnotation describes how to produce an audit annotation for an API request. */ export class V1alpha1AuditAnnotation { static getAttributeTypeMap() { return V1alpha1AuditAnnotation.attributeTypeMap; } constructor() { } } V1alpha1AuditAnnotation.discriminator = undefined; V1alpha1AuditAnnotation.mapping = undefined; V1alpha1AuditAnnotation.attributeTypeMap = [ { "name": "key", "baseName": "key", "type": "string", "format": "" }, { "name": "valueExpression", "baseName": "valueExpression", "type": "string", "format": "" } ]; //# sourceMappingURL=V1alpha1AuditAnnotation.js.map