@@ -136,11 +136,6 @@ type IBPPeerSpec struct {
136
136
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
137
137
Zone string `json:"zone,omitempty"`
138
138
139
- /* advanced configs */
140
- // DindArgs (Optional) is used to override args passed to dind container
141
- // +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
142
- DindArgs []string `json:"dindArgs,omitempty"`
143
-
144
139
// Action (Optional) is object for peer actions
145
140
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
146
141
Action PeerAction `json:"action,omitempty"`
@@ -221,14 +216,6 @@ type PeerResources struct {
221
216
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
222
217
GRPCProxy * corev1.ResourceRequirements `json:"proxy,omitempty"`
223
218
224
- // FluentD (Optional) is the resources provided to the fluentd container
225
- // +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
226
- FluentD * corev1.ResourceRequirements `json:"fluentd,omitempty"`
227
-
228
- // DinD (Optional) is the resources provided to the dind container
229
- // +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
230
- DinD * corev1.ResourceRequirements `json:"dind,omitempty"`
231
-
232
219
// CouchDB (Optional) is the resources provided to the couchdb container
233
220
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
234
221
CouchDB * corev1.ResourceRequirements `json:"couchdb,omitempty"`
@@ -278,14 +265,6 @@ type PeerImages struct {
278
265
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
279
266
PeerTag string `json:"peerTag,omitempty"`
280
267
281
- // DindImage is the name of the dind image
282
- // +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
283
- DindImage string `json:"dindImage,omitempty"`
284
-
285
- // DindTag is the tag of the dind image
286
- // +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
287
- DindTag string `json:"dindTag,omitempty"`
288
-
289
268
// GRPCWebImage is the name of the grpc web proxy image
290
269
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
291
270
GRPCWebImage string `json:"grpcwebImage,omitempty"`
@@ -294,14 +273,6 @@ type PeerImages struct {
294
273
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
295
274
GRPCWebTag string `json:"grpcwebTag,omitempty"`
296
275
297
- // FluentdImage is the name of the fluentd logger image
298
- // +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
299
- FluentdImage string `json:"fluentdImage,omitempty"`
300
-
301
- // FluentdTag is the tag of the fluentd logger image
302
- // +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
303
- FluentdTag string `json:"fluentdTag,omitempty"`
304
-
305
276
// CouchDBImage is the name of the couchdb image
306
277
// +operator-sdk:gen-csv:customresourcedefinitions.specDescriptors=true
307
278
CouchDBImage string `json:"couchdbImage,omitempty"`
0 commit comments