sigs.k8s.io/prow@v0.0.0-20240503223140-c5e374dc7eb1/pkg/genyaml/testdata/embedded_structs/embedded_structs.yaml (about)

     1  # Address of building
     2  Address: 123 North Main Street
     3  # Bathroom in building
     4  bathroom:
     5      # Height of Bathroom
     6      height: 200
     7      # Width of Bathroom
     8      width: 100
     9  # Bedroom in building
    10  bedroom:
    11      # Height of Bedroom
    12      height: 200
    13      # Width of Bedroom
    14      width: 100