Skip to content

Commit b9c127b

Browse files
committed
chore: make check-diff
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
1 parent 16ad684 commit b9c127b

File tree

52 files changed

+2282
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2282
-128
lines changed

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.18.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
{{- with .Values.annotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}
@@ -2314,6 +2314,25 @@ spec:
23142314
type: array
23152315
x-kubernetes-list-type: atomic
23162316
type: object
2317+
podCertificate:
2318+
properties:
2319+
certificateChainPath:
2320+
type: string
2321+
credentialBundlePath:
2322+
type: string
2323+
keyPath:
2324+
type: string
2325+
keyType:
2326+
type: string
2327+
maxExpirationSeconds:
2328+
format: int32
2329+
type: integer
2330+
signerName:
2331+
type: string
2332+
required:
2333+
- keyType
2334+
- signerName
2335+
type: object
23172336
secret:
23182337
properties:
23192338
items:

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.18.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
{{- with .Values.annotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}
@@ -2479,6 +2479,25 @@ spec:
24792479
type: array
24802480
x-kubernetes-list-type: atomic
24812481
type: object
2482+
podCertificate:
2483+
properties:
2484+
certificateChainPath:
2485+
type: string
2486+
credentialBundlePath:
2487+
type: string
2488+
keyPath:
2489+
type: string
2490+
keyType:
2491+
type: string
2492+
maxExpirationSeconds:
2493+
format: int32
2494+
type: integer
2495+
signerName:
2496+
type: string
2497+
required:
2498+
- keyType
2499+
- signerName
2500+
type: object
24822501
secret:
24832502
properties:
24842503
items:

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_axosyslogs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.18.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
{{- with .Values.annotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_clusterflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.18.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
{{- with .Values.annotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_clusteroutputs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.18.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
{{- with .Values.annotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_flows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.18.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
{{- with .Values.annotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_fluentbitagents.yaml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.18.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
{{- with .Values.annotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}
@@ -884,7 +884,6 @@ spec:
884884
type: string
885885
sourceLabels:
886886
items:
887-
pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$
888887
type: string
889888
type: array
890889
targetLabel:
@@ -931,7 +930,6 @@ spec:
931930
type: string
932931
sourceLabels:
933932
items:
934-
pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$
935933
type: string
936934
type: array
937935
targetLabel:
@@ -1207,6 +1205,23 @@ spec:
12071205
- fieldPath
12081206
type: object
12091207
x-kubernetes-map-type: atomic
1208+
fileKeyRef:
1209+
properties:
1210+
key:
1211+
type: string
1212+
optional:
1213+
default: false
1214+
type: boolean
1215+
path:
1216+
type: string
1217+
volumeName:
1218+
type: string
1219+
required:
1220+
- key
1221+
- path
1222+
- volumeName
1223+
type: object
1224+
x-kubernetes-map-type: atomic
12101225
resourceFieldRef:
12111226
properties:
12121227
containerName:
@@ -1805,7 +1820,6 @@ spec:
18051820
type: string
18061821
sourceLabels:
18071822
items:
1808-
pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$
18091823
type: string
18101824
type: array
18111825
targetLabel:
@@ -1852,7 +1866,6 @@ spec:
18521866
type: string
18531867
sourceLabels:
18541868
items:
1855-
pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$
18561869
type: string
18571870
type: array
18581871
targetLabel:

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_fluentdconfigs.yaml

Lines changed: 58 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.18.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
{{- with .Values.annotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}
@@ -874,7 +874,6 @@ spec:
874874
type: string
875875
sourceLabels:
876876
items:
877-
pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$
878877
type: string
879878
type: array
880879
targetLabel:
@@ -921,7 +920,6 @@ spec:
921920
type: string
922921
sourceLabels:
923922
items:
924-
pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$
925923
type: string
926924
type: array
927925
targetLabel:
@@ -1231,6 +1229,23 @@ spec:
12311229
- fieldPath
12321230
type: object
12331231
x-kubernetes-map-type: atomic
1232+
fileKeyRef:
1233+
properties:
1234+
key:
1235+
type: string
1236+
optional:
1237+
default: false
1238+
type: boolean
1239+
path:
1240+
type: string
1241+
volumeName:
1242+
type: string
1243+
required:
1244+
- key
1245+
- path
1246+
- volumeName
1247+
type: object
1248+
x-kubernetes-map-type: atomic
12341249
resourceFieldRef:
12351250
properties:
12361251
containerName:
@@ -1960,7 +1975,6 @@ spec:
19601975
type: string
19611976
sourceLabels:
19621977
items:
1963-
pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$
19641978
type: string
19651979
type: array
19661980
targetLabel:
@@ -2007,7 +2021,6 @@ spec:
20072021
type: string
20082022
sourceLabels:
20092023
items:
2010-
pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$
20112024
type: string
20122025
type: array
20132026
targetLabel:
@@ -2701,6 +2714,23 @@ spec:
27012714
- fieldPath
27022715
type: object
27032716
x-kubernetes-map-type: atomic
2717+
fileKeyRef:
2718+
properties:
2719+
key:
2720+
type: string
2721+
optional:
2722+
default: false
2723+
type: boolean
2724+
path:
2725+
type: string
2726+
volumeName:
2727+
type: string
2728+
required:
2729+
- key
2730+
- path
2731+
- volumeName
2732+
type: object
2733+
x-kubernetes-map-type: atomic
27042734
resourceFieldRef:
27052735
properties:
27062736
containerName:
@@ -3129,6 +3159,29 @@ spec:
31293159
type: object
31303160
restartPolicy:
31313161
type: string
3162+
restartPolicyRules:
3163+
items:
3164+
properties:
3165+
action:
3166+
type: string
3167+
exitCodes:
3168+
properties:
3169+
operator:
3170+
type: string
3171+
values:
3172+
items:
3173+
format: int32
3174+
type: integer
3175+
type: array
3176+
x-kubernetes-list-type: set
3177+
required:
3178+
- operator
3179+
type: object
3180+
required:
3181+
- action
3182+
type: object
3183+
type: array
3184+
x-kubernetes-list-type: atomic
31323185
securityContext:
31333186
properties:
31343187
allowPrivilegeEscalation:

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_loggingroutes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.18.0
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
{{- with .Values.annotations }}
88
{{- toYaml . | nindent 4 }}
99
{{- end }}

0 commit comments

Comments
 (0)