UNPKG

@kubernetes-models/traefik

Version:
1 lines 445 B
import{Model,setValidateFunc,createTypeMetaGuard}from"@kubernetes-models/base";import{validate}from"../../_schemas/TraefikIoV1alpha1TLSOption.mjs";export class TLSOption extends Model{constructor(data){super(),this.setDefinedProps({apiVersion:TLSOption.apiVersion,kind:TLSOption.kind,...data})}}TLSOption.apiVersion="traefik.io/v1alpha1",TLSOption.kind="TLSOption",TLSOption.is=createTypeMetaGuard(TLSOption),setValidateFunc(TLSOption,validate);