Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder interface { WithEvents(eventRecorder events.Recorder) Builder WithServiceMonitor(dynamicClient dynamic.Interface) Builder WithVersioning(operatorNamespace, operandName string, versionRecorder status.VersionGetter) Builder WithResources(operandNamespace, staticPodName string, revisionConfigMaps, revisionSecrets []revision.RevisionResource) Builder WithCerts(certDir string, certConfigMaps, certSecrets []revision.RevisionResource) Builder WithInstaller(command []string) Builder WithPruning(command []string, staticPodPrefix string) Builder ToControllers() (*staticPodOperatorControllers, error) }
Builder allows the caller to construct a set of static pod controllers in pieces
func NewBuilder ¶
func NewBuilder( staticPodOperatorClient v1helpers.StaticPodOperatorClient, kubeClient kubernetes.Interface, kubeInformers v1helpers.KubeInformersForNamespaces, ) Builder
Click to show internal directories.
Click to hide internal directories.