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

Create config struct to take user input #8193

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

fangn2
Copy link
Contributor

@fangn2 fangn2 commented Mar 2, 2023

Fix #8179

This PR creates a new struct to take user facing configurations and separate the input from internal structures to avoid config loading issue from the internal structures.

Signed-off-by: Tony Fang nhfang@amazon.com

@k8s-ci-robot
Copy link

Hi @fangn2. Thanks for your PR.

I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

dmcgowan
dmcgowan previously approved these changes Mar 2, 2023
@dmcgowan dmcgowan added this to the 1.7 milestone Mar 2, 2023
@dmcgowan dmcgowan dismissed their stale review March 2, 2023 05:12

Let's avoid the panic

Signed-off-by: Tony Fang <nhfang@amazon.com>
@fangn2 fangn2 force-pushed the fix-config-dump branch from 8c116c3 to 2e96ba9 Compare March 2, 2023 05:44
@fangn2 fangn2 closed this Mar 2, 2023
@fangn2 fangn2 reopened this Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

config dump: type map[string]interface {} is not assignable to type platforms.Matcher
4 participants