Ver código fonte

Added detailed cluster type with ingress ip

jnfrati 5 anos atrás
pai
commit
8b41c46874
1 arquivos alterados com 4 adições e 0 exclusões
  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: {