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 9bb1868 commit 5a14cc3Copy full SHA for 5a14cc3
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