@@ -189,12 +189,6 @@ type Java struct {
189
189
// All extensions are copied to a single directory; if a JAR with the same name exists, it will be overwritten.
190
190
// +optional
191
191
Extensions []Extensions `json:"extensions,omitempty"`
192
-
193
- // ImagePullPolicy
194
- // One of Always, Never, IfNotPresent.
195
- // Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.
196
- // +optional
197
- ImagePullPolicy corev1.PullPolicy `json:"imagePullPolicy,omitempty"`
198
192
}
199
193
200
194
type Extensions struct {
@@ -228,12 +222,6 @@ type NodeJS struct {
228
222
// Resources describes the compute resource requirements.
229
223
// +optional
230
224
Resources corev1.ResourceRequirements `json:"resourceRequirements,omitempty"`
231
-
232
- // ImagePullPolicy
233
- // One of Always, Never, IfNotPresent.
234
- // Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.
235
- // +optional
236
- ImagePullPolicy corev1.PullPolicy `json:"imagePullPolicy,omitempty"`
237
225
}
238
226
239
227
// Python defines Python SDK and instrumentation configuration.
@@ -259,12 +247,6 @@ type Python struct {
259
247
// Resources describes the compute resource requirements.
260
248
// +optional
261
249
Resources corev1.ResourceRequirements `json:"resourceRequirements,omitempty"`
262
-
263
- // ImagePullPolicy
264
- // One of Always, Never, IfNotPresent.
265
- // Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.
266
- // +optional
267
- ImagePullPolicy corev1.PullPolicy `json:"imagePullPolicy,omitempty"`
268
250
}
269
251
270
252
// DotNet defines DotNet SDK and instrumentation configuration.
@@ -289,12 +271,6 @@ type DotNet struct {
289
271
// Resources describes the compute resource requirements.
290
272
// +optional
291
273
Resources corev1.ResourceRequirements `json:"resourceRequirements,omitempty"`
292
-
293
- // ImagePullPolicy
294
- // One of Always, Never, IfNotPresent.
295
- // Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.
296
- // +optional
297
- ImagePullPolicy corev1.PullPolicy `json:"imagePullPolicy,omitempty"`
298
274
}
299
275
300
276
type Go struct {
@@ -319,12 +295,6 @@ type Go struct {
319
295
// Resources describes the compute resource requirements.
320
296
// +optional
321
297
Resources corev1.ResourceRequirements `json:"resourceRequirements,omitempty"`
322
-
323
- // ImagePullPolicy
324
- // One of Always, Never, IfNotPresent.
325
- // Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.
326
- // +optional
327
- ImagePullPolicy corev1.PullPolicy `json:"imagePullPolicy,omitempty"`
328
298
}
329
299
330
300
// ApacheHttpd defines Apache SDK and instrumentation configuration.
@@ -365,12 +335,6 @@ type ApacheHttpd struct {
365
335
// Resources describes the compute resource requirements.
366
336
// +optional
367
337
Resources corev1.ResourceRequirements `json:"resourceRequirements,omitempty"`
368
-
369
- // ImagePullPolicy
370
- // One of Always, Never, IfNotPresent.
371
- // Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.
372
- // +optional
373
- ImagePullPolicy corev1.PullPolicy `json:"imagePullPolicy,omitempty"`
374
338
}
375
339
376
340
// Nginx defines Nginx SDK and instrumentation configuration.
@@ -407,12 +371,6 @@ type Nginx struct {
407
371
// Resources describes the compute resource requirements.
408
372
// +optional
409
373
Resources corev1.ResourceRequirements `json:"resourceRequirements,omitempty"`
410
-
411
- // ImagePullPolicy
412
- // One of Always, Never, IfNotPresent.
413
- // Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.
414
- // +optional
415
- ImagePullPolicy corev1.PullPolicy `json:"imagePullPolicy,omitempty"`
416
374
}
417
375
418
376
// InstrumentationStatus defines status of the instrumentation.
0 commit comments