mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Add datapolicy tags to test/e2e/framework
This commit is contained in:
parent
17312ea4a9
commit
7f59610f49
@ -569,8 +569,8 @@ type KubeUser struct {
|
|||||||
Name string `yaml:"name"`
|
Name string `yaml:"name"`
|
||||||
User struct {
|
User struct {
|
||||||
Username string `yaml:"username"`
|
Username string `yaml:"username"`
|
||||||
Password string `yaml:"password"`
|
Password string `yaml:"password" datapolicy:"password"`
|
||||||
Token string `yaml:"token"`
|
Token string `yaml:"token" datapolicy:"token"`
|
||||||
} `yaml:"user"`
|
} `yaml:"user"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ type TestContextType struct {
|
|||||||
KubeVolumeDir string
|
KubeVolumeDir string
|
||||||
CertDir string
|
CertDir string
|
||||||
Host string
|
Host string
|
||||||
BearerToken string
|
BearerToken string `datapolicy:"token"`
|
||||||
// TODO: Deprecating this over time... instead just use gobindata_util.go , see #23987.
|
// TODO: Deprecating this over time... instead just use gobindata_util.go , see #23987.
|
||||||
RepoRoot string
|
RepoRoot string
|
||||||
DockershimCheckpointDir string
|
DockershimCheckpointDir string
|
||||||
|
Loading…
Reference in New Issue
Block a user