Explorar o código

Added detailed cluster type with ingress ip

jnfrati %!s(int64=5) %!d(string=hai) anos
pai
achega
8b41c46874
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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: {