@@ -1325,6 +1325,86 @@ spec:
13251325 containers :
13261326 description : Log configuration per container.
13271327 properties :
1328+ create-admin-certificate :
1329+ anyOf :
1330+ - required :
1331+ - custom
1332+ - {}
1333+ - {}
1334+ description : Log configuration of the container
1335+ properties :
1336+ console :
1337+ description : Configuration for the console appender
1338+ nullable : true
1339+ properties :
1340+ level :
1341+ description : |-
1342+ The log level threshold.
1343+ Log events with a lower log level are discarded.
1344+ enum :
1345+ - TRACE
1346+ - DEBUG
1347+ - INFO
1348+ - WARN
1349+ - ERROR
1350+ - FATAL
1351+ - NONE
1352+ - null
1353+ nullable : true
1354+ type : string
1355+ type : object
1356+ custom :
1357+ description : Custom log configuration provided in a ConfigMap
1358+ properties :
1359+ configMap :
1360+ description : ConfigMap containing the log configuration files
1361+ nullable : true
1362+ type : string
1363+ type : object
1364+ file :
1365+ description : Configuration for the file appender
1366+ nullable : true
1367+ properties :
1368+ level :
1369+ description : |-
1370+ The log level threshold.
1371+ Log events with a lower log level are discarded.
1372+ enum :
1373+ - TRACE
1374+ - DEBUG
1375+ - INFO
1376+ - WARN
1377+ - ERROR
1378+ - FATAL
1379+ - NONE
1380+ - null
1381+ nullable : true
1382+ type : string
1383+ type : object
1384+ loggers :
1385+ additionalProperties :
1386+ description : Configuration of a logger
1387+ properties :
1388+ level :
1389+ description : |-
1390+ The log level threshold.
1391+ Log events with a lower log level are discarded.
1392+ enum :
1393+ - TRACE
1394+ - DEBUG
1395+ - INFO
1396+ - WARN
1397+ - ERROR
1398+ - FATAL
1399+ - NONE
1400+ - null
1401+ nullable : true
1402+ type : string
1403+ type : object
1404+ default : {}
1405+ description : Configuration per logger
1406+ type : object
1407+ type : object
13281408 init-keystore :
13291409 anyOf :
13301410 - required :
@@ -1485,6 +1565,86 @@ spec:
14851565 description : Configuration per logger
14861566 type : object
14871567 type : object
1568+ update-security-config :
1569+ anyOf :
1570+ - required :
1571+ - custom
1572+ - {}
1573+ - {}
1574+ description : Log configuration of the container
1575+ properties :
1576+ console :
1577+ description : Configuration for the console appender
1578+ nullable : true
1579+ properties :
1580+ level :
1581+ description : |-
1582+ The log level threshold.
1583+ Log events with a lower log level are discarded.
1584+ enum :
1585+ - TRACE
1586+ - DEBUG
1587+ - INFO
1588+ - WARN
1589+ - ERROR
1590+ - FATAL
1591+ - NONE
1592+ - null
1593+ nullable : true
1594+ type : string
1595+ type : object
1596+ custom :
1597+ description : Custom log configuration provided in a ConfigMap
1598+ properties :
1599+ configMap :
1600+ description : ConfigMap containing the log configuration files
1601+ nullable : true
1602+ type : string
1603+ type : object
1604+ file :
1605+ description : Configuration for the file appender
1606+ nullable : true
1607+ properties :
1608+ level :
1609+ description : |-
1610+ The log level threshold.
1611+ Log events with a lower log level are discarded.
1612+ enum :
1613+ - TRACE
1614+ - DEBUG
1615+ - INFO
1616+ - WARN
1617+ - ERROR
1618+ - FATAL
1619+ - NONE
1620+ - null
1621+ nullable : true
1622+ type : string
1623+ type : object
1624+ loggers :
1625+ additionalProperties :
1626+ description : Configuration of a logger
1627+ properties :
1628+ level :
1629+ description : |-
1630+ The log level threshold.
1631+ Log events with a lower log level are discarded.
1632+ enum :
1633+ - TRACE
1634+ - DEBUG
1635+ - INFO
1636+ - WARN
1637+ - ERROR
1638+ - FATAL
1639+ - NONE
1640+ - null
1641+ nullable : true
1642+ type : string
1643+ type : object
1644+ default : {}
1645+ description : Configuration per logger
1646+ type : object
1647+ type : object
14881648 vector :
14891649 anyOf :
14901650 - required :
@@ -1856,6 +2016,86 @@ spec:
18562016 containers :
18572017 description : Log configuration per container.
18582018 properties :
2019+ create-admin-certificate :
2020+ anyOf :
2021+ - required :
2022+ - custom
2023+ - {}
2024+ - {}
2025+ description : Log configuration of the container
2026+ properties :
2027+ console :
2028+ description : Configuration for the console appender
2029+ nullable : true
2030+ properties :
2031+ level :
2032+ description : |-
2033+ The log level threshold.
2034+ Log events with a lower log level are discarded.
2035+ enum :
2036+ - TRACE
2037+ - DEBUG
2038+ - INFO
2039+ - WARN
2040+ - ERROR
2041+ - FATAL
2042+ - NONE
2043+ - null
2044+ nullable : true
2045+ type : string
2046+ type : object
2047+ custom :
2048+ description : Custom log configuration provided in a ConfigMap
2049+ properties :
2050+ configMap :
2051+ description : ConfigMap containing the log configuration files
2052+ nullable : true
2053+ type : string
2054+ type : object
2055+ file :
2056+ description : Configuration for the file appender
2057+ nullable : true
2058+ properties :
2059+ level :
2060+ description : |-
2061+ The log level threshold.
2062+ Log events with a lower log level are discarded.
2063+ enum :
2064+ - TRACE
2065+ - DEBUG
2066+ - INFO
2067+ - WARN
2068+ - ERROR
2069+ - FATAL
2070+ - NONE
2071+ - null
2072+ nullable : true
2073+ type : string
2074+ type : object
2075+ loggers :
2076+ additionalProperties :
2077+ description : Configuration of a logger
2078+ properties :
2079+ level :
2080+ description : |-
2081+ The log level threshold.
2082+ Log events with a lower log level are discarded.
2083+ enum :
2084+ - TRACE
2085+ - DEBUG
2086+ - INFO
2087+ - WARN
2088+ - ERROR
2089+ - FATAL
2090+ - NONE
2091+ - null
2092+ nullable : true
2093+ type : string
2094+ type : object
2095+ default : {}
2096+ description : Configuration per logger
2097+ type : object
2098+ type : object
18592099 init-keystore :
18602100 anyOf :
18612101 - required :
@@ -2016,6 +2256,86 @@ spec:
20162256 description : Configuration per logger
20172257 type : object
20182258 type : object
2259+ update-security-config :
2260+ anyOf :
2261+ - required :
2262+ - custom
2263+ - {}
2264+ - {}
2265+ description : Log configuration of the container
2266+ properties :
2267+ console :
2268+ description : Configuration for the console appender
2269+ nullable : true
2270+ properties :
2271+ level :
2272+ description : |-
2273+ The log level threshold.
2274+ Log events with a lower log level are discarded.
2275+ enum :
2276+ - TRACE
2277+ - DEBUG
2278+ - INFO
2279+ - WARN
2280+ - ERROR
2281+ - FATAL
2282+ - NONE
2283+ - null
2284+ nullable : true
2285+ type : string
2286+ type : object
2287+ custom :
2288+ description : Custom log configuration provided in a ConfigMap
2289+ properties :
2290+ configMap :
2291+ description : ConfigMap containing the log configuration files
2292+ nullable : true
2293+ type : string
2294+ type : object
2295+ file :
2296+ description : Configuration for the file appender
2297+ nullable : true
2298+ properties :
2299+ level :
2300+ description : |-
2301+ The log level threshold.
2302+ Log events with a lower log level are discarded.
2303+ enum :
2304+ - TRACE
2305+ - DEBUG
2306+ - INFO
2307+ - WARN
2308+ - ERROR
2309+ - FATAL
2310+ - NONE
2311+ - null
2312+ nullable : true
2313+ type : string
2314+ type : object
2315+ loggers :
2316+ additionalProperties :
2317+ description : Configuration of a logger
2318+ properties :
2319+ level :
2320+ description : |-
2321+ The log level threshold.
2322+ Log events with a lower log level are discarded.
2323+ enum :
2324+ - TRACE
2325+ - DEBUG
2326+ - INFO
2327+ - WARN
2328+ - ERROR
2329+ - FATAL
2330+ - NONE
2331+ - null
2332+ nullable : true
2333+ type : string
2334+ type : object
2335+ default : {}
2336+ description : Configuration per logger
2337+ type : object
2338+ type : object
20192339 vector :
20202340 anyOf :
20212341 - required :
0 commit comments