mirror of
https://github.com/rancher/types.git
synced 2025-07-02 16:31:48 +00:00
Merge pull request #359 from galal-hussein/fix_iface_annotation
Add json annotation for cloud provider and iface
This commit is contained in:
commit
05678ca0e4
@ -399,12 +399,12 @@ type AWSCloudProvider struct {
|
||||
|
||||
type CalicoNetworkProvider struct {
|
||||
// Cloud provider type used with calico
|
||||
CloudProvider string
|
||||
CloudProvider string `json:"cloudProvider"`
|
||||
}
|
||||
|
||||
type FlannelNetworkProvider struct {
|
||||
// Alternate cloud interface for flannel
|
||||
Iface string
|
||||
Iface string `json:"iface"`
|
||||
}
|
||||
|
||||
type CanalNetworkProvider struct {
|
||||
|
Loading…
Reference in New Issue
Block a user