@@ -296,7 +296,7 @@ func TestUpdateNewNodeStatus(t *testing.T) {
296
296
Architecture : goruntime .GOARCH ,
297
297
ContainerRuntimeVersion : "test://1.5.0" ,
298
298
KubeletVersion : version .Get ().String (),
299
- KubeProxyVersion : version . Get (). String () ,
299
+ KubeProxyVersion : "" ,
300
300
},
301
301
Capacity : v1.ResourceList {
302
302
v1 .ResourceCPU : * resource .NewMilliQuantity (2000 , resource .DecimalSI ),
@@ -476,7 +476,7 @@ func TestUpdateExistingNodeStatus(t *testing.T) {
476
476
Architecture : goruntime .GOARCH ,
477
477
ContainerRuntimeVersion : "test://1.5.0" ,
478
478
KubeletVersion : version .Get ().String (),
479
- KubeProxyVersion : version . Get (). String () ,
479
+ KubeProxyVersion : "" ,
480
480
},
481
481
Capacity : v1.ResourceList {
482
482
v1 .ResourceCPU : * resource .NewMilliQuantity (2000 , resource .DecimalSI ),
@@ -682,7 +682,7 @@ func TestUpdateNodeStatusWithRuntimeStateError(t *testing.T) {
682
682
Architecture : goruntime .GOARCH ,
683
683
ContainerRuntimeVersion : "test://1.5.0" ,
684
684
KubeletVersion : version .Get ().String (),
685
- KubeProxyVersion : version . Get (). String () ,
685
+ KubeProxyVersion : "" ,
686
686
},
687
687
Capacity : v1.ResourceList {
688
688
v1 .ResourceCPU : * resource .NewMilliQuantity (2000 , resource .DecimalSI ),
@@ -913,7 +913,7 @@ func TestUpdateNodeStatusWithLease(t *testing.T) {
913
913
Architecture : goruntime .GOARCH ,
914
914
ContainerRuntimeVersion : "test://1.5.0" ,
915
915
KubeletVersion : version .Get ().String (),
916
- KubeProxyVersion : version . Get (). String () ,
916
+ KubeProxyVersion : "" ,
917
917
},
918
918
Capacity : v1.ResourceList {
919
919
v1 .ResourceCPU : * resource .NewMilliQuantity (2000 , resource .DecimalSI ),
0 commit comments