Skip to content

Commit ea2e6b1

Browse files
committed
Rename to Object
Signed-off-by: ruromero <[email protected]>
1 parent 1d05f23 commit ea2e6b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/controller/controllerutil/controllerutil.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ func RemoveFinalizerWithError(o runtime.Object, finalizer string) error {
281281
return nil
282282
}
283283

284-
// KubernetesObject allows functions to work indistinctly with any resource that
284+
// Object allows functions to work indistinctly with any resource that
285285
// implements both Object interfaces.
286-
type KubernetesObject interface {
286+
type Object interface {
287287
metav1.Object
288288
runtime.Object
289289
}

0 commit comments

Comments
 (0)