File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ func (blder *Builder) For(apiType runtime.Object) *Builder {
74
74
75
75
// Owns defines types of Objects being *generated* by the ControllerManagedBy, and configures the ControllerManagedBy to respond to
76
76
// create / delete / update events by *reconciling the owner object*. This is the equivalent of calling
77
- // Watches(&handler.EnqueueRequestForOwner{& source.Kind{Type: <ForType-apiType>}, &handler.EnqueueRequestForOwner{OwnerType: apiType, IsController: true})
77
+ // Watches(&source.Kind{Type: <ForType-apiType>}, &handler.EnqueueRequestForOwner{OwnerType: apiType, IsController: true})
78
78
func (blder * Builder ) Owns (apiType runtime.Object ) * Builder {
79
79
blder .managedObjects = append (blder .managedObjects , apiType )
80
80
return blder
You can’t perform that action at this time.
0 commit comments