UNPKG

@kubernetes-models/gke

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