• juanvallejo's avatar
    Add json,yaml output format support kubectl create · cbe47903
    juanvallejo authored
    This patch adds the ability to specify an output format other than
    "name" to `kubectl create ...`. It can be used in conjunction with the
    `--dry-run` option. Converts unstructured objects into known types in
    order to support all `--output` values.
    cbe47903
apply.go 19.9 KB