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

Generation and separate status updates for DCs #7149

Merged
merged 2 commits into from
May 9, 2016
Merged

Generation and separate status updates for DCs #7149

merged 2 commits into from
May 9, 2016

Commits on May 9, 2016

  1. deployapi: add generation numbers

    Add generation numbers to deploymentconfigs. Helpful for decoupling
    latestVersion from oc
    0xmichalis committed May 9, 2016
    Configuration menu
    Copy the full SHA
    f12aca3 View commit details
    Browse the repository at this point in the history
  2. deployapi: add separate call for updating DC status

    Add a separete call for updating the status of a deploymentconfig.
    Use it where it makes sense (controllers should be responsible for
    updating the status).
    
    Also make spec updates tolerate status detail updates in case the
    updates originates from the image change controller.
    0xmichalis committed May 9, 2016
    Configuration menu
    Copy the full SHA
    dda90cc View commit details
    Browse the repository at this point in the history