1
0
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:
kinarashah 2019-03-11 15:03:27 -07:00 committed by Alena Prokharchyk
parent 6e04fa3e4a
commit af9f41a237

View File

@ -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 {