mirror of
https://github.com/rancher/types.git
synced 2025-09-14 05:50:19 +00:00
change type of weave network provider's password
This commit is contained in:
committed by
Alena Prokharchyk
parent
6e04fa3e4a
commit
af9f41a237
@@ -409,7 +409,7 @@ type CanalNetworkProvider struct {
|
||||
}
|
||||
|
||||
type WeaveNetworkProvider struct {
|
||||
Password string `yaml:"password,omitempty" json:"password,omitempty"`
|
||||
Password string `yaml:"password,omitempty" json:"password,omitempty" norman:"type=password"`
|
||||
}
|
||||
|
||||
type KubernetesServicesOptions struct {
|
||||
|
Reference in New Issue
Block a user