blob: 011bdc4e64384cf23562018b40c84697993446f6 [file] [log] [blame]
package kube
import "encoding/yaml"
command: create: {
task: kube: {
kind: "exec"
cmd: "kubectl create --dry-run -f -"
stdin: yaml.MarshalStream(objects)
stdout: string
}
task: display: {
kind: "print"
text: task.kube.stdout
}
}