Skip to content

Commit 7352f48

Browse files
committed
pkg/test/framework.go: doc improvement
1 parent 5550fab commit 7352f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/test/framework.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ func setup(kubeconfigPath, crdManPath, opManPath, rbacManPath *string) error {
8686

8787
type addToSchemeFunc func(*runtime.Scheme) error
8888

89-
// AddToFramework scheme allows users to add the scheme for their custom resources
89+
// AddToFrameworkScheme allows users to add the scheme for their custom resources
9090
// to the framework's scheme for use with the dynamic client. The user provides
9191
// the addToScheme function (located in the register.go file of their operator
9292
// project) and the List struct for their custom resource. For example, for a
93-
// memcached operator, that may look like:
93+
// memcached operator, the list stuct may look like:
9494
// &MemcachedList{
9595
// TypeMeta: metav1.TypeMeta{
9696
// Kind: "Memcached",

0 commit comments

Comments
 (0)