<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>yaml on 华说记录我的生活</title>
    <link>http://www.huasay.com/tags/yaml/</link>
    <description>Recent content in yaml on 华说记录我的生活</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh</language>
    <lastBuildDate>Thu, 18 May 2023 23:30:48 +0800</lastBuildDate>
    <atom:link href="http://www.huasay.com/tags/yaml/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Yaml 语法</title>
      <link>http://www.huasay.com/2023/05/18/yaml-synax/</link>
      <pubDate>Thu, 18 May 2023 23:30:48 +0800</pubDate>
      <guid>http://www.huasay.com/2023/05/18/yaml-synax/</guid>
      <description> yaml是工作中遇到比较多的标记语言，特别在k8s横行其道的年代， yaml简直就是标配， 到处都是yaml。yaml的语法还是简单的，在此只 是做点小记录
yaml的基本使用 简单的对象关系 1 name: &amp;#34;hua&amp;#34; ## 在同一行，:后一定要加空格 行内对象嵌套关系 1 info: {name: &amp;#34;hua&amp;#34;, age: 32} 数组关系 1 2 3 - Bird - Cat - Dog 行内数组 1 animals: [Bird, Cat, Dog] 子数组 1 2 3 4 - - Bird - Cat - Dog </description>
    </item>
  </channel>
</rss>
