Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DisableAutoUpdate bool `json:"disableAutoUpdate"` DisableLocksmithD bool `json:"disableLocksmithD"` DisableUpdateEngine bool `json:"disableUpdateEngine"` }
Config contains specific configuration for Flatcar.
func LoadConfig ¶
func LoadConfig(r runtime.RawExtension) (*Config, error)
LoadConfig retrieves the Flatcar configuration from raw data.
Click to show internal directories.
Click to hide internal directories.