rosettaStone.tsx 546 B

123456789101112131415161718192021
  1. export const kindToIcon: any = {
  2. 'Deployment': 'category',
  3. 'Pod': 'fiber_manual_record',
  4. 'Service': 'alt_route',
  5. 'Ingress': 'sensor_door',
  6. 'StatefulSet': 'location_city',
  7. 'Secret': 'vpn_key',
  8. 'ServiceAccount': 'home_repair_service',
  9. 'ClusterRole': 'person',
  10. 'ClusterRoleBinding': 'swap_horiz',
  11. 'Role': 'portrait',
  12. 'RoleBinding': 'swap_horizontal_circle',
  13. 'ConfigMap': 'map',
  14. 'PodSecurityPolicy': 'security'
  15. }
  16. export const edgeColors: any = {
  17. 'LabelRel': '#32a85f',
  18. 'ControlRel': '#fcb603',
  19. 'SpecRel': '#949EFF'
  20. };