@@ -1186,10 +1186,37 @@ spec:
11861186 or
11871187
11881188 `- {"op": "add", "path": "/0/happy", "value": true}`
1189- type : object
1190- x-kubernetes-preserve-unknown-fields : true
1189+ items :
1190+ type : object
1191+ x-kubernetes-preserve-unknown-fields : true
1192+ type : array
11911193 userProvided :
1192- description : Override the entire config file with the specified JSON value.
1194+ description : |-
1195+ Override the entire config file with the specified JSON document.
1196+
1197+ Please note that you can in-line JSON into YAML as follows:
1198+
1199+ ```yaml
1200+ # ... other YAML content
1201+ userProvided: {
1202+ "myString": "test",
1203+ "myList": ["test"],
1204+ "myBool": true,
1205+ "my": {"nested.field.with.dots": 42}
1206+ }
1207+ ```
1208+
1209+ As an alternative you can also stick to YAML:
1210+
1211+ ```yaml
1212+ # ... other YAML content
1213+ userProvided:
1214+ myString: test
1215+ myList: [test]
1216+ myBool: true
1217+ my:
1218+ nested.field.with.dots: 42
1219+ ```
11931220 type : object
11941221 x-kubernetes-preserve-unknown-fields : true
11951222 type : object
@@ -1780,10 +1807,37 @@ spec:
17801807 or
17811808
17821809 `- {"op": "add", "path": "/0/happy", "value": true}`
1783- type : object
1784- x-kubernetes-preserve-unknown-fields : true
1810+ items :
1811+ type : object
1812+ x-kubernetes-preserve-unknown-fields : true
1813+ type : array
17851814 userProvided :
1786- description : Override the entire config file with the specified JSON value.
1815+ description : |-
1816+ Override the entire config file with the specified JSON document.
1817+
1818+ Please note that you can in-line JSON into YAML as follows:
1819+
1820+ ```yaml
1821+ # ... other YAML content
1822+ userProvided: {
1823+ "myString": "test",
1824+ "myList": ["test"],
1825+ "myBool": true,
1826+ "my": {"nested.field.with.dots": 42}
1827+ }
1828+ ```
1829+
1830+ As an alternative you can also stick to YAML:
1831+
1832+ ```yaml
1833+ # ... other YAML content
1834+ userProvided:
1835+ myString: test
1836+ myList: [test]
1837+ myBool: true
1838+ my:
1839+ nested.field.with.dots: 42
1840+ ```
17871841 type : object
17881842 x-kubernetes-preserve-unknown-fields : true
17891843 type : object
@@ -3063,10 +3117,37 @@ spec:
30633117 or
30643118
30653119 `- {"op": "add", "path": "/0/happy", "value": true}`
3066- type : object
3067- x-kubernetes-preserve-unknown-fields : true
3120+ items :
3121+ type : object
3122+ x-kubernetes-preserve-unknown-fields : true
3123+ type : array
30683124 userProvided :
3069- description : Override the entire config file with the specified JSON value.
3125+ description : |-
3126+ Override the entire config file with the specified JSON document.
3127+
3128+ Please note that you can in-line JSON into YAML as follows:
3129+
3130+ ```yaml
3131+ # ... other YAML content
3132+ userProvided: {
3133+ "myString": "test",
3134+ "myList": ["test"],
3135+ "myBool": true,
3136+ "my": {"nested.field.with.dots": 42}
3137+ }
3138+ ```
3139+
3140+ As an alternative you can also stick to YAML:
3141+
3142+ ```yaml
3143+ # ... other YAML content
3144+ userProvided:
3145+ myString: test
3146+ myList: [test]
3147+ myBool: true
3148+ my:
3149+ nested.field.with.dots: 42
3150+ ```
30703151 type : object
30713152 x-kubernetes-preserve-unknown-fields : true
30723153 type : object
@@ -3657,10 +3738,37 @@ spec:
36573738 or
36583739
36593740 `- {"op": "add", "path": "/0/happy", "value": true}`
3660- type : object
3661- x-kubernetes-preserve-unknown-fields : true
3741+ items :
3742+ type : object
3743+ x-kubernetes-preserve-unknown-fields : true
3744+ type : array
36623745 userProvided :
3663- description : Override the entire config file with the specified JSON value.
3746+ description : |-
3747+ Override the entire config file with the specified JSON document.
3748+
3749+ Please note that you can in-line JSON into YAML as follows:
3750+
3751+ ```yaml
3752+ # ... other YAML content
3753+ userProvided: {
3754+ "myString": "test",
3755+ "myList": ["test"],
3756+ "myBool": true,
3757+ "my": {"nested.field.with.dots": 42}
3758+ }
3759+ ```
3760+
3761+ As an alternative you can also stick to YAML:
3762+
3763+ ```yaml
3764+ # ... other YAML content
3765+ userProvided:
3766+ myString: test
3767+ myList: [test]
3768+ myBool: true
3769+ my:
3770+ nested.field.with.dots: 42
3771+ ```
36643772 type : object
36653773 x-kubernetes-preserve-unknown-fields : true
36663774 type : object
0 commit comments