jusrhee 5 лет назад
Родитель
Сommit
2a97e7bc71
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      dashboard/src/shared/rosettaStone.tsx

+ 8 - 1
dashboard/src/shared/rosettaStone.tsx

@@ -4,7 +4,14 @@ export const kindToIcon: any = {
   'Service': 'alt_route',
   'Ingress': 'sensor_door',
   'StatefulSet': 'location_city',
-  'Secret': 'vpn_key'
+  'Secret': 'vpn_key',
+  'ServiceAccount': 'home_repair_service',
+  'ClusterRole': 'person',
+  'ClusterRoleBinding': 'swap_horiz',
+  'Role': 'portrait',
+  'RoleBinding': 'swap_horizontal_circle',
+  'ConfigMap': 'map',
+  'PodSecurityPolicy': 'security'
 }
 
 export const edgeColors: any = {