Skip to content

Commit d52ba23

Browse files
committed
change TODO
1 parent 0a65ee8 commit d52ba23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ type client struct {
105105
}
106106

107107
// resetGroupVersionKind is a helper function to restore and preserve GroupVersionKind on an object.
108-
// TODO(vincepri): Remove this function and its calls once controller-runtime dependencies are upgraded to 1.15.
108+
// TODO(vincepri): Remove this function and its calls once controller-runtime dependencies are upgraded to 1.16?
109109
func (c *client) resetGroupVersionKind(obj runtime.Object, gvk schema.GroupVersionKind) {
110110
if gvk != schema.EmptyObjectKind.GroupVersionKind() {
111111
if v, ok := obj.(schema.ObjectKind); ok {

0 commit comments

Comments
 (0)