-
Notifications
You must be signed in to change notification settings - Fork 495
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
Move CRD convert functionality to v1alpha1 package #2704
Conversation
Signed-off-by: Pavol Loffay <[email protected]>
@@ -21,8 +21,6 @@ import ( | |||
v1 "k8s.io/api/core/v1" | |||
networkingv1 "k8s.io/api/networking/v1" | |||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | |||
|
|||
"github.com/open-telemetry/opentelemetry-operator/apis/v1alpha1" |
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.
love to see us breaking the cycle :D
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.
one question/comment. otherwise this looks good
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
* Move CRD convert functionality to v1alpha1 package Signed-off-by: Pavol Loffay <[email protected]> * Fix --------- Signed-off-by: Pavol Loffay <[email protected]>
Description:
The
v1alpha1
CRD will implement the conversion webhook. To avoid circular dependencies moving the conversion tov1alpha1
Link to tracking Issue(s):
Updates: #2620
Testing:
Documentation: