Add datapolicy tags to test/e2e/framework

This commit is contained in:
Marek Siarkowicz
2020-10-29 18:08:32 +01:00
parent 17312ea4a9
commit 7f59610f49
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"`
}