flatcar

package
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2024 License: Apache-2.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultConfig

func DefaultConfig(operatingSystemSpec runtime.RawExtension) runtime.RawExtension

Types

type Config

type Config struct {
	DisableAutoUpdate   bool `json:"disableAutoUpdate"`
	DisableLocksmithD   bool `json:"disableLocksmithD"`
	DisableUpdateEngine bool `json:"disableUpdateEngine"`

	// ProvisioningUtility specifies the type of provisioning utility, allowed values are cloud-init and ignition.
	// Defaults to ignition.
	ProvisioningUtility `json:"provisioningUtility,omitempty"`
}

Config contains specific configuration for Flatcar.

func LoadConfig

func LoadConfig(r runtime.RawExtension) (*Config, error)

LoadConfig retrieves the Flatcar configuration from raw data.

type ProvisioningUtility

type ProvisioningUtility string

ProvisioningUtility specifies the type of provisioning utility.

const (
	Ignition  ProvisioningUtility = "ignition"
	CloudInit ProvisioningUtility = "cloud-init"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL