We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3aa3f commit d82e9ebCopy full SHA for d82e9eb
staging/src/k8s.io/component-base/cli/flag/namedcertkey_flag.go
@@ -75,7 +75,7 @@ type NamedCertKeyArray struct {
75
changed bool
76
}
77
78
-var _ flag.Value = &NamedCertKey{}
+var _ flag.Value = &NamedCertKeyArray{}
79
80
// NewNamedKeyCertArray creates a new NamedCertKeyArray with the internal value
81
// pointing to p.
0 commit comments