Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // http client of api server APIServer *client.HTTP // UUID of resource to be managed. ResourceID string // Action to the performed with the resource (values: create, update, delete). Action string // Logging level LogLevel string // Logging file LogFile string // Template root directory TemplateRoot string // Optional Test var to run command in test mode Test bool }
Config represents Command configuration.
type OverCloud ¶
OverCloud represents contrail overcloud manager
func NewOverCloud ¶
NewOverCloud creates OverCloud with given configuration.
Click to show internal directories.
Click to hide internal directories.