UNPKG

@kubernetes-models/gke

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