UNPKG

@kubernetes-models/gke

Version:
1 lines 528 B
import{Model,setValidateFunc,createTypeMetaGuard}from"@kubernetes-models/base";import{validate}from"../../_schemas/AlloydbCnrmCloudGoogleComV1beta1AlloyDBCluster.mjs";export class AlloyDBCluster extends Model{constructor(data){super(),this.setDefinedProps({apiVersion:AlloyDBCluster.apiVersion,kind:AlloyDBCluster.kind,...data})}}AlloyDBCluster.apiVersion="alloydb.cnrm.cloud.google.com/v1beta1",AlloyDBCluster.kind="AlloyDBCluster",AlloyDBCluster.is=createTypeMetaGuard(AlloyDBCluster),setValidateFunc(AlloyDBCluster,validate);