@@ -163,6 +163,7 @@ type Java struct {
163163
164164 // VolumeSizeLimit defines size limit for volume used for auto-instrumentation.
165165 // The default size is 200Mi.
166+ //
166167 // Deprecated: use spec.<lang>.volume.size instead. This field will be inactive in a future release.
167168 VolumeSizeLimit * resource.Quantity `json:"volumeLimitSize,omitempty"`
168169
@@ -202,6 +203,7 @@ type NodeJS struct {
202203
203204 // VolumeSizeLimit defines size limit for volume used for auto-instrumentation.
204205 // The default size is 200Mi.
206+ //
205207 // Deprecated: use spec.<lang>.volume.size instead. This field will be inactive in a future release.
206208 VolumeSizeLimit * resource.Quantity `json:"volumeLimitSize,omitempty"`
207209
@@ -228,6 +230,7 @@ type Python struct {
228230
229231 // VolumeSizeLimit defines size limit for volume used for auto-instrumentation.
230232 // The default size is 200Mi.
233+ //
231234 // Deprecated: use spec.<lang>.volume.size instead. This field will be inactive in a future release.
232235 VolumeSizeLimit * resource.Quantity `json:"volumeLimitSize,omitempty"`
233236
@@ -254,6 +257,7 @@ type DotNet struct {
254257
255258 // VolumeSizeLimit defines size limit for volume used for auto-instrumentation.
256259 // The default size is 200Mi.
260+ //
257261 // Deprecated: use spec.<lang>.volume.size instead. This field will be inactive in a future release.
258262 VolumeSizeLimit * resource.Quantity `json:"volumeLimitSize,omitempty"`
259263
@@ -278,6 +282,7 @@ type Go struct {
278282
279283 // VolumeSizeLimit defines size limit for volume used for auto-instrumentation.
280284 // The default size is 200Mi.
285+ //
281286 // Deprecated: use spec.<lang>.volume.size instead. This field will be inactive in a future release.
282287 VolumeSizeLimit * resource.Quantity `json:"volumeLimitSize,omitempty"`
283288
@@ -304,6 +309,7 @@ type ApacheHttpd struct {
304309
305310 // VolumeSizeLimit defines size limit for volume used for auto-instrumentation.
306311 // The default size is 200Mi.
312+ //
307313 // Deprecated: use spec.<lang>.volume.size instead. This field will be inactive in a future release.
308314 VolumeSizeLimit * resource.Quantity `json:"volumeLimitSize,omitempty"`
309315
@@ -345,6 +351,7 @@ type Nginx struct {
345351
346352 // VolumeSizeLimit defines size limit for volume used for auto-instrumentation.
347353 // The default size is 200Mi.
354+ //
348355 // Deprecated: use spec.<lang>.volume.size instead. This field will be inactive in a future release.
349356 VolumeSizeLimit * resource.Quantity `json:"volumeLimitSize,omitempty"`
350357
0 commit comments