sigs.k8s.io/prow@v0.0.0-20240503223140-c5e374dc7eb1/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