plugin1

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplianceStopSignalRename

type ApplianceStopSignalRename struct {
}

ApplianceStopSignalRename is plugin for vic 0.8.0-GA version upgrade

func (*ApplianceStopSignalRename) Migrate

func (p *ApplianceStopSignalRename) Migrate(ctx context.Context, s *session.Session, data interface{}) error

type ExecutorConfig

type ExecutorConfig struct {
	Sessions map[string]*SessionConfig `vic:"0.1" scope:"read-only" key:"sessions"`
}

type NewExecutorConfig

type NewExecutorConfig struct {
	Sessions map[string]*NewSessionConfig `vic:"0.1" scope:"read-only" key:"sessions"`
}

type NewSessionConfig

type NewSessionConfig struct {
	StopSignal string `vic:"0.1" scope:"read-only" key:"forceStopSignal"`
}

type NewStopSignal

type NewStopSignal struct {
	NewExecutorConfig `vic:"0.1" scope:"read-only" key:"init"`
}

type OldStopSignal

type OldStopSignal struct {
	ExecutorConfig `vic:"0.1" scope:"read-only" key:"init"`
}

type SessionConfig

type SessionConfig struct {
	StopSignal string `vic:"0.1" scope:"read-only" key:"stopSignal"`
}

Jump to

Keyboard shortcuts

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