@@ -20,7 +20,7 @@ var NodesTableListQuery = v3.QueryRangeParamsV3{
20
20
},
21
21
GroupBy : []v3.AttributeKey {
22
22
{
23
- Key : k8sNodeUIDAttrKey ,
23
+ Key : k8sNodeGroupAttrKey ,
24
24
DataType : v3 .AttributeKeyDataTypeString ,
25
25
Type : v3 .AttributeKeyTypeResource ,
26
26
},
@@ -46,7 +46,7 @@ var NodesTableListQuery = v3.QueryRangeParamsV3{
46
46
},
47
47
GroupBy : []v3.AttributeKey {
48
48
{
49
- Key : k8sNodeUIDAttrKey ,
49
+ Key : k8sNodeGroupAttrKey ,
50
50
DataType : v3 .AttributeKeyDataTypeString ,
51
51
Type : v3 .AttributeKeyTypeResource ,
52
52
},
@@ -72,7 +72,7 @@ var NodesTableListQuery = v3.QueryRangeParamsV3{
72
72
},
73
73
GroupBy : []v3.AttributeKey {
74
74
{
75
- Key : k8sNodeUIDAttrKey ,
75
+ Key : k8sNodeGroupAttrKey ,
76
76
DataType : v3 .AttributeKeyDataTypeString ,
77
77
Type : v3 .AttributeKeyTypeResource ,
78
78
},
@@ -98,7 +98,7 @@ var NodesTableListQuery = v3.QueryRangeParamsV3{
98
98
},
99
99
GroupBy : []v3.AttributeKey {
100
100
{
101
- Key : k8sNodeUIDAttrKey ,
101
+ Key : k8sNodeGroupAttrKey ,
102
102
DataType : v3 .AttributeKeyDataTypeString ,
103
103
Type : v3 .AttributeKeyTypeResource ,
104
104
},
@@ -132,7 +132,7 @@ var NodesTableListQuery = v3.QueryRangeParamsV3{
132
132
},
133
133
GroupBy : []v3.AttributeKey {
134
134
{
135
- Key : k8sNodeUIDAttrKey ,
135
+ Key : k8sNodeGroupAttrKey ,
136
136
DataType : v3 .AttributeKeyDataTypeString ,
137
137
Type : v3 .AttributeKeyTypeResource ,
138
138
},
@@ -166,7 +166,7 @@ var NodesTableListQuery = v3.QueryRangeParamsV3{
166
166
},
167
167
GroupBy : []v3.AttributeKey {
168
168
{
169
- Key : k8sNodeUIDAttrKey ,
169
+ Key : k8sNodeGroupAttrKey ,
170
170
DataType : v3 .AttributeKeyDataTypeString ,
171
171
Type : v3 .AttributeKeyTypeResource ,
172
172
},
0 commit comments