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

support component customize the nodeSelector #78

Merged
merged 1 commit into from
Oct 25, 2021
Merged

support component customize the nodeSelector #78

merged 1 commit into from
Oct 25, 2021

Conversation

MegaByte875
Copy link
Contributor

No description provided.

@@ -41,6 +41,7 @@ type NebulaClusterComponentter interface {
GetPodEnvVars() []corev1.EnvVar
GetPodAnnotations() map[string]string
GetPodLabels() map[string]string
NodeSelector() map[string]string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename NodeSelector() to GetNodeSelector() ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the func name with a prefix verb "get" is not needed, this is a common property of component, what do you think?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, in that case, we also need rename other func name of prefix verb "get" in componentter soon

@kqzh kqzh merged commit 63f7cc4 into vesoft-inc:master Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants