MCPcopy Create free account
hub / github.com/encoder-run/operator / PipelineReconciler

Struct PipelineReconciler

internal/controller/cloud/pipeline_controller.go:34–37  ·  view source on GitHub ↗

PipelineReconciler reconciles a Pipeline object

Source from the content-addressed store, hash-verified

32
33// PipelineReconciler reconciles a Pipeline object
34type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected