go/stackman: Add stackman operator
Converts Stackman into a Kube operator by adding the following: - The basic Operator scaffolding. Things like RBAC, the manifests for the Operator itself, etc. - CRDs for the DTL, Sequencer, Gas Oracle, Clique L1, batch submitter, deployer, and actors. To see how the CRDs get used, see the nightly env in the stacks repo: https://github.com/ethereum-optimism/stacks/tree/master/nightly Metadata: - Fixes ENG-1673
Showing
go/stackman/.dockerignore
0 → 100644
go/stackman/.gitignore
0 → 100644
go/stackman/Dockerfile
0 → 100644
go/stackman/Makefile
0 → 100644
go/stackman/PROJECT
0 → 100644
go/stackman/api/v1/common.go
0 → 100644
File deleted
File deleted
go/stackman/go.mod
0 → 100644
go/stackman/go.sum
0 → 100644
go/stackman/main.go
0 → 100644
Please register or sign in to comment