-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Migrate DRA tests from v1beta1 to v1 API #30504
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
Conversation
- use helm.sh/helm/v3 v3.18.0 - pin to the current version of github.com/distribution/distribution/v3 being used
|
Pipeline controller notification For optional jobs, comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: asahay19 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@asahay19: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
Starting from OpenShift 4.21 (Kubernetes 1.34), beta APIs are disabled by default.This PR migrates all DRA test code from resource.k8s.io/v1beta1 to resource.k8s.io/v1
Changes include:
Tested against: OpenShift 4.21+ cluster with beta APIs disabled
Relates to: #29842