1
0
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:
Alena Prokharchyk 2018-04-10 08:58:11 -07:00 committed by GitHub
commit 05678ca0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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