1package kube 2 3import "encoding/yaml" 4 5command: dump: { 6 task: print: { 7 kind: "print" 8 text: yaml.MarshalStream(objects) 9 } 10}
View as plain text