k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/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