-
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
✨ Add v1a2 webconsole request controllers #218
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.
It is a relative drop in the bucket for the rest of the tech debt we're saddling ourselves with for v1a2 but since the v1a1 controller/webhooks have to be kept around until v1a1 is completely removed, there is an opportunity now or later to share code here, either by writing our own ConverTo/From() or by defining our own generic intermediary struct.
controllers/virtualmachinewebconsolerequest/v1alpha2/webconsolerequest_controller.go
Outdated
Show resolved
Hide resolved
Minimum allowed line rate is |
What does this PR do, and why is it needed?
This change adds the v1a2 virtualmachinewebconsolerequest controllers and tests. The controller is guarded by the Feature state switch. The webhook changes will be a follow-up of this PR.
Which issue(s) is/are addressed by this PR? (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes # N/A
Are there any special notes for your reviewer:
N/A
Please add a release note if necessary: