Merge pull request #95993 from serathius/datapolicy-e2e-framework

Add datapolicy tags to test/e2e/framework
This commit is contained in:
Kubernetes Prow Robot 2020-11-05 06:31:22 -08:00 committed by GitHub
commit ba645bb939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -569,8 +569,8 @@ type KubeUser struct {
Name string `yaml:"name"`
User struct {
Username string `yaml:"username"`
Password string `yaml:"password"`
Token string `yaml:"token"`
Password string `yaml:"password" datapolicy:"password"`
Token string `yaml:"token" datapolicy:"token"`
} `yaml:"user"`
}

View File

@ -81,7 +81,7 @@ type TestContextType struct {
KubeVolumeDir string
CertDir string
Host string
BearerToken string
BearerToken string `datapolicy:"token"`
// TODO: Deprecating this over time... instead just use gobindata_util.go , see #23987.
RepoRoot string
DockershimCheckpointDir string