mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
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