-
Notifications
You must be signed in to change notification settings - Fork 48
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
✨ Synthesize v1a1 Prereq condition from v1a2 conditions #249
✨ Synthesize v1a1 Prereq condition from v1a2 conditions #249
Conversation
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.
LGTM. And we will have a convert_v1alpha1_Conditions_To_v1alpha2_Conditions
on another MR?
bf08fa9
to
2681a71
Compare
There is various weirdness around how and what we set the v1a1 Prereq condition to, so this isn't quite a complete match but hopefully good enough. For now just leave the conditions as-is when going from v1a1 to v1a2. We might later want to remove the Prereq - or other v1a1 only conditions - during that conversion.
2681a71
to
aee0074
Compare
The straight type conversion is already there. Unless something breaks I don't intend to do anything v1a1 -> v1a2: v1a1 doesn't have the required info, and we'll let the VM reconcile populate what conditions it can. |
Minimum allowed line rate is |
There is various weirdness around how and what we set the v1a1 Prereq condition to, so this isn't quite a complete match but hopefully good enough.
For now just leave the conditions as-is when going from v1a1 to v1a2. We might later want to remove the Prereq - or other v1a1 only conditions - during that conversion.