-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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 archived clientset #35928
Remove archived clientset #35928
Conversation
Thanks. |
Jenkins GKE smoke e2e failed for commit 5f11785. Full PR test history. The magic incantation to run this job again is |
Jenkins verification failed for commit 5f11785. Full PR test history. The magic incantation to run this job again is |
1.2 release, we will create release_1_3 clientset and keep it updated until we | ||
cut release 1.3. | ||
|
||
To get stable clientsets, please refer to the [client-go |
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.
Probably add a note saying new code should use client-go and we are in the process of updating existing code to use client-go. Perhaps also add link to the issue?
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.
Thanks. Will do.
LGTM with one suggestion for README |
remove archived federation clientsets update README
5f11785
to
4cf7adf
Compare
Done. Applying the lgtm. Thanks for the suggestion. |
Jenkins unit/integration failed for commit 4cf7adf. Full PR test history. The magic incantation to run this job again is |
@k8s-bot federation gce e2e test this |
@k8s-bot unit test this |
@k8s-bot federation gce e2e test this |
Jenkins Federation GCE e2e failed for commit 4cf7adf. Full PR test history. The magic incantation to run this job again is |
federation e2e timed out. |
Automatic merge from submit-queue |
We have client-go now, no need to keep archived clientset in master of k8s.io/kubernetes.
Also updated the client-gen README.
Fix #35803.
cc @mikedanese
This change is