Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunOperator ¶
func RunOperator(ctx context.Context, controllerConfig *controllercmd.ControllerContext) error
Types ¶
type OpenShiftControllerManagerOperator ¶
type OpenShiftControllerManagerOperator struct {
// contains filtered or unexported fields
}
func NewOpenShiftControllerManagerOperator ¶
func NewOpenShiftControllerManagerOperator( targetImagePullSpec string, routeControllerManagerTargetImagePullSpec string, operatorConfigInformer operatorinformersv1.OpenShiftControllerManagerInformer, proxyInformer configinformerv1.ProxyInformer, kubeInformers v1helpers.KubeInformersForNamespaces, operatorConfigClient operatorclientv1.OperatorV1Interface, countNodes nodeCountFunc, ensureAtMostOnePodPerNode ensureAtMostOnePodPerNodeFunc, kubeClient kubernetes.Interface, recorder events.Recorder, clusterVersionLister v1.ClusterVersionLister, ) *OpenShiftControllerManagerOperator
Source Files ¶
Click to show internal directories.
Click to hide internal directories.