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.
2 parents b800b61 + 5a14cc3 commit a52d0eeCopy full SHA for a52d0ee
pkg/controller/types/types.go
@@ -35,3 +35,7 @@ type ReconcileKey struct {
35
// Name is the name of the object.
36
Name string
37
}
38
+
39
+func (r ReconcileKey) String() string {
40
+ return r.Namespace + "/" + r.Name
41
+}
0 commit comments