1
0
mirror of https://github.com/rancher/types.git synced 2025-09-17 07:19:17 +00:00

Merge pull request #1061 from superseb/v23_mtucni_int

[release/v2.3] Change MTU to int type
This commit is contained in:
Sebastiaan van Steenis
2019-12-20 15:15:56 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -355,7 +355,7 @@ type NetworkConfig struct {
// Plugin options to configure network properties
Options map[string]string `yaml:"options" json:"options,omitempty"`
// Set MTU for CNI provider
MTU string `yaml:"mtu" json:"mtu,omitempty"`
MTU int `yaml:"mtu" json:"mtu,omitempty"`
// CalicoNetworkProvider
CalicoNetworkProvider *CalicoNetworkProvider `yaml:"calico_network_provider,omitempty" json:"calicoNetworkProvider,omitempty"`
// CanalNetworkProvider