Skip to content

Commit 241284e

Browse files
committed
chore: regenerate charts
1 parent bc3e8e2 commit 241284e

1 file changed

Lines changed: 0 additions & 160 deletions

File tree

extra/crds.yaml

Lines changed: 0 additions & 160 deletions
Original file line numberDiff line numberDiff line change
@@ -98,86 +98,6 @@ spec:
9898
containers:
9999
description: Log configuration per container.
100100
properties:
101-
get-service:
102-
anyOf:
103-
- required:
104-
- custom
105-
- {}
106-
- {}
107-
description: Log configuration of the container
108-
properties:
109-
console:
110-
description: Configuration for the console appender
111-
nullable: true
112-
properties:
113-
level:
114-
description: |-
115-
The log level threshold.
116-
Log events with a lower log level are discarded.
117-
enum:
118-
- TRACE
119-
- DEBUG
120-
- INFO
121-
- WARN
122-
- ERROR
123-
- FATAL
124-
- NONE
125-
- null
126-
nullable: true
127-
type: string
128-
type: object
129-
custom:
130-
description: Log configuration provided in a ConfigMap
131-
properties:
132-
configMap:
133-
description: ConfigMap containing the log configuration files
134-
nullable: true
135-
type: string
136-
type: object
137-
file:
138-
description: Configuration for the file appender
139-
nullable: true
140-
properties:
141-
level:
142-
description: |-
143-
The log level threshold.
144-
Log events with a lower log level are discarded.
145-
enum:
146-
- TRACE
147-
- DEBUG
148-
- INFO
149-
- WARN
150-
- ERROR
151-
- FATAL
152-
- NONE
153-
- null
154-
nullable: true
155-
type: string
156-
type: object
157-
loggers:
158-
additionalProperties:
159-
description: Configuration of a logger
160-
properties:
161-
level:
162-
description: |-
163-
The log level threshold.
164-
Log events with a lower log level are discarded.
165-
enum:
166-
- TRACE
167-
- DEBUG
168-
- INFO
169-
- WARN
170-
- ERROR
171-
- FATAL
172-
- NONE
173-
- null
174-
nullable: true
175-
type: string
176-
type: object
177-
default: {}
178-
description: Configuration per logger
179-
type: object
180-
type: object
181101
kafka:
182102
anyOf:
183103
- required:
@@ -707,86 +627,6 @@ spec:
707627
containers:
708628
description: Log configuration per container.
709629
properties:
710-
get-service:
711-
anyOf:
712-
- required:
713-
- custom
714-
- {}
715-
- {}
716-
description: Log configuration of the container
717-
properties:
718-
console:
719-
description: Configuration for the console appender
720-
nullable: true
721-
properties:
722-
level:
723-
description: |-
724-
The log level threshold.
725-
Log events with a lower log level are discarded.
726-
enum:
727-
- TRACE
728-
- DEBUG
729-
- INFO
730-
- WARN
731-
- ERROR
732-
- FATAL
733-
- NONE
734-
- null
735-
nullable: true
736-
type: string
737-
type: object
738-
custom:
739-
description: Log configuration provided in a ConfigMap
740-
properties:
741-
configMap:
742-
description: ConfigMap containing the log configuration files
743-
nullable: true
744-
type: string
745-
type: object
746-
file:
747-
description: Configuration for the file appender
748-
nullable: true
749-
properties:
750-
level:
751-
description: |-
752-
The log level threshold.
753-
Log events with a lower log level are discarded.
754-
enum:
755-
- TRACE
756-
- DEBUG
757-
- INFO
758-
- WARN
759-
- ERROR
760-
- FATAL
761-
- NONE
762-
- null
763-
nullable: true
764-
type: string
765-
type: object
766-
loggers:
767-
additionalProperties:
768-
description: Configuration of a logger
769-
properties:
770-
level:
771-
description: |-
772-
The log level threshold.
773-
Log events with a lower log level are discarded.
774-
enum:
775-
- TRACE
776-
- DEBUG
777-
- INFO
778-
- WARN
779-
- ERROR
780-
- FATAL
781-
- NONE
782-
- null
783-
nullable: true
784-
type: string
785-
type: object
786-
default: {}
787-
description: Configuration per logger
788-
type: object
789-
type: object
790630
kafka:
791631
anyOf:
792632
- required:

0 commit comments

Comments
 (0)