Skip to content

Commit 02d2399

Browse files
authored
Merge pull request kubernetes#2247 from jqmichael/kepctl_compile
Fixed kepctl compile error
2 parents 11e2a8a + 978aa05 commit 02d2399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/kepval/keps/proposals.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ type Proposal struct {
7575
DisableSupported bool `json:"disableSupported" yaml:"disable-supported"`
7676
Metrics []string `json:"metrics" yaml:"metrics"`
7777

78+
Filename string `json:"-" yaml:"-"`
7879
Error error `json:"-" yaml:"-"`
7980
Contents string `json:"markdown" yaml:"-"`
8081
}

0 commit comments

Comments
 (0)