mirror of
https://github.com/rancher/steve.git
synced 2025-09-16 15:29:04 +00:00
Implement /ext in Steve for Imperative API (#287)
This implements the Imperative API that is served at /ext with Steve. The imperative API is compatible with Kubernetes' API server and will be used as an extension API server.
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -25,6 +25,8 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
|
||||
with:
|
||||
version: v1.59.0
|
||||
- name: Install env-test
|
||||
run: go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
|
||||
- name: Build
|
||||
run: make build-bin
|
||||
- name: Test
|
||||
|
Reference in New Issue
Block a user