Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageOptions ¶
type ImageOptions struct { Organization string `json:"organization"` ActivationKey string `json:"activation_key"` ServerUrl string `json:"server_url"` BaseUrl string `json:"base_url"` Insights bool `json:"insights"` Rhc bool `json:"rhc"` }
The ImageOptions specify subscription-specific image options ServerUrl denotes the host to register the system with BaseUrl specifies the repository URL for DNF
type RHSMStatus ¶
type RHSMStatus string
const ( RHSMConfigWithSubscription RHSMStatus = "with-subscription" RHSMConfigNoSubscription RHSMStatus = "no-subscription" )
Click to show internal directories.
Click to hide internal directories.