Skip to content

Commit ffbe2c1

Browse files
committed
fix(hosttailer): remove unused image field
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
1 parent b3cfe81 commit ffbe2c1

File tree

6 files changed

+0
-59
lines changed

6 files changed

+0
-59
lines changed

charts/logging-operator/charts/logging-operator-crds/templates/logging-extensions.banzaicloud.io_hosttailers.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -374,24 +374,6 @@ spec:
374374
- name
375375
type: object
376376
type: array
377-
image:
378-
properties:
379-
imagePullSecrets:
380-
items:
381-
properties:
382-
name:
383-
default: ""
384-
type: string
385-
type: object
386-
x-kubernetes-map-type: atomic
387-
type: array
388-
pullPolicy:
389-
type: string
390-
repository:
391-
type: string
392-
tag:
393-
type: string
394-
type: object
395377
systemdTailers:
396378
items:
397379
properties:

charts/logging-operator/crds/logging-extensions.banzaicloud.io_hosttailers.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -371,24 +371,6 @@ spec:
371371
- name
372372
type: object
373373
type: array
374-
image:
375-
properties:
376-
imagePullSecrets:
377-
items:
378-
properties:
379-
name:
380-
default: ""
381-
type: string
382-
type: object
383-
x-kubernetes-map-type: atomic
384-
type: array
385-
pullPolicy:
386-
type: string
387-
repository:
388-
type: string
389-
tag:
390-
type: string
391-
type: object
392374
systemdTailers:
393375
items:
394376
properties:

config/crd/bases/logging-extensions.banzaicloud.io_hosttailers.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -371,24 +371,6 @@ spec:
371371
- name
372372
type: object
373373
type: array
374-
image:
375-
properties:
376-
imagePullSecrets:
377-
items:
378-
properties:
379-
name:
380-
default: ""
381-
type: string
382-
type: object
383-
x-kubernetes-map-type: atomic
384-
type: array
385-
pullPolicy:
386-
type: string
387-
repository:
388-
type: string
389-
tag:
390-
type: string
391-
type: object
392374
systemdTailers:
393375
items:
394376
properties:

docs/configuration/crds/extensions/v1alpha1/hosttailer_types.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ EnableRecreateWorkloadOnImmutableFieldChange enables the operator to recreate th
1818
List of [file tailers](#filetailer).
1919

2020

21-
### image (tailer.ImageSpec, optional) {#hosttailerspec-image}
22-
23-
2421
### systemdTailers ([]SystemdTailer, optional) {#hosttailerspec-systemdtailers}
2522

2623
List of [systemd tailers](#systemdtailer).

pkg/sdk/extensions/api/v1alpha1/hosttailer_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ type HostTailerSpec struct {
4646
WorkloadMetaBase *types.MetaBase `json:"workloadMetaOverrides,omitempty"`
4747
// Override podSpec fields for the given daemonset
4848
WorkloadBase *types.PodSpecBase `json:"workloadOverrides,omitempty"`
49-
Image tailer.ImageSpec `json:"image,omitempty"`
5049
}
5150

5251
// HostTailerStatus defines the observed state of [HostTailer](#hosttailer).

pkg/sdk/extensions/api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)