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

Propagate labels and annotations from ehpa to hpa #128

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

chenkaiyue
Copy link
Contributor

For feature #125

@chenkaiyue chenkaiyue force-pushed the propagate-ehpa-labels-annotations branch from a7c2cb6 to 504a947 Compare February 11, 2022 09:25
@qmhu qmhu added this to the 0.2.0 milestone Feb 14, 2022
hpa.Labels[key] = value
}
}
for _, prefix := range c.Config.PropagationConfig.Labels {
Copy link
Member

Choose a reason for hiding this comment

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

s/prefix/labelKey/g

hpa.Annotations[key] = value
}
}
for _, prefix := range c.Config.PropagationConfig.Annotations {
Copy link
Member

Choose a reason for hiding this comment

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

s/prefix/annoKey/g

@chenkaiyue
Copy link
Contributor Author

Changes for helm-charts: gocrane/helm-charts#23

@chenkaiyue chenkaiyue force-pushed the propagate-ehpa-labels-annotations branch 2 times, most recently from b57184c to 5935019 Compare February 14, 2022 08:11
@chenkaiyue
Copy link
Contributor Author

image
image
image

@chenkaiyue chenkaiyue force-pushed the propagate-ehpa-labels-annotations branch from 5935019 to e84c4f2 Compare February 14, 2022 08:22
@chenkaiyue chenkaiyue force-pushed the propagate-ehpa-labels-annotations branch from e84c4f2 to b17ca87 Compare February 14, 2022 08:23
@qmhu
Copy link
Member

qmhu commented Feb 14, 2022

/lgtm

@qmhu qmhu merged commit 55d8a29 into gocrane:main Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants