Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 880 Bytes

File metadata and controls

20 lines (15 loc) · 880 Bytes

Agents

Context

Read these docs before making changes:

Building and Testing

  • make build — build all binaries
  • make unit — run unit tests (includes envtest setup, CRD generation). V=1 for verbose. RUN=<regex> to filter.
  • make deploy-bink — deploy operator to a bink cluster (idempotent; requires make buildimg first)
  • make teardown-bink — tear down the bink cluster
  • make e2e — run e2e tests (requires make deploy-bink first). V=1 for verbose streaming output. RUN=<regex> to filter.
  • make fmt — run go fmt
  • make vet — run go vet
  • make lint — run golangci-lint