1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-06 09:20:06 +00:00

vendor update

This commit is contained in:
moelsayed
2018-06-06 23:23:34 +02:00
committed by Alena Prokharchyk
parent 716a776d42
commit c5f8dbd5b9
2 changed files with 3 additions and 1 deletions

View File

@@ -26,4 +26,4 @@ github.com/Microsoft/go-winio ab35fc04b6365e8fcb18e6e9e41ea4a02b10b17
github.com/go-ini/ini 06f5f3d67269ccec1fe5fe4134ba6e982984f7f5 github.com/go-ini/ini 06f5f3d67269ccec1fe5fe4134ba6e982984f7f5
github.com/rancher/norman ff60298f31f081b06d198815b4c178a578664f7d github.com/rancher/norman ff60298f31f081b06d198815b4c178a578664f7d
github.com/rancher/types 4c8cb6fa844ccb531ce9b3b73b72f206cd2d7a5a github.com/rancher/types 67eef838a7f4f1f745805318c5a48cc3c20ca9ee

View File

@@ -184,6 +184,8 @@ type KubeAPIService struct {
BaseService `yaml:",inline" json:",inline"` BaseService `yaml:",inline" json:",inline"`
// Virtual IP range that will be used by Kubernetes services // Virtual IP range that will be used by Kubernetes services
ServiceClusterIPRange string `yaml:"service_cluster_ip_range" json:"serviceClusterIpRange,omitempty"` ServiceClusterIPRange string `yaml:"service_cluster_ip_range" json:"serviceClusterIpRange,omitempty"`
// Port range for services defined with NodePort type
ServiceNodePortRange string `yaml:"service_node_port_range" json:"serviceNodePortRange,omitempty"`
// Enabled/Disable PodSecurityPolicy // Enabled/Disable PodSecurityPolicy
PodSecurityPolicy bool `yaml:"pod_security_policy" json:"podSecurityPolicy,omitempty"` PodSecurityPolicy bool `yaml:"pod_security_policy" json:"podSecurityPolicy,omitempty"`
} }