This commit is contained in:
@@ -39,6 +39,8 @@ spec:
|
||||
spec:
|
||||
description: APIAppSpec defines the desired state of APIApp
|
||||
properties:
|
||||
apiAppName:
|
||||
type: string
|
||||
authMethodType:
|
||||
enum:
|
||||
- API_AUTH_METHOD_TYPE_BASIC
|
||||
@@ -143,6 +145,7 @@ spec:
|
||||
- message: zitadel ID reference requires connectionRef.name
|
||||
rule: '!has(self.id) || has(self.connectionRef.name)'
|
||||
required:
|
||||
- apiAppName
|
||||
- authMethodType
|
||||
- projectRef
|
||||
type: object
|
||||
@@ -150,10 +153,8 @@ spec:
|
||||
description: APIAppStatus defines the observed state of APIApp
|
||||
properties:
|
||||
appId:
|
||||
default: ""
|
||||
type: string
|
||||
clientId:
|
||||
default: ""
|
||||
type: string
|
||||
conditions:
|
||||
description: |-
|
||||
@@ -215,12 +216,7 @@ spec:
|
||||
type: object
|
||||
type: array
|
||||
keyId:
|
||||
default: ""
|
||||
type: string
|
||||
required:
|
||||
- appId
|
||||
- clientId
|
||||
- keyId
|
||||
type: object
|
||||
type: object
|
||||
served: true
|
||||
|
||||
Reference in New Issue
Block a user