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

Go generated

This commit is contained in:
Frank Mai
2019-09-23 17:44:29 +08:00
committed by Alena Prokharchyk
parent 67078805df
commit 59fbe5e3a9

View File

@@ -31,7 +31,7 @@ const (
RKESystemImagesFieldPodInfraContainer = "podInfraContainer"
RKESystemImagesFieldWeaveCNI = "weaveCni"
RKESystemImagesFieldWeaveNode = "weaveNode"
RKESystemImagesFieldWindowsPodInfraContainer = "podInfraWindowsContainer"
RKESystemImagesFieldWindowsPodInfraContainer = "windowsPodInfraContainer"
)
type RKESystemImages struct {
@@ -64,5 +64,5 @@ type RKESystemImages struct {
PodInfraContainer string `json:"podInfraContainer,omitempty" yaml:"podInfraContainer,omitempty"`
WeaveCNI string `json:"weaveCni,omitempty" yaml:"weaveCni,omitempty"`
WeaveNode string `json:"weaveNode,omitempty" yaml:"weaveNode,omitempty"`
WindowsPodInfraContainer string `json:"podInfraWindowsContainer,omitempty" yaml:"podInfraWindowsContainer,omitempty"`
WindowsPodInfraContainer string `json:"windowsPodInfraContainer,omitempty" yaml:"windowsPodInfraContainer,omitempty"`
}