mirror of
https://github.com/rancher/types.git
synced 2025-06-28 22:46:49 +00:00
change type of weave network provider's password
This commit is contained in:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user