-
Notifications
You must be signed in to change notification settings - Fork 7
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 secret annotations' backward translation #23
base: master
Are you sure you want to change the base?
Add secret annotations' backward translation #23
Conversation
Closes #22. |
@@ -29,6 +33,29 @@ type secretSyncer struct { | |||
physicalClient client.Client | |||
} | |||
|
|||
func (s *secretSyncer) getCertVirtualName(certPhysicalName string) (string, error) { |
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.
I'm not sure, but I think this function and function below could be transformed to single function getObjectVirtualName
or something like that.
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.
when Oleg is back from holiday he may have thoughts, but for me this seems fine as two simple little functions like this!
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.
👋 hey there! im not super up to speed with the cert-manager plugin but just made a few nit picky comments here. I suspect we'll want to wait for Fabian or Oleg to chime back in after the holidays before getting merged since they've got more context... but, seems reasonable to me from what I know :)
@@ -29,6 +33,29 @@ type secretSyncer struct { | |||
physicalClient client.Client | |||
} | |||
|
|||
func (s *secretSyncer) getCertVirtualName(certPhysicalName string) (string, error) { |
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.
when Oleg is back from holiday he may have thoughts, but for me this seems fine as two simple little functions like this!
@carlmontanari Hi! |
nice, thanks for the little clean up! I think you'll be waiting till the new year what w/ holidays/time off and such. |
No description provided.