Skip to content

Commit

Permalink
pkg/test/framework.go: doc improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNPavel committed Aug 10, 2018
1 parent 5550fab commit 7352f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/test/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ func setup(kubeconfigPath, crdManPath, opManPath, rbacManPath *string) error {

type addToSchemeFunc func(*runtime.Scheme) error

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

0 comments on commit 7352f48

Please sign in to comment.