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