mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +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 {
|
type tlsCacheKey struct {
|
||||||
certData string
|
certData string
|
||||||
keyData string
|
keyData string `datapolicy:"secret-key"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func tlsConfigKey(c *rest.Config) tlsCacheKey {
|
func tlsConfigKey(c *rest.Config) tlsCacheKey {
|
||||||
|
Loading…
Reference in New Issue
Block a user