mirror of
https://github.com/rancher/rke.git
synced 2025-09-06 09:20:06 +00:00
vendor update
This commit is contained in:
committed by
Alena Prokharchyk
parent
716a776d42
commit
c5f8dbd5b9
@@ -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
|
||||||
|
2
vendor/github.com/rancher/types/apis/management.cattle.io/v3/rke_types.go
generated
vendored
2
vendor/github.com/rancher/types/apis/management.cattle.io/v3/rke_types.go
generated
vendored
@@ -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"`
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user