Add datapolicy tags to staging/src/k8s.io/kube-aggregator/

This commit is contained in:
Marek Siarkowicz 2020-10-29 18:13:55 +01:00
parent 17312ea4a9
commit d5f857be6e

View File

@ -125,7 +125,7 @@ func (c *tlsTransportCache) get(config *rest.Config) (http.RoundTripper, error)
type tlsCacheKey struct {
certData string
keyData string
keyData string `datapolicy:"secret-key"`
}
func tlsConfigKey(c *rest.Config) tlsCacheKey {