 Documentation
      ¶
      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
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"`
}
    
       Source Files
      ¶
      Source Files
      ¶
    
- stop_signal_rename_sample.go
 Click to show internal directories. 
   Click to hide internal directories.