UNPKG

@kubernetes-models/linkerd

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