mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
kubelet: Replace deprecated pointer function
Signed-off-by: TommyStarK <thomasmilox@gmail.com>
This commit is contained in:
@@ -137,7 +137,7 @@ func TestCreateMirrorPod(t *testing.T) {
|
||||
Kind: "Node",
|
||||
Name: testNodeName,
|
||||
UID: testNodeUID,
|
||||
Controller: pointer.BoolPtr(true),
|
||||
Controller: pointer.Bool(true),
|
||||
}
|
||||
assert.Equal(t, expectedOwnerRef, createdPod.OwnerReferences[0])
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user