Skip to content

Commit

Permalink
Merge pull request #394 from tiffanyfay/release-1.4
Browse files Browse the repository at this point in the history
Fixed typos in json types for ENIConfig-1.4 release
  • Loading branch information
mogren authored Apr 11, 2019
2 parents 38065c4 + bb50efd commit be7fcef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/crd/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ type ENIConfig struct {

type ENIConfigSpec struct {
// Fill me
SecurityGroups []string `json:"securitygroups"`
Subnet string `json: "subnet"`
SecurityGroups []string `json:"securityGroups"`
Subnet string `json:"subnet"`
}
type ENIConfigStatus struct {
// Fill me
Expand Down

0 comments on commit be7fcef

Please sign in to comment.