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