mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-02 18:32:08 +08:00
add fe page
This commit is contained in:
@@ -19,6 +19,7 @@ export interface IStrategyFilter {
|
||||
tkey: string;
|
||||
topt: string;
|
||||
tval: string[];
|
||||
clusterIdentification?: string;
|
||||
}
|
||||
export interface IRequestParams {
|
||||
appId: string;
|
||||
|
||||
@@ -23,6 +23,7 @@ export interface IBtn {
|
||||
}
|
||||
|
||||
export interface IClusterData {
|
||||
clusterIdentification: any;
|
||||
clusterId: number;
|
||||
mode: number;
|
||||
clusterName: string;
|
||||
@@ -598,10 +599,12 @@ export interface IClusterReal {
|
||||
}
|
||||
|
||||
export interface IBasicInfo {
|
||||
clusterIdentification: any;
|
||||
bootstrapServers: string;
|
||||
clusterId: number;
|
||||
mode: number;
|
||||
clusterName: string;
|
||||
clusterNameCn: string;
|
||||
clusterVersion: string;
|
||||
gmtCreate: number;
|
||||
gmtModify: number;
|
||||
@@ -920,8 +923,9 @@ export interface INewLogical {
|
||||
mode: number;
|
||||
name: string;
|
||||
logicalClusterName?: string;
|
||||
logicalClusterEName?: string;
|
||||
logicalClusterNameCn?: string;
|
||||
regionIdList: number[];
|
||||
logicalClusterIdentification?:string
|
||||
}
|
||||
|
||||
export interface IPartitionsLocation {
|
||||
|
||||
Reference in New Issue
Block a user