@kubernetes-models/gke
Version:
1 lines • 779 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"IAMWorkforcePool",{enumerable:!0,get:function(){return IAMWorkforcePool}});let _base=require("@kubernetes-models/base"),_IamCnrmCloudGoogleComV1beta1IAMWorkforcePool=require("../../_schemas/IamCnrmCloudGoogleComV1beta1IAMWorkforcePool.js");class IAMWorkforcePool extends _base.Model{constructor(data){super(),this.setDefinedProps({apiVersion:IAMWorkforcePool.apiVersion,kind:IAMWorkforcePool.kind,...data})}}IAMWorkforcePool.apiVersion="iam.cnrm.cloud.google.com/v1beta1",IAMWorkforcePool.kind="IAMWorkforcePool",IAMWorkforcePool.is=(0,_base.createTypeMetaGuard)(IAMWorkforcePool),(0,_base.setValidateFunc)(IAMWorkforcePool,_IamCnrmCloudGoogleComV1beta1IAMWorkforcePool.validate);