mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Ensure NamedCertKeyArray implements flag.Value
This commit is contained in:
parent
4c3aa3f26b
commit
d82e9ebac0
@ -75,7 +75,7 @@ type NamedCertKeyArray struct {
|
|||||||
changed bool
|
changed bool
|
||||||
}
|
}
|
||||||
|
|
||||||
var _ flag.Value = &NamedCertKey{}
|
var _ flag.Value = &NamedCertKeyArray{}
|
||||||
|
|
||||||
// NewNamedKeyCertArray creates a new NamedCertKeyArray with the internal value
|
// NewNamedKeyCertArray creates a new NamedCertKeyArray with the internal value
|
||||||
// pointing to p.
|
// pointing to p.
|
||||||
|
Loading…
Reference in New Issue
Block a user