File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ type NamespacedName struct {
40
40
41
41
// DataKeySelector defines required spec to access a key of a configmap or secret
42
42
type DataKeySelector struct {
43
- NamespacedName `json:",inline,omitempty "`
43
+ NamespacedName `json:",inline"`
44
44
Key string `json:"key,omitempty"`
45
45
Optional bool `json:"optional,omitempty"`
46
46
}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ type NamespacedName struct {
47
47
48
48
// DataKeySelector defines required spec to access a key of a configmap or secret
49
49
type DataKeySelector struct {
50
- NamespacedName `json:",inline,omitempty "`
50
+ NamespacedName `json:",inline"`
51
51
Key string `json:"key,omitempty"`
52
52
Optional bool `json:"optional,omitempty"`
53
53
}
You can’t perform that action at this time.
0 commit comments