容器批量计算 BCE-YAML语法:数组

时间:2023-11-01 16:19:27

数组

数组使用连字符和空格“- ”表示,合法的表示方法如下:

animal:- Cat- Dog- Goldfish

也可使用行内表示法:

animal: [Cat, Dog, Goldfish]

对象和数组可以嵌套使用,形成复合结构:

languages: - Ruby - Perl - Pythonwebsites:  YAML: yaml.org Ruby: ruby-lang.org Python: python.org Perl: use.perl.org
support.huaweicloud.com/usermanual-bce/bce_01_0035.html