Selaa lähdekoodia

Added detailed cluster type with ingress ip

jnfrati 5 vuotta sitten
vanhempi
sitoutus
8b41c46874
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      dashboard/src/shared/types.tsx

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

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