We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1116b0b commit 5a0a15dCopy full SHA for 5a0a15d
pkg/client/client.go
@@ -105,7 +105,7 @@ type client struct {
105
}
106
107
// 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.
+// TODO(vincepri): Remove this function and its calls once controller-runtime dependencies are upgraded to 1.16?
109
func (c *client) resetGroupVersionKind(obj runtime.Object, gvk schema.GroupVersionKind) {
110
if gvk != schema.EmptyObjectKind.GroupVersionKind() {
111
if v, ok := obj.(schema.ObjectKind); ok {
0 commit comments