UNPKG

@kubernetes-models/gke

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