k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/pkg/genyaml/testdata/nested_structs/nested_structs.yaml (about)

     1  # Age of parent
     2  Age: 35
     3  # Children of parent
     4  Children:
     5      - # Age of child
     6        Age: 4
     7        # Name of child
     8        Name: Jimbo
     9      - Age: 5
    10        Name: Jenny
    11  # Name of parent
    12  Name: Mildred