Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatalogUpgrade ¶
type CatalogUpgrade struct { GitUrl string GitBranch string TemplateFolderName string TemplateIsSystem bool CacheRoot string GitUser string GitPassword string DockerCompose string RancherCompose string Readme string }
CatalogUpgrade config
type ServiceUpgrade ¶
type ServiceUpgrade struct { ServiceSelector map[string]string `json:"serviceSelector,omitempty" mapstructure:"serviceSelector"` Tag string `json:"tag,omitempty" mapstructure:"tag"` BatchSize int64 `json:"batchSize,omitempty" mapstructure:"batchSize"` IntervalMillis int64 `json:"intervalMillis,omitempty" mapstructure:"intervalMillis"` StartFirst bool `json:"startFirst,omitempty" mapstructure:"startFirst"` Type string `json:"type,omitempty" mapstructure:"type"` }
ServiceUpgrade config
Click to show internal directories.
Click to hide internal directories.