Compare commits
8 Commits
0.4.0
..
2f46a10388
| Author | SHA1 | Date | |
|---|---|---|---|
|
2f46a10388
|
|||
|
5f0785502a
|
|||
|
7735f363f0
|
|||
|
e181c97bcc
|
|||
|
2d9d6f56aa
|
|||
|
fb926c81ee
|
|||
|
bd6a71f541
|
|||
|
442068c1b5
|
@@ -1,7 +1,6 @@
|
|||||||
*
|
*
|
||||||
|
|
||||||
!pkg
|
!pkg
|
||||||
!internal
|
|
||||||
!controller.go
|
!controller.go
|
||||||
!main.go
|
!main.go
|
||||||
!go.mod
|
!go.mod
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ codegen:
|
|||||||
test: test-unit test-coverage
|
test: test-unit test-coverage
|
||||||
|
|
||||||
test-unit:
|
test-unit:
|
||||||
go test ./... -coverprofile=coverage.out
|
go test . -coverprofile=coverage.out
|
||||||
|
|
||||||
test-coverage:
|
test-coverage:
|
||||||
go tool gcov2lcov -infile coverage.out > lcov.info
|
go tool gcov2lcov -infile coverage.out > lcov.info
|
||||||
|
|||||||
@@ -16,9 +16,6 @@ spec:
|
|||||||
- name: PK
|
- name: PK
|
||||||
type: string
|
type: string
|
||||||
jsonPath: .status.pk
|
jsonPath: .status.pk
|
||||||
- name: Outpost
|
|
||||||
type: string
|
|
||||||
jsonPath: .spec.outpost
|
|
||||||
schema:
|
schema:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
type: object
|
type: object
|
||||||
@@ -34,15 +31,11 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
external_host:
|
external_host:
|
||||||
type: string
|
type: string
|
||||||
outpost:
|
|
||||||
type: string
|
|
||||||
format: uuid
|
|
||||||
required:
|
required:
|
||||||
- name
|
- name
|
||||||
- authorization_flow
|
- authorization_flow
|
||||||
- invalidation_flow
|
- invalidation_flow
|
||||||
- external_host
|
- external_host
|
||||||
- outpost
|
|
||||||
status:
|
status:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user