提交 f1e86fc9 编写于 作者: L Lukáš Doktor

yaml_to_mux: Add note about key (not) conversion

The keys are not smart-converted into detected types, but always used as
they are. Let's mention this in our documentation.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 d349ef3f
......@@ -297,6 +297,20 @@ example parameters for your plugin, which you need to separate from the test
parameters.
Special values
--------------
As you might have noticed, we are using mapping/dicts to define the structure
of the params. To avoid surprises we disallowed the smart typing of mapping
keys so:
.. code-block:: yaml
on: on
Won't become ``True: True``, but the key will be preserved as string
``on: True``.
Multiple files
--------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册