model

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

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

type StackUpgrade

type StackUpgrade struct {
	CattleUrl       string
	AccessKey       string
	SecretKey       string
	ToLatestCatalog bool
	StackName       string
	DockerCompose   string
	RancherCompose  string
	ExternalId      string
	Environment     map[string]interface{}
}

StackUpgrade config

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL