Просмотр исходного кода

Added detailed cluster type with ingress ip

jnfrati 5 лет назад
Родитель
Сommit
8b41c46874
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      dashboard/src/shared/types.tsx

+ 4 - 0
dashboard/src/shared/types.tsx

@@ -7,6 +7,10 @@ export interface ClusterType {
   service?: string;
 }
 
+export interface DetailedClusterType extends ClusterType {
+  ingress_ip?: string;
+}
+
 export interface ChartType {
   name: string;
   info: {