@daocloud-proto/kpanda 0.29.0-dev-73056175 → 0.29.0-dev-59ba0329
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -55,6 +55,7 @@ export type ListClustersRequest = {
|
|
|
55
55
|
sortDir?: KpandaIoApiTypesPage.SortDir
|
|
56
56
|
showVirtualCluster?: boolean
|
|
57
57
|
fuzzyName?: string
|
|
58
|
+
excludeMetrics?: boolean
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
export type ListClustersResponse = {
|
|
@@ -134,6 +135,7 @@ export type GetClusterRequest = {
|
|
|
134
135
|
annotations?: {[key: string]: string}
|
|
135
136
|
sortBy?: KpandaIoApiTypesPage.SortBy
|
|
136
137
|
sortDir?: KpandaIoApiTypesPage.SortDir
|
|
138
|
+
excludeMetrics?: boolean
|
|
137
139
|
}
|
|
138
140
|
|
|
139
141
|
export type GetClusterKubeConfigRequest = {
|
|
@@ -104,6 +104,7 @@ export type GetNodeRequest = {
|
|
|
104
104
|
cluster?: string
|
|
105
105
|
name?: string
|
|
106
106
|
showPods?: boolean
|
|
107
|
+
excludeMetrics?: boolean
|
|
107
108
|
}
|
|
108
109
|
|
|
109
110
|
export type ListPodsByNodeRequest = {
|
|
@@ -137,6 +138,7 @@ export type ListNodesRequest = {
|
|
|
137
138
|
fieldSelector?: string
|
|
138
139
|
role?: NodeStatusRole
|
|
139
140
|
fuzzyName?: string
|
|
141
|
+
excludeMetrics?: boolean
|
|
140
142
|
}
|
|
141
143
|
|
|
142
144
|
export type ListNodesResponse = {
|