supervisor-oidc: checkpoint: add status to provider CRD

Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
Andrew Keesler
2020-10-08 13:27:45 -04:00
committed by Ryan Richard
parent 6b653fc663
commit da00fc708f
27 changed files with 669 additions and 53 deletions
@@ -35,7 +35,7 @@ spec:
type: string
metadata:
type: object
status:
spec:
description: Spec of the OIDC provider.
properties:
issuer:
@@ -52,8 +52,23 @@ spec:
required:
- issuer
type: object
status:
description: Status of the OIDC provider.
properties:
message:
description: Message provides human-readable details about the Status.
type: string
status:
description: Status holds an enum that describes the state of this
OIDCProvider. Note that this Status can represent success or failure.
enum:
- Success
- Duplicate
- Invalid
type: string
type: object
required:
- status
- spec
type: object
served: true
storage: true