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

Fixed typos in json types for ENIConfig #393

Merged
merged 1 commit into from
Apr 11, 2019
Merged

Conversation

tiffanyfay
Copy link
Contributor

@tiffanyfay tiffanyfay commented Apr 11, 2019

TL;DR this is necessary in order for CNI Custom Networking to work in 1.4.

Description of changes:
With the new crd updates, json fields are case sensitive. A space turned subnet to be capitalized, and the docs expect securityGroup. This resulted in the subnet and security groups not be found so the ENI wasn't created.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@tiffanyfay tiffanyfay added this to the v1.4 milestone Apr 11, 2019
@tiffanyfay tiffanyfay requested a review from mogren April 11, 2019 06:23
SecurityGroups []string `json:"securitygroups"`
Subnet string `json: "subnet"`
SecurityGroups []string `json:"securityGroups"`
Subnet string `json:"subnet"`
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks!

@mogren mogren merged commit 635dae9 into aws:master Apr 11, 2019
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.

2 participants