"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1.22.2 * * * 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.V1WatchEvent = void 0; /** * Event represents a single event to a watched resource. */ class V1WatchEvent { static getAttributeTypeMap() { return V1WatchEvent.attributeTypeMap; } } exports.V1WatchEvent = V1WatchEvent; V1WatchEvent.discriminator = undefined; V1WatchEvent.attributeTypeMap = [ { "name": "object", "baseName": "object", "type": "object" }, { "name": "type", "baseName": "type", "type": "string" } ]; //# sourceMappingURL=v1WatchEvent.js.map