Merge pull request #89615 from tahsinrahman/fix-duplicate

Ensure NamedCertKeyArray implements flag.Value
This commit is contained in:
Kubernetes Prow Robot 2020-03-31 06:40:40 -07:00 committed by GitHub
commit e551cf8a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.