UNPKG

@kubernetes-models/istio

Version:
1 lines 492 B
import{Model,setValidateFunc,createTypeMetaGuard}from"@kubernetes-models/base";import{validate}from"../../_schemas/NetworkingIstioIoV1alpha3ServiceEntry.mjs";export class ServiceEntry extends Model{constructor(data){super(),this.setDefinedProps({apiVersion:ServiceEntry.apiVersion,kind:ServiceEntry.kind,...data})}}ServiceEntry.apiVersion="networking.istio.io/v1alpha3",ServiceEntry.kind="ServiceEntry",ServiceEntry.is=createTypeMetaGuard(ServiceEntry),setValidateFunc(ServiceEntry,validate);