File tree Expand file tree Collapse file tree 1 file changed +0
-84
lines changed
deploy/helm/spark-k8s-operator/crds Expand file tree Collapse file tree 1 file changed +0
-84
lines changed Original file line number Diff line number Diff line change @@ -7061,90 +7061,6 @@ spec:
7061
7061
config:
7062
7062
default: {}
7063
7063
properties:
7064
- logging:
7065
- default:
7066
- enableVectorAgent: null
7067
- containers: {}
7068
- description: Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/nightly/concepts/logging).
7069
- properties:
7070
- containers:
7071
- additionalProperties:
7072
- anyOf:
7073
- - required:
7074
- - custom
7075
- - {}
7076
- description: Log configuration of the container
7077
- properties:
7078
- console:
7079
- description: Configuration for the console appender
7080
- nullable: true
7081
- properties:
7082
- level:
7083
- description: The log level threshold. Log events with a lower log level are discarded.
7084
- enum:
7085
- - TRACE
7086
- - DEBUG
7087
- - INFO
7088
- - WARN
7089
- - ERROR
7090
- - FATAL
7091
- - NONE
7092
- nullable: true
7093
- type: string
7094
- type: object
7095
- custom:
7096
- description: Custom log configuration provided in a ConfigMap
7097
- properties:
7098
- configMap:
7099
- description: ConfigMap containing the log configuration files
7100
- nullable: true
7101
- type: string
7102
- type: object
7103
- file:
7104
- description: Configuration for the file appender
7105
- nullable: true
7106
- properties:
7107
- level:
7108
- description: The log level threshold. Log events with a lower log level are discarded.
7109
- enum:
7110
- - TRACE
7111
- - DEBUG
7112
- - INFO
7113
- - WARN
7114
- - ERROR
7115
- - FATAL
7116
- - NONE
7117
- nullable: true
7118
- type: string
7119
- type: object
7120
- loggers:
7121
- additionalProperties:
7122
- description: Configuration of a logger
7123
- properties:
7124
- level:
7125
- description: The log level threshold. Log events with a lower log level are discarded.
7126
- enum:
7127
- - TRACE
7128
- - DEBUG
7129
- - INFO
7130
- - WARN
7131
- - ERROR
7132
- - FATAL
7133
- - NONE
7134
- nullable: true
7135
- type: string
7136
- type: object
7137
- default: {}
7138
- description: Configuration per logger
7139
- type: object
7140
- type: object
7141
- description: Log configuration per container.
7142
- type: object
7143
- enableVectorAgent:
7144
- description: Wether or not to deploy a container with the Vector log agent.
7145
- nullable: true
7146
- type: boolean
7147
- type: object
7148
7064
resources:
7149
7065
default:
7150
7066
memory:
You can’t perform that action at this time.
0 commit comments