# Functions

AddToFrameworkScheme allows users to add the scheme for their custom resources to the framework's scheme for use with the dynamic client.
No description provided by the author
TODO(hasbro17): If this function is called in the subdir of a module project it will fail to parse go.mod and return the correct import path.
GetKubeconfigAndNamespace returns the *rest.Config and default namespace defined in the kubeconfig at the specified path.
GoBuild runs "go build" configured with opts.
GoCmd runs "go {cmd}".
From https://github.com/golang/go/wiki/Modules: You can activate module support in one of two ways: - Invoke the go command in a directory with a valid go.mod file in the current directory or any parent of it and the environment variable GO111MODULE unset (or explicitly set to auto).
No description provided by the author
No description provided by the author
MustSetWdGopath sets GOPATH to the first element of the path list in currentGopath that prefixes the wd, then returns the set path.
No description provided by the author
No description provided by the author

# Constants

from the old operator-sdk scaffold constants.
from the old operator-sdk scaffold constants.
dirs.
No description provided by the author
No description provided by the author
No description provided by the author
KubeConfigEnvVar defines the env variable KUBECONFIG which contains the kubeconfig file path.
No description provided by the author
No description provided by the author
No description provided by the author
from the old operator-sdk scaffold constants.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WatchNamespaceEnvVar is the constant for env variable WATCH_NAMESPACE which is the namespace where the watch activity happens.

# Variables

Global framework struct.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GoCmdOptions is the base option set for "go" subcommands.
GoTestOptions is the set of options for "go test".
Scanner scans a yaml manifest file for manifest tokens delimited by "---".

# Interfaces

No description provided by the author

# Type aliases

OperatorType - the type of operator.
Deprecated: TestCtx exists for historical compatibility.