blob: dd19dc6272a8f9137582bb825de51d2acd03e033 [file] [log] [blame]
package kube
import "encoding/yaml"
command dump: {
task print: {
kind: "print"
text: yaml.MarshalStream(objects)
}
}