1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-06 01:10:15 +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

@@ -184,6 +184,8 @@ type KubeAPIService struct {
BaseService `yaml:",inline" json:",inline"`
// Virtual IP range that will be used by Kubernetes services
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
PodSecurityPolicy bool `yaml:"pod_security_policy" json:"podSecurityPolicy,omitempty"`
}