Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6ca38af

Browse files
committedAug 7, 2023
to support factory based self service
1 parent 33d5d8b commit 6ca38af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/controller/controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func NewControllerWithNamespaceSupport(
154154
return ctrl
155155
}
156156

157-
// NewControllerWithNamespaceSupport For self-service notification
157+
// NewControllerWithNamespaceSupport For self-service notification getting configuration from apiFactory
158158
func NewControllerWithFactorySupport(
159159
client dynamic.NamespaceableResourceInterface,
160160
informer cache.SharedIndexInformer,

0 commit comments

Comments
 (0)
Please sign in to comment.