UNPKG

@kubernetes-models/gke

Version:
1 lines 907 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"ComputeServiceAttachment",{enumerable:!0,get:function(){return ComputeServiceAttachment}});let _base=require("@kubernetes-models/base"),_ComputeCnrmCloudGoogleComV1beta1ComputeServiceAttachment=require("../../_schemas/ComputeCnrmCloudGoogleComV1beta1ComputeServiceAttachment.js");class ComputeServiceAttachment extends _base.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=(0,_base.createTypeMetaGuard)(ComputeServiceAttachment),(0,_base.setValidateFunc)(ComputeServiceAttachment,_ComputeCnrmCloudGoogleComV1beta1ComputeServiceAttachment.validate);