Skip to content

Commit d9bfa55

Browse files
committed
Update Kubernetes operator CRDs
1 parent 91813f0 commit d9bfa55

File tree

2 files changed

+86
-0
lines changed

2 files changed

+86
-0
lines changed

charts/kubernetes-operator/crds/joinformal.com_formalnativeusers.yaml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,65 @@ spec:
3737
type: object
3838
spec:
3939
properties:
40+
httpApiKey:
41+
properties:
42+
key:
43+
type: string
44+
location:
45+
type: string
46+
secretRef:
47+
properties:
48+
key:
49+
type: string
50+
name:
51+
type: string
52+
required:
53+
- key
54+
- name
55+
type: object
56+
required:
57+
- key
58+
- location
59+
- secretRef
60+
type: object
61+
httpBasic:
62+
properties:
63+
header:
64+
type: string
65+
secretRef:
66+
properties:
67+
keys:
68+
additionalProperties:
69+
type: string
70+
type: object
71+
name:
72+
type: string
73+
required:
74+
- keys
75+
- name
76+
type: object
77+
required:
78+
- header
79+
- secretRef
80+
type: object
81+
httpBearer:
82+
properties:
83+
header:
84+
type: string
85+
secretRef:
86+
properties:
87+
key:
88+
type: string
89+
name:
90+
type: string
91+
required:
92+
- key
93+
- name
94+
type: object
95+
required:
96+
- header
97+
- secretRef
98+
type: object
4099
iam:
41100
properties:
42101
cloudProvider:
@@ -49,6 +108,13 @@ spec:
49108
- cloudProvider
50109
- username
51110
type: object
111+
kubernetes:
112+
properties:
113+
kubeconfigEnv:
114+
type: string
115+
required:
116+
- kubeconfigEnv
117+
type: object
52118
resourceRef:
53119
type: string
54120
secretRef:
@@ -63,6 +129,24 @@ spec:
63129
- keys
64130
- name
65131
type: object
132+
snowflakeKey:
133+
properties:
134+
secretRef:
135+
properties:
136+
key:
137+
type: string
138+
name:
139+
type: string
140+
required:
141+
- key
142+
- name
143+
type: object
144+
username:
145+
type: string
146+
required:
147+
- secretRef
148+
- username
149+
type: object
66150
sshKey:
67151
properties:
68152
secretRef:

charts/kubernetes-operator/crds/joinformal.com_formalresources.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ spec:
4242
port:
4343
format: int32
4444
type: integer
45+
spaceId:
46+
type: string
4547
technology:
4648
type: string
4749
tls:

0 commit comments

Comments
 (0)