@kubernetes-models/linkerd
Version:
[Linkerd](https://linkerd.io/) models.
1 lines • 827 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"NetworkAuthentication",{enumerable:!0,get:function(){return NetworkAuthentication}});let _base=require("@kubernetes-models/base"),_PolicyLinkerdIoV1alpha1NetworkAuthentication=require("../../_schemas/PolicyLinkerdIoV1alpha1NetworkAuthentication.js");class NetworkAuthentication extends _base.Model{constructor(data){super(),this.setDefinedProps({apiVersion:NetworkAuthentication.apiVersion,kind:NetworkAuthentication.kind,...data})}}NetworkAuthentication.apiVersion="policy.linkerd.io/v1alpha1",NetworkAuthentication.kind="NetworkAuthentication",NetworkAuthentication.is=(0,_base.createTypeMetaGuard)(NetworkAuthentication),(0,_base.setValidateFunc)(NetworkAuthentication,_PolicyLinkerdIoV1alpha1NetworkAuthentication.validate);