Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServeArtifactAsHttp bool
Functions ¶
func RunOperator ¶
func RunOperator(ctx context.Context, cc *controllercmd.ControllerContext) error
Types ¶
type TargetConfigReconciler ¶
type TargetConfigReconciler struct {
// contains filtered or unexported fields
}
func NewTargetConfigReconciler ¶
func NewTargetConfigReconciler( ctx context.Context, targetImage string, operatorConfigClient operatorconfigclientv1.ClimanagersV1Interface, routeCLient routev1client.RouteV1Interface, operatorClientInformer operatorclientinformers.CliManagerInformer, cliManagerClient *operatorclient.CLIManagerClient, dynamicClient dynamic.Interface, kubeClient kubernetes.Interface, insecureHTTP bool, eventRecorder events.Recorder, ) *TargetConfigReconciler
func (*TargetConfigReconciler) Run ¶
func (c *TargetConfigReconciler) Run(workers int, stopCh <-chan struct{})
Run starts the kube-scheduler and blocks until stopCh is closed.
Click to show internal directories.
Click to hide internal directories.