Documentation
¶
Index ¶
Constants ¶
View Source
const ( StatusRunning = "Running" StatusProvisioning = "Provisioning" StatusUpdating = "Updating" StatusScalingUp = "Scaling up" StatusScalingDown = "Scaling down" StatusFailed = "Deployment failed" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipelineReconciler ¶
PipelineReconciler reconciles a Pipeline object
func (*PipelineReconciler) Reconcile ¶
Reconcile is the main reconcile loop for the Benthos Pipeline
func (*PipelineReconciler) SetupWithManager ¶
func (r *PipelineReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.