Merge pull request #96010 from serathius/datapolicy-scheduler-pkg

Add datapolicy tags to pkg/scheduler/
This commit is contained in:
Kubernetes Prow Robot 2020-11-05 06:31:35 -08:00 committed by GitHub
commit 3222053798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -412,7 +412,7 @@ type ExtenderTLSConfig struct {
CertData []byte
// KeyData holds PEM-encoded bytes (typically read from a client certificate key file).
// 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 takes precedence over CAFile
CAData []byte