Skip to content
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 internal entities to not mention "resource(s)" explicitly #756

Merged
merged 1 commit into from May 10, 2021

Conversation

nolar
Copy link
Owner

@nolar nolar commented May 10, 2021

Everything in Kubernetes operators is about resources anyway — there is no need to highlight it. Originally, this "resource" prefix was added to distinguish from "activities". Over time, it became clear that "activities" is the only non-resource entity.

This change is intended to simplify the codebase and clean up the code visually.

Everything in the Kubernetes operators is about resources anyway — there is no need to highlight it. Originally, this "resource" prefix was added to distinguish from "activities". Over time, it became clear that "activities" is the only non-resource entity.

This change is intended to simplify the codebase and clean up the code visually.

Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
@nolar nolar added the refactoring Code cleanup without new features added label May 10, 2021
@nolar nolar merged commit 8403323 into main May 10, 2021
@nolar nolar deleted the rename-lengthy-classes branch May 10, 2021 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code cleanup without new features added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant