PipelineReconciler reconciles a Pipeline object
| 32 | |
| 33 | // PipelineReconciler reconciles a Pipeline object |
| 34 | type PipelineReconciler struct { |
| 35 | client.Client |
| 36 | Scheme *runtime.Scheme |
| 37 | } |
| 38 | |
| 39 | //+kubebuilder:rbac:groups=cloud.encoder.run,resources=pipelines,verbs=get;list;watch;create;update;patch;delete |
| 40 | //+kubebuilder:rbac:groups=cloud.encoder.run,resources=pipelines/status,verbs=get;update;patch |
nothing calls this directly
no outgoing calls
no test coverage detected