mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #95999 from serathius/datapolicy-kube-aggregator
Add datapolicy tags to staging/src/k8s.io/kube-aggregator/
This commit is contained in:
commit
135de8e0a1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user