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

Use apps/v1 Deployment/ReplicaSet in controller and kubectl #61419

Merged
merged 6 commits into from May 24, 2018

Commits on May 22, 2018

  1. Copy the full SHA
    e32a155 View commit details
    Browse the repository at this point in the history
  2. kubectl: Use apps/v1 Deployment/ReplicaSet.

    This is necessary since kubectl shares code with the controllers,
    and the controllers have been updated to use apps/v1.
    enisoc committed May 22, 2018
    Copy the full SHA
    1c531fc View commit details
    Browse the repository at this point in the history
  3. test/e2e: Use apps/v1 Deployment/ReplicaSet.

    This must be done at the same time as the controller update,
    since they share code.
    enisoc committed May 22, 2018
    Copy the full SHA
    a6a5190 View commit details
    Browse the repository at this point in the history
  4. test/integration: Use apps/v1 Deployment/ReplicaSet.

    This must be done at the same time as the controller update,
    since they share code.
    enisoc committed May 22, 2018
    Copy the full SHA
    680bc4b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    436db71 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    046ae81 View commit details
    Browse the repository at this point in the history