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