Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddCommonSpecForVCH ¶
type AddCommonSpecForVCH struct { }
AddCommonSpecForVCH is plugin for vic 0.8.0-GA version upgrade
type Common ¶
type Common struct { // A reference to the components hosting execution environment, if any ExecutionEnvironment string // Unambiguous ID with meaning in the context of its hosting execution environment ID string `vic:"0.1" scope:"read-only" key:"id"` // Convenience field to record a human readable name Name string `vic:"0.1" scope:"read-only" key:"name"` // Freeform notes related to the entity Notes string `vic:"0.1" scope:"hidden" key:"notes"` }
type ExecutorConfig ¶
type ExecutorConfig struct {
Common `vic:"0.1" scope:"read-only" key:"common"`
}
type UpdatedCommon ¶
type UpdatedCommon struct { // A reference to the components hosting execution environment, if any ExecutionEnvironment string // Unambiguous ID with meaning in the context of its hosting execution environment ID string `vic:"0.1" scope:"read-only" key:"id"` // Convenience field to record a human readable name Name string `vic:"0.1" scope:"hidden" key:"name"` // Freeform notes related to the entity Notes string `vic:"0.1" scope:"hidden" key:"notes"` }
type UpdatedExecutorConfig ¶
type UpdatedExecutorConfig struct {
UpdatedCommon `vic:"0.1" scope:"read-only" key:"common"`
}
type UpdatedVCHConfigSpec ¶
type UpdatedVCHConfigSpec struct {
UpdatedExecutorConfig `vic:"0.1" scope:"read-only" key:"init"`
}
type VirtualContainerHostConfigSpec ¶
type VirtualContainerHostConfigSpec struct {
ExecutorConfig `vic:"0.1" scope:"read-only" key:"init"`
}
Click to show internal directories.
Click to hide internal directories.