type ManagerOptions struct {
*cmdutil.Factory KubeContext string// Docker image used for both the operator and the runner Image string// Operator metrics bind endpoint MetricsAddress string// Toggle operator leader election EnableLeaderElection bool// contains filtered or unexported fields
}