Skip to content

Commit 795dc8a

Browse files
author
wlanboy
committed
added all istio crds
1 parent a90d154 commit 795dc8a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/main/resources/public/js/k8s-client.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)