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.
2 parents 2590f6c + d82e9eb commit e551cf8Copy full SHA for e551cf8
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