Преглед на файлове

added more resource icons

jusrhee преди 5 години
родител
ревизия
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',
   'Service': 'alt_route',
   'Ingress': 'sensor_door',
   'Ingress': 'sensor_door',
   'StatefulSet': 'location_city',
   '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 = {
 export const edgeColors: any = {