kubernetes-models
Version:
1 lines • 891 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),function(target,all){for(var name in all)Object.defineProperty(target,name,{enumerable:!0,get:all[name]})}(exports,{EndpointSliceList:function(){return EndpointSliceList},IoK8sApiDiscoveryV1EndpointSliceList:function(){return EndpointSliceList}});let _base=require("@kubernetes-models/base"),_IoK8sApiDiscoveryV1EndpointSliceList=require("../../_schemas/IoK8sApiDiscoveryV1EndpointSliceList.js");class EndpointSliceList extends _base.Model{constructor(data){super(),this.setDefinedProps({apiVersion:EndpointSliceList.apiVersion,kind:EndpointSliceList.kind,...data})}}EndpointSliceList.apiVersion="discovery.k8s.io/v1",EndpointSliceList.kind="EndpointSliceList",EndpointSliceList.is=(0,_base.createTypeMetaGuard)(EndpointSliceList),(0,_base.setValidateFunc)(EndpointSliceList,_IoK8sApiDiscoveryV1EndpointSliceList.validate);