Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UPSTREAM: 38112: Add json,yaml output format support to oc create, oc apply #12015

Commits on Dec 5, 2016

  1. UPSTREAM: 38112: Add json,yaml output format support to oc create

    This patch adds the ability to specify an output format other than
    "name" to `oc create ...`. It can be used in conjunction with the
    `--dry-run` option.
    juanvallejo committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    fd7c688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e3dc77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b1722a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. UPSTREAM: 38112: Add output format support to apply

    This patch adds the same printer output format support that was added to
    `oc create` to the `apply` command.
    juanvallejo committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    d72ce77 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Configuration menu
    Copy the full SHA
    971c51c View commit details
    Browse the repository at this point in the history