Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultConfig ¶ added in v1.36.0
func DefaultConfig(operatingSystemSpec runtime.RawExtension) runtime.RawExtension
Types ¶
type Config ¶
type Config struct { DistUpgradeOnBoot bool `json:"distUpgradeOnBoot"` RHELSubscriptionManagerUser string `json:"rhelSubscriptionManagerUser,omitempty"` RHELSubscriptionManagerPassword string `json:"rhelSubscriptionManagerPassword,omitempty"` RHSMOfflineToken string `json:"rhsmOfflineToken,omitempty"` RHELUseSatelliteServer bool `json:"rhelUseSatelliteServer"` RHELSatelliteServer string `json:"rhelSatelliteServer"` RHELOrganizationName string `json:"rhelOrganizationName"` RHELActivationKey string `json:"rhelActivationKey"` }
Config contains specific configuration for RHEL.
func LoadConfig ¶
func LoadConfig(r runtime.RawExtension) (*Config, error)
LoadConfig retrieves the RHEL configuration from raw data.
Click to show internal directories.
Click to hide internal directories.