UNPKG

@kubernetes-models/istio

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