Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VectorAgentReconciliationSourceChannel = make(chan event.GenericEvent)
Functions ¶
This section is empty.
Types ¶
type PipelineReconciler ¶ added in v0.0.8
type PipelineReconciler struct { client.Client Scheme *runtime.Scheme // Temp. Wait this issue - https://github.com/kubernetes-sigs/controller-runtime/issues/452 Clientset *kubernetes.Clientset }
func (*PipelineReconciler) SetupWithManager ¶ added in v0.0.8
func (r *PipelineReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type VectorReconciler ¶
type VectorReconciler struct { client.Client Scheme *runtime.Scheme // Temp. Wait this issue - https://github.com/kubernetes-sigs/controller-runtime/issues/452 Clientset *kubernetes.Clientset }
VectorReconciler reconciles a Vector object
func (*VectorReconciler) SetupWithManager ¶
func (r *VectorReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.