UNPKG

@kubernetes-models/gke

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