-
Notifications
You must be signed in to change notification settings - Fork 38
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
Rename Manager -> Controller #712
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.
Generally it looks great, just a few small suggestions
5795cdc
to
5879b07
Compare
Signed-off-by: Mark Kemel <mkemel@redhat.com>
Signed-off-by: Mark Kemel <mkemel@redhat.com>
5879b07
to
7ee6de0
Compare
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
(The failing apispec is due to the generator creating the functions etc. unordered. Has to be fixed in the future. For now, we can ignore that failure.)
Full and deep rename of the Manager to Controller, including file names, variable names, comments, etc.
Resolves #707