-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Remove everything that is not new from batch/v2alpha1 #41890
Conversation
@k8s-bot bazel test this |
@kubernetes/sig-apps-api-reviews ptal as well |
Rebased. |
Updated bazel build. |
4063967
to
f3eddba
Compare
We were still using old client in e2e tests, which forced using batch/v2alpha1, but currently client is smart enough to handle those manually. The last commit removes that part. |
We cannot create new API versions by accident - the exception required
would be to not do this.
This is a release blocker to me.
On Mar 4, 2017, at 12:02 AM, Kubernetes Submit Queue < [email protected]> wrote:
@soltysh <https://github.com/soltysh> PR needs rebase
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#41890 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p7Z29hnfhSzSPLZ1ce3YglifvHfpks5riPB6gaJpZM4MItyE>
.
|
I classify this as a serious bug (exposing new types accidentally). |
Rebased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still LGTM. @smarterclayton may have more comments
/lgtm as well |
[APPROVALNOTIFIER] This PR is APPROVED The following people have approved this PR: janetkuo, smarterclayton, soltysh Needs approval from an approver in each of these OWNERS Files:
We suggest the following people: |
The PR was lgtm-ed by both @smarterclayton and @janetkuo, not sure why bot didn't caught it. Adding lgtm label manually. |
@k8s-bot verify test this |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
@soltysh: The following test(s) failed:
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Automatic merge from submit-queue (batch tested with PRs 41890, 42593, 42633, 42626, 42609) |
Automatic merge from submit-queue Add default information to CronJobSpec This is requested followup to #41890 @smarterclayton @janetkuo ptal
Automatic merge from submit-queue Promote CronJobs to batch/v1beta1 - just the API This PR promotes CronJobs to beta. @erictune @kubernetes/sig-apps-api-reviews @kubernetes/api-approvers ptal This builds on top of kubernetes#41890 and needs kubernetes#40932 as well ```release-note Promote CronJobs to batch/v1beta1. ```
Fixes #37166.
@lavalamp you've asked for it
@erictune this is a prereq for moving CronJobs to beta. I initially planned to put all in one PR, but after I did that I figured out it'll be easier to review separately. ptal
@kubernetes/api-approvers @kubernetes/sig-api-machinery-pr-reviews ptal