@kubernetes-models/flux-cd
Version:
1 lines • 648 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"Alert",{enumerable:!0,get:function(){return Alert}});let _base=require("@kubernetes-models/base"),_NotificationToolkitFluxcdIoV1beta3Alert=require("../../_schemas/NotificationToolkitFluxcdIoV1beta3Alert.js");class Alert extends _base.Model{constructor(data){super(),this.setDefinedProps({apiVersion:Alert.apiVersion,kind:Alert.kind,...data})}}Alert.apiVersion="notification.toolkit.fluxcd.io/v1beta3",Alert.kind="Alert",Alert.is=(0,_base.createTypeMetaGuard)(Alert),(0,_base.setValidateFunc)(Alert,_NotificationToolkitFluxcdIoV1beta3Alert.validate);