Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvInputs ¶
type EnvInputs struct { DeployISO string `envconfig:"DEPLOY_ISO" required:"true"` DeployInitrd string `envconfig:"DEPLOY_INITRD" required:"true"` IronicBaseURL string `envconfig:"IRONIC_BASE_URL"` IronicInspectorBaseURL string `envconfig:"IRONIC_INSPECTOR_BASE_URL"` IronicAgentImage string `envconfig:"IRONIC_AGENT_IMAGE" required:"true"` IronicAgentPullSecret string `envconfig:"IRONIC_AGENT_PULL_SECRET"` IronicAgentVlanInterfaces string `envconfig:"IRONIC_AGENT_VLAN_INTERFACES"` IronicRAMDiskSSHKey string `envconfig:"IRONIC_RAMDISK_SSH_KEY"` RegistriesConfPath string `envconfig:"REGISTRIES_CONF_PATH"` IpOptions string `envconfig:"IP_OPTIONS"` HttpProxy string `envconfig:"HTTP_PROXY"` HttpsProxy string `envconfig:"HTTPS_PROXY"` NoProxy string `envconfig:"NO_PROXY"` AdditionalNTPServers string `envconfig:"ADDITIONAL_NTP_SERVERS"` }
func (*EnvInputs) RegistriesConf ¶
Click to show internal directories.
Click to hide internal directories.