You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: DataStore is the Schema for the datastores API.
30
30
properties:
31
31
apiVersion:
32
-
description: 'APIVersion defines the versioned schema of this representation
33
-
of an object. Servers should convert recognized schemas to the latest
34
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
32
+
description: |-
33
+
APIVersion defines the versioned schema of this representation of an object.
34
+
Servers should convert recognized schemas to the latest internal value, and
35
+
may reject unrecognized values.
36
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
35
37
type: string
36
38
kind:
37
-
description: 'Kind is a string value representing the REST resource this
38
-
object represents. Servers may infer this from the endpoint the client
39
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
39
+
description: |-
40
+
Kind is a string value representing the REST resource this object represents.
41
+
Servers may infer this from the endpoint the client submits requests to.
42
+
Cannot be updated.
43
+
In CamelCase.
44
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
40
45
type: string
41
46
metadata:
42
47
type: object
43
48
spec:
44
49
description: DataStoreSpec defines the desired state of DataStore.
45
50
properties:
46
51
basicAuth:
47
-
description: In case of authentication enabled for the given data
48
-
store, specifies the username and password pair. This value is optional.
52
+
description: |-
53
+
In case of authentication enabled for the given data store, specifies the username and password pair.
54
+
This value is optional.
49
55
properties:
50
56
password:
51
57
properties:
52
58
content:
53
-
description: Bare content of the file, base64 encoded. It
54
-
has precedence over the SecretReference value.
59
+
description: |-
60
+
Bare content of the file, base64 encoded.
61
+
It has precedence over the SecretReference value.
55
62
format: byte
56
63
type: string
57
64
secretReference:
58
65
properties:
59
66
keyPath:
60
-
description: Name of the key for the given Secret reference
61
-
where the content is stored. This value is mandatory.
67
+
description: |-
68
+
Name of the key for the given Secret reference where the content is stored.
69
+
This value is mandatory.
62
70
minLength: 1
63
71
type: string
64
72
name:
@@ -77,15 +85,17 @@ spec:
77
85
username:
78
86
properties:
79
87
content:
80
-
description: Bare content of the file, base64 encoded. It
81
-
has precedence over the SecretReference value.
88
+
description: |-
89
+
Bare content of the file, base64 encoded.
90
+
It has precedence over the SecretReference value.
82
91
format: byte
83
92
type: string
84
93
secretReference:
85
94
properties:
86
95
keyPath:
87
-
description: Name of the key for the given Secret reference
88
-
where the content is stored. This value is mandatory.
96
+
description: |-
97
+
Name of the key for the given Secret reference where the content is stored.
98
+
This value is mandatory.
89
99
minLength: 1
90
100
type: string
91
101
name:
@@ -113,7 +123,8 @@ spec:
113
123
- PostgreSQL
114
124
type: string
115
125
endpoints:
116
-
description: List of the endpoints to connect to the shared datastore.
126
+
description: |-
127
+
List of the endpoints to connect to the shared datastore.
117
128
No need for protocol, just bare IP/FQDN and port.
118
129
items:
119
130
type: string
@@ -124,24 +135,24 @@ spec:
124
135
to the data store in a secure way.
125
136
properties:
126
137
certificateAuthority:
127
-
description: Retrieve the Certificate Authority certificate and
128
-
private key, such as bare content of the file, or a SecretReference.
129
-
The key reference is required since etcd authentication is based
130
-
on certificates, and Kamaji is responsible in creating this.
138
+
description: |-
139
+
Retrieve the Certificate Authority certificate and private key, such as bare content of the file, or a SecretReference.
140
+
The key reference is required since etcd authentication is based on certificates, and Kamaji is responsible in creating this.
131
141
properties:
132
142
certificate:
133
143
properties:
134
144
content:
135
-
description: Bare content of the file, base64 encoded.
145
+
description: |-
146
+
Bare content of the file, base64 encoded.
136
147
It has precedence over the SecretReference value.
137
148
format: byte
138
149
type: string
139
150
secretReference:
140
151
properties:
141
152
keyPath:
142
-
description: Name of the key for the given Secret
143
-
reference where the content is stored. This value
144
-
is mandatory.
153
+
description: |-
154
+
Name of the key for the given Secret reference where the content is stored.
155
+
This value is mandatory.
145
156
minLength: 1
146
157
type: string
147
158
name:
@@ -160,16 +171,17 @@ spec:
160
171
privateKey:
161
172
properties:
162
173
content:
163
-
description: Bare content of the file, base64 encoded.
174
+
description: |-
175
+
Bare content of the file, base64 encoded.
164
176
It has precedence over the SecretReference value.
165
177
format: byte
166
178
type: string
167
179
secretReference:
168
180
properties:
169
181
keyPath:
170
-
description: Name of the key for the given Secret
171
-
reference where the content is stored. This value
172
-
is mandatory.
182
+
description: |-
183
+
Name of the key for the given Secret reference where the content is stored.
184
+
This value is mandatory.
173
185
minLength: 1
174
186
type: string
175
187
name:
@@ -195,16 +207,17 @@ spec:
195
207
certificate:
196
208
properties:
197
209
content:
198
-
description: Bare content of the file, base64 encoded.
210
+
description: |-
211
+
Bare content of the file, base64 encoded.
199
212
It has precedence over the SecretReference value.
200
213
format: byte
201
214
type: string
202
215
secretReference:
203
216
properties:
204
217
keyPath:
205
-
description: Name of the key for the given Secret
206
-
reference where the content is stored. This value
207
-
is mandatory.
218
+
description: |-
219
+
Name of the key for the given Secret reference where the content is stored.
220
+
This value is mandatory.
208
221
minLength: 1
209
222
type: string
210
223
name:
@@ -223,16 +236,17 @@ spec:
223
236
privateKey:
224
237
properties:
225
238
content:
226
-
description: Bare content of the file, base64 encoded.
239
+
description: |-
240
+
Bare content of the file, base64 encoded.
227
241
It has precedence over the SecretReference value.
228
242
format: byte
229
243
type: string
230
244
secretReference:
231
245
properties:
232
246
keyPath:
233
-
description: Name of the key for the given Secret
234
-
reference where the content is stored. This value
235
-
is mandatory.
247
+
description: |-
248
+
Name of the key for the given Secret reference where the content is stored.
0 commit comments