Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
AddToManagerFuncs is a list of functions to add all Controllers to the Manager. String parameter is to pass in any specific override for the kubeconfig file to use.
View Source
var AddToManagerWithActuatorFuncs []func(manager.Manager, manager.Manager, actuator.Actuator, configv1.PlatformType, corev1client.CoreV1Interface) error
AddToManagerWithActuatorFuncs is a list of functions to add all Controllers with Actuators to the Manager
Functions ¶
func AddToManager ¶
func AddToManager(ctx context.Context, m, rootM manager.Manager, explicitKubeconfig string, coreClient corev1client.CoreV1Interface, tlsMinVersion string, tlsCipherSuites []string, tlsOverrideFromFlags bool) error
AddToManager adds all Controllers to the Manager with optional TLS CLI flag overrides. TODO: consolidate tlsMinVersion, tlsCipherSuites, tlsOverrideFromFlags into a struct if more TLS parameters are added — the bool is derivable from the flag values.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.