Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
0dae80d598
|
|||
|
7f02312b0b
|
|||
|
e8c1cf8843
|
|||
|
8575dbecc7
|
|||
|
70ce0c2cf5
|
|||
|
0d84611b6c
|
|||
|
a85339cf3e
|
|||
| 2a091df8b9 |
@@ -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,6 +16,9 @@ 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
|
||||||
@@ -31,11 +34,15 @@ 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