Documentation
¶
Index ¶
Constants ¶
View Source
const PipelineDeleteEventTimeout time.Duration = 3 * time.Second
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
PipelineCheckWG *sync.WaitGroup
PipelineDeleteEventTimeout time.Duration
}
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
PipelineCheckWG *sync.WaitGroup
PipelineCheckTimeout time.Duration
}
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.