6161 x-kubernetes-preserve-unknown-fields : true
6262 agent :
6363 properties :
64+ logLevel :
65+ type : string
66+ maxLogFileDurationHours :
67+ type : integer
6468 startupOptions :
6569 additionalProperties :
6670 type : string
@@ -215,6 +219,10 @@ spec:
215219 x-kubernetes-preserve-unknown-fields : true
216220 agent :
217221 properties :
222+ logLevel :
223+ type : string
224+ maxLogFileDurationHours :
225+ type : integer
218226 startupOptions :
219227 additionalProperties :
220228 type : string
@@ -360,6 +368,10 @@ spec:
360368 x-kubernetes-preserve-unknown-fields : true
361369 agent :
362370 properties :
371+ logLevel :
372+ type : string
373+ maxLogFileDurationHours :
374+ type : integer
363375 startupOptions :
364376 additionalProperties :
365377 type : string
@@ -736,6 +748,10 @@ spec:
736748 x-kubernetes-preserve-unknown-fields : true
737749 agent :
738750 properties :
751+ logLevel :
752+ type : string
753+ maxLogFileDurationHours :
754+ type : integer
739755 startupOptions :
740756 additionalProperties :
741757 type : string
@@ -1008,6 +1024,10 @@ spec:
10081024 x-kubernetes-preserve-unknown-fields : true
10091025 agent :
10101026 properties :
1027+ logLevel :
1028+ type : string
1029+ maxLogFileDurationHours :
1030+ type : integer
10111031 startupOptions :
10121032 additionalProperties :
10131033 type : string
@@ -1947,6 +1967,10 @@ spec:
19471967 description : specify startup flags for the AutomationAgent and
19481968 MonitoringAgent
19491969 properties :
1970+ logLevel :
1971+ type : string
1972+ maxLogFileDurationHours :
1973+ type : integer
19501974 startupOptions :
19511975 additionalProperties :
19521976 type : string
@@ -2018,6 +2042,20 @@ spec:
20182042 - ERROR
20192043 - FATAL
20202044 type : string
2045+ memberConfig :
2046+ description : MemberConfig
2047+ items :
2048+ properties :
2049+ priority :
2050+ type : string
2051+ tags :
2052+ additionalProperties :
2053+ type : string
2054+ type : object
2055+ votes :
2056+ type : integer
2057+ type : object
2058+ type : array
20212059 members :
20222060 description : Amount of members for this MongoDB Replica Set
20232061 maximum : 50
@@ -2027,6 +2065,10 @@ spec:
20272065 description : specify startup flags for just the MonitoringAgent.
20282066 These take precedence over the flags set in AutomationAgent
20292067 properties :
2068+ logLevel :
2069+ type : string
2070+ maxLogFileDurationHours :
2071+ type : integer
20302072 startupOptions :
20312073 additionalProperties :
20322074 type : string
@@ -2104,10 +2146,6 @@ spec:
21042146 type : object
21052147 x-kubernetes-preserve-unknown-fields : true
21062148 type : object
2107- project :
2108- description : ' Deprecated: This has been replaced by the PrivateCloudConfig
2109- which should be used instead'
2110- type : string
21112149 prometheus :
21122150 description : Enables Prometheus integration on the AppDB.
21132151 properties :
0 commit comments