mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #96010 from serathius/datapolicy-scheduler-pkg
Add datapolicy tags to pkg/scheduler/
This commit is contained in:
commit
3222053798
@ -412,7 +412,7 @@ type ExtenderTLSConfig struct {
|
|||||||
CertData []byte
|
CertData []byte
|
||||||
// KeyData holds PEM-encoded bytes (typically read from a client certificate key file).
|
// KeyData holds PEM-encoded bytes (typically read from a client certificate key file).
|
||||||
// KeyData takes precedence over KeyFile
|
// KeyData takes precedence over KeyFile
|
||||||
KeyData []byte
|
KeyData []byte `datapolicy:"security-key"`
|
||||||
// CAData holds PEM-encoded bytes (typically read from a root certificates bundle).
|
// CAData holds PEM-encoded bytes (typically read from a root certificates bundle).
|
||||||
// CAData takes precedence over CAFile
|
// CAData takes precedence over CAFile
|
||||||
CAData []byte
|
CAData []byte
|
||||||
|
Loading…
Reference in New Issue
Block a user