add apiapps
All checks were successful
Build and Publish / build-release (push) Successful in 3m53s

This commit is contained in:
2026-05-04 13:32:59 -05:00
parent 4605cf9f65
commit 15bc5b2125
12 changed files with 381 additions and 337 deletions

View File

@@ -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