mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	Add datapolicy tags to test/e2e/framework
This commit is contained in:
		@@ -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"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user