Skip to content

Commit d82e9eb

Browse files
committed
Ensure NamedCertKeyArray implements flag.Value
1 parent 4c3aa3f commit d82e9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/component-base/cli/flag/namedcertkey_flag.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ type NamedCertKeyArray struct {
7575
changed bool
7676
}
7777

78-
var _ flag.Value = &NamedCertKey{}
78+
var _ flag.Value = &NamedCertKeyArray{}
7979

8080
// NewNamedKeyCertArray creates a new NamedCertKeyArray with the internal value
8181
// pointing to p.

0 commit comments

Comments
 (0)