@@ -198,9 +198,15 @@ const K8sClient = (() => {
198198 if ( ! section ) return ;
199199
200200 const TYPES = [
201- { key : 'virtualservices' , label : 'VirtualServices' , icon : 'bi-diagram-3' } ,
202- { key : 'destinationrules' , label : 'DestinationRules' , icon : 'bi-signpost-split' } ,
203- { key : 'gateways' , label : 'Gateways' , icon : 'bi-door-open' } ,
201+ { key : 'virtualservices' , label : 'VirtualServices' , icon : 'bi-diagram-3' } ,
202+ { key : 'destinationrules' , label : 'DestinationRules' , icon : 'bi-signpost-split' } ,
203+ { key : 'gateways' , label : 'Gateways' , icon : 'bi-door-open' } ,
204+ { key : 'serviceentries' , label : 'ServiceEntries' , icon : 'bi-plug' } ,
205+ { key : 'sidecars' , label : 'SidecarConfigs' , icon : 'bi-box' } ,
206+ { key : 'envoyfilters' , label : 'EnvoyFilters' , icon : 'bi-funnel' } ,
207+ { key : 'peerauthentications' , label : 'PeerAuthentications' , icon : 'bi-key' } ,
208+ { key : 'requestauthentications' , label : 'RequestAuthentications' , icon : 'bi-person-check' } ,
209+ { key : 'authorizationpolicies' , label : 'AuthorizationPolicies' , icon : 'bi-shield-lock' } ,
204210 ] ;
205211
206212 try {
0 commit comments