云容器实例 CCI-YAML语法:数组

时间:2023-12-21 21:07:00

数组

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

animal:
- Cat
- Dog
- Goldfish

也可使用行内表示法:

animal: [Cat, Dog, Goldfish]

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

languages:
 - Ruby
 - Perl
 - Python
websites: 
 YAML: yaml.org
 Ruby: ruby-lang.org
 Python: python.org
 Perl: use.perl.org
support.huaweicloud.com/devg-cci/cci_05_1001.html