Documentation
¶
Overview ¶
Package controller contains options specific to apiextensions controllers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
controller.Options
// Namespace in which we'll look for image pull secrets for in-cluster
// private registry authentication when pulling Composition Functions.
Namespace string
// ServiceAccount for which we'll find image pull secrets for in-cluster
// private registry authentication when pulling Composition Functions.
ServiceAccount string
// Registry is the default registry to use when pulling containers for
// Composition Functions
Registry string
}
Options specific to pkg controllers.
Click to show internal directories.
Click to hide internal directories.