@kubernetes-models/gke
Version:
1 lines • 578 B
JavaScript
import{Model,setValidateFunc,createTypeMetaGuard}from"@kubernetes-models/base";import{validate}from"../../_schemas/StorageCnrmCloudGoogleComV1beta1StorageNotification.mjs";export class StorageNotification extends 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=createTypeMetaGuard(StorageNotification),setValidateFunc(StorageNotification,validate);