UNPKG

@kubernetes-models/gke

Version:
1 lines 799 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"BigtableGCPolicy",{enumerable:!0,get:function(){return BigtableGCPolicy}});let _base=require("@kubernetes-models/base"),_BigtableCnrmCloudGoogleComV1beta1BigtableGCPolicy=require("../../_schemas/BigtableCnrmCloudGoogleComV1beta1BigtableGCPolicy.js");class BigtableGCPolicy extends _base.Model{constructor(data){super(),this.setDefinedProps({apiVersion:BigtableGCPolicy.apiVersion,kind:BigtableGCPolicy.kind,...data})}}BigtableGCPolicy.apiVersion="bigtable.cnrm.cloud.google.com/v1beta1",BigtableGCPolicy.kind="BigtableGCPolicy",BigtableGCPolicy.is=(0,_base.createTypeMetaGuard)(BigtableGCPolicy),(0,_base.setValidateFunc)(BigtableGCPolicy,_BigtableCnrmCloudGoogleComV1beta1BigtableGCPolicy.validate);