Allow client and kubelet configs to hold cert/key/ca data directly
This commit is contained in:
@@ -102,7 +102,7 @@ func TestSetDefaults(t *testing.T) {
|
||||
case err != nil:
|
||||
continue
|
||||
}
|
||||
if *val != testCase.After {
|
||||
if !reflect.DeepEqual(*val, testCase.After) {
|
||||
t.Errorf("unexpected result object: %#v", val)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user