🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More →
Socket
Book a DemoSign in
Socket

github.com/hurdad/flow-pipe/controller

Package Overview
Dependencies
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/hurdad/flow-pipe/controller

Source
Go Modules
Version
v0.0.0-20260304170526-945a0307bed0
Version published
Created
Source

flow-pipe Controller

The controller is the Kubernetes reconciler that deploys and manages flow-pipe runtimes. It translates desired FlowSpecs into Kubernetes resources and reports status back to the API.

Responsibilities

  • Watch FlowSpec resources and reconcile desired state to runtime Deployments/Jobs.
  • Manage ConfigMaps, Services, and RBAC needed by running flows.
  • Surface runtime status and observability data back to the control plane.

Layout

  • cmd/flow-controller/ – Controller entrypoint and CLI wiring.
  • internal/controller/ – Reconcilers and flow-specific business logic.
  • internal/kube/ – Kubernetes client helpers and informers.
  • internal/observability/ – Metrics/tracing wiring.
  • internal/config/ – Configuration loading and defaults.
  • internal/store/ – State abstractions backed by the Flow API/etcd.

Building & Testing

Use the top-level Makefile to build the controller and ensure protobufs are up to date:

make proto-go       # generate Go bindings consumed by the controller
make controller     # build the controller binaries
make -C controller test  # run Go unit tests within this module

The controller module follows standard Go module practices and expects $GOPATH-independent builds.

FAQs

Package last updated on 04 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts