فهرست منبع

Added detailed cluster type with ingress ip

jnfrati 5 سال پیش
والد
کامیت
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: {