mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Add datapolicy tags to pkg/scheduler/
This commit is contained in:
parent
17312ea4a9
commit
899b9c1f74
@ -409,7 +409,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