Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewScriptControllerController ¶
func NewScriptControllerController( livenessChecker *health.MultiAlivenessChecker, operatorClient v1helpers.StaticPodOperatorClient, kubeClient kubernetes.Interface, infraLister configv1listers.InfrastructureLister, envVarGetter EnvVarGetter, eventRecorder events.Recorder, ) factory.Controller
Types ¶
type EnvVarGetter ¶
type EnvVarGetter interface {
GetEnvVars() map[string]string
AddListener(listener etcdenvvar.Enqueueable)
}
EnvVarGetter is an interface for getting environment variables and managing listeners
type ScriptController ¶
type ScriptController struct {
// contains filtered or unexported fields
}
func (*ScriptController) Enqueue ¶
func (c *ScriptController) Enqueue()
Click to show internal directories.
Click to hide internal directories.