1
0
mirror of https://github.com/rancher/types.git synced 2025-09-16 14:59:16 +00:00

generated code

This commit is contained in:
moelsayed
2018-06-06 22:29:36 +02:00
committed by Alena Prokharchyk
parent 466686dc73
commit 67eef838a7

View File

@@ -7,6 +7,7 @@ const (
KubeAPIServiceFieldImage = "image"
KubeAPIServiceFieldPodSecurityPolicy = "podSecurityPolicy"
KubeAPIServiceFieldServiceClusterIPRange = "serviceClusterIpRange"
KubeAPIServiceFieldServiceNodePortRange = "serviceNodePortRange"
)
type KubeAPIService struct {
@@ -15,4 +16,5 @@ type KubeAPIService struct {
Image string `json:"image,omitempty" yaml:"image,omitempty"`
PodSecurityPolicy bool `json:"podSecurityPolicy,omitempty" yaml:"podSecurityPolicy,omitempty"`
ServiceClusterIPRange string `json:"serviceClusterIpRange,omitempty" yaml:"serviceClusterIpRange,omitempty"`
ServiceNodePortRange string `json:"serviceNodePortRange,omitempty" yaml:"serviceNodePortRange,omitempty"`
}