mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 03:03:40 +00:00
Ensure NamedCertKeyArray implements flag.Value
This commit is contained in:
@@ -75,7 +75,7 @@ type NamedCertKeyArray struct {
|
||||
changed bool
|
||||
}
|
||||
|
||||
var _ flag.Value = &NamedCertKey{}
|
||||
var _ flag.Value = &NamedCertKeyArray{}
|
||||
|
||||
// NewNamedKeyCertArray creates a new NamedCertKeyArray with the internal value
|
||||
// pointing to p.
|
||||
|
Reference in New Issue
Block a user