UNPKG

@kubernetes-models/gke

Version:
1 lines 837 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"StorageNotification",{enumerable:!0,get:function(){return StorageNotification}});let _base=require("@kubernetes-models/base"),_StorageCnrmCloudGoogleComV1beta1StorageNotification=require("../../_schemas/StorageCnrmCloudGoogleComV1beta1StorageNotification.js");class StorageNotification extends _base.Model{constructor(data){super(),this.setDefinedProps({apiVersion:StorageNotification.apiVersion,kind:StorageNotification.kind,...data})}}StorageNotification.apiVersion="storage.cnrm.cloud.google.com/v1beta1",StorageNotification.kind="StorageNotification",StorageNotification.is=(0,_base.createTypeMetaGuard)(StorageNotification),(0,_base.setValidateFunc)(StorageNotification,_StorageCnrmCloudGoogleComV1beta1StorageNotification.validate);