mirror of https://github.com/kubernetes/kops.git
Add fields in CalicoNetworkingSpec in alphabetical order.
This commit is contained in:
parent
e4638de5f4
commit
35edca3e42
|
@ -73,6 +73,8 @@ type CalicoNetworkingSpec struct {
|
||||||
CrossSubnet bool `json:"crossSubnet,omitempty"` // Enables Calico's cross-subnet mode when set to true
|
CrossSubnet bool `json:"crossSubnet,omitempty"` // Enables Calico's cross-subnet mode when set to true
|
||||||
// LogSeverityScreen lets us set the desired log level. (Default: info)
|
// LogSeverityScreen lets us set the desired log level. (Default: info)
|
||||||
LogSeverityScreen string `json:"logSeverityScreen,omitempty"`
|
LogSeverityScreen string `json:"logSeverityScreen,omitempty"`
|
||||||
|
// MTU to be set in the cni-network-config for calico.
|
||||||
|
MTU *int32 `json:"mtu,omitempty"`
|
||||||
// PrometheusMetricsEnabled can be set to enable the experimental Prometheus
|
// PrometheusMetricsEnabled can be set to enable the experimental Prometheus
|
||||||
// metrics server (default: false)
|
// metrics server (default: false)
|
||||||
PrometheusMetricsEnabled bool `json:"prometheusMetricsEnabled,omitempty"`
|
PrometheusMetricsEnabled bool `json:"prometheusMetricsEnabled,omitempty"`
|
||||||
|
@ -83,8 +85,6 @@ type CalicoNetworkingSpec struct {
|
||||||
PrometheusGoMetricsEnabled bool `json:"prometheusGoMetricsEnabled,omitempty"`
|
PrometheusGoMetricsEnabled bool `json:"prometheusGoMetricsEnabled,omitempty"`
|
||||||
// PrometheusProcessMetricsEnabled enables Prometheus process metrics collection
|
// PrometheusProcessMetricsEnabled enables Prometheus process metrics collection
|
||||||
PrometheusProcessMetricsEnabled bool `json:"prometheusProcessMetricsEnabled,omitempty"`
|
PrometheusProcessMetricsEnabled bool `json:"prometheusProcessMetricsEnabled,omitempty"`
|
||||||
// MTU to be set in the cni-network-config for calico.
|
|
||||||
MTU *int32 `json:"mtu,omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// CanalNetworkingSpec declares that we want Canal networking
|
// CanalNetworkingSpec declares that we want Canal networking
|
||||||
|
|
|
@ -73,6 +73,8 @@ type CalicoNetworkingSpec struct {
|
||||||
CrossSubnet bool `json:"crossSubnet,omitempty"` // Enables Calico's cross-subnet mode when set to true
|
CrossSubnet bool `json:"crossSubnet,omitempty"` // Enables Calico's cross-subnet mode when set to true
|
||||||
// LogSeverityScreen lets us set the desired log level. (Default: info)
|
// LogSeverityScreen lets us set the desired log level. (Default: info)
|
||||||
LogSeverityScreen string `json:"logSeverityScreen,omitempty"`
|
LogSeverityScreen string `json:"logSeverityScreen,omitempty"`
|
||||||
|
// MTU to be set in the cni-network-config for calico.
|
||||||
|
MTU *int32 `json:"mtu,omitempty"`
|
||||||
// PrometheusMetricsEnabled can be set to enable the experimental Prometheus
|
// PrometheusMetricsEnabled can be set to enable the experimental Prometheus
|
||||||
// metrics server (default: false)
|
// metrics server (default: false)
|
||||||
PrometheusMetricsEnabled bool `json:"prometheusMetricsEnabled,omitempty"`
|
PrometheusMetricsEnabled bool `json:"prometheusMetricsEnabled,omitempty"`
|
||||||
|
@ -83,8 +85,6 @@ type CalicoNetworkingSpec struct {
|
||||||
PrometheusGoMetricsEnabled bool `json:"prometheusGoMetricsEnabled,omitempty"`
|
PrometheusGoMetricsEnabled bool `json:"prometheusGoMetricsEnabled,omitempty"`
|
||||||
// PrometheusProcessMetricsEnabled enables Prometheus process metrics collection
|
// PrometheusProcessMetricsEnabled enables Prometheus process metrics collection
|
||||||
PrometheusProcessMetricsEnabled bool `json:"prometheusProcessMetricsEnabled,omitempty"`
|
PrometheusProcessMetricsEnabled bool `json:"prometheusProcessMetricsEnabled,omitempty"`
|
||||||
// MTU to be set in the cni-network-config for calico.
|
|
||||||
MTU *int32 `json:"mtu,omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// CanalNetworkingSpec declares that we want Canal networking
|
// CanalNetworkingSpec declares that we want Canal networking
|
||||||
|
|
|
@ -73,6 +73,8 @@ type CalicoNetworkingSpec struct {
|
||||||
CrossSubnet bool `json:"crossSubnet,omitempty"` // Enables Calico's cross-subnet mode when set to true
|
CrossSubnet bool `json:"crossSubnet,omitempty"` // Enables Calico's cross-subnet mode when set to true
|
||||||
// LogSeverityScreen lets us set the desired log level. (Default: info)
|
// LogSeverityScreen lets us set the desired log level. (Default: info)
|
||||||
LogSeverityScreen string `json:"logSeverityScreen,omitempty"`
|
LogSeverityScreen string `json:"logSeverityScreen,omitempty"`
|
||||||
|
// MTU to be set in the cni-network-config for calico.
|
||||||
|
MTU *int32 `json:"mtu,omitempty"`
|
||||||
// PrometheusMetricsEnabled can be set to enable the experimental Prometheus
|
// PrometheusMetricsEnabled can be set to enable the experimental Prometheus
|
||||||
// metrics server (default: false)
|
// metrics server (default: false)
|
||||||
PrometheusMetricsEnabled bool `json:"prometheusMetricsEnabled,omitempty"`
|
PrometheusMetricsEnabled bool `json:"prometheusMetricsEnabled,omitempty"`
|
||||||
|
@ -83,8 +85,6 @@ type CalicoNetworkingSpec struct {
|
||||||
PrometheusGoMetricsEnabled bool `json:"prometheusGoMetricsEnabled,omitempty"`
|
PrometheusGoMetricsEnabled bool `json:"prometheusGoMetricsEnabled,omitempty"`
|
||||||
// PrometheusProcessMetricsEnabled enables Prometheus process metrics collection
|
// PrometheusProcessMetricsEnabled enables Prometheus process metrics collection
|
||||||
PrometheusProcessMetricsEnabled bool `json:"prometheusProcessMetricsEnabled,omitempty"`
|
PrometheusProcessMetricsEnabled bool `json:"prometheusProcessMetricsEnabled,omitempty"`
|
||||||
// MTU to be set in the cni-network-config for calico.
|
|
||||||
MTU *int32 `json:"mtu,omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// CanalNetworkingSpec declares that we want Canal networking
|
// CanalNetworkingSpec declares that we want Canal networking
|
||||||
|
|
Loading…
Reference in New Issue