Compare commits

..

8 Commits

Author SHA1 Message Date
t.behrendt 2f46a10388 docs: update CRD documentation
CI / install-dependencies (pull_request) Successful in 22s
CI / image check (pull_request) Failing after 7s
CI / check lint (pull_request) Successful in 26s
CI / test (pull_request) Successful in 22s
CI / check format (pull_request) Successful in 1m31s
CI / build check (pull_request) Successful in 14m44s
2026-05-25 13:13:50 +02:00
t.behrendt 5f0785502a feat: allow proxyProvider outpost field to be updated 2026-05-25 13:12:10 +02:00
t.behrendt 7735f363f0 feat: allow proxy provider to reference an outpost to be added to
CI / image check (pull_request) Failing after 6s
CI / install-dependencies (pull_request) Successful in 7m48s
CI / build check (pull_request) Successful in 27s
CI / test (pull_request) Successful in 22s
CI / check lint (pull_request) Successful in 3m8s
CI / check format (pull_request) Successful in 7m29s
2026-05-20 20:37:35 +02:00
t.behrendt e181c97bcc docs: update docs
CI / install-dependencies (pull_request) Successful in 22s
CI / check lint (pull_request) Successful in 28s
CI / test (pull_request) Successful in 23s
CI / build check (pull_request) Successful in 1m47s
CI / check format (pull_request) Successful in 7m18s
CI / image check (pull_request) Failing after 6s
2026-05-19 21:44:42 +02:00
t.behrendt 2d9d6f56aa refactor: consolidate common controller code 2026-05-19 21:44:42 +02:00
t.behrendt fb926c81ee feat: add bare policy binding controller 2026-05-19 21:41:43 +02:00
t.behrendt bd6a71f541 feat: add bare application controller 2026-05-19 21:41:35 +02:00
t.behrendt 442068c1b5 refactor: move proxyprovider controller into dedicated package 2026-05-19 21:16:45 +02:00
3 changed files with 1 additions and 9 deletions
-1
View File
@@ -1,7 +1,6 @@
*
!pkg
!internal
!controller.go
!main.go
!go.mod
+1 -1
View File
@@ -20,7 +20,7 @@ codegen:
test: test-unit test-coverage
test-unit:
go test ./... -coverprofile=coverage.out
go test . -coverprofile=coverage.out
test-coverage:
go tool gcov2lcov -infile coverage.out > lcov.info
-7
View File
@@ -16,9 +16,6 @@ spec:
- name: PK
type: string
jsonPath: .status.pk
- name: Outpost
type: string
jsonPath: .spec.outpost
schema:
openAPIV3Schema:
type: object
@@ -34,15 +31,11 @@ spec:
type: string
external_host:
type: string
outpost:
type: string
format: uuid
required:
- name
- authorization_flow
- invalidation_flow
- external_host
- outpost
status:
type: object
properties: