package
Version:
v0.0.0-...-694507d
Opens a new window with list of versions in this module.
Published: Feb 9, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Chef struct {
Username string `mapstructure:"username"`
Password string `mapstructure:"password"`
ChefServer string `mapstructure:"chef_server"`
ClientKey string `mapstructure:"client_key"`
ValidationKey string `mapstructure:"validation_key"`
}
type Foreman struct {
Username string `mapstructure:"username"`
Password string `mapstructure:"password"`
}
type Infoblox struct {
Username string `mapstructure:"username"`
Password string `mapstructure:"password"`
}
type Spec struct {
Foreman Foreman `mapstructure:"foreman"`
Chef Chef `mapstructure:"chef"`
Vsphere Vsphere `mapstructure:"vsphere"`
Infoblox Infoblox `mapstructure:"infoblox"`
}
Due to current internal limitations, the entire contents of the
io.Reader will be copied into memory first before parsing.
ParseFile parses the given configspec file.
type Vsphere struct {
Username string `mapstructure:"username"`
Password string `mapstructure:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.