UNPKG

@kubernetes-models/gke

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