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