Versions in this module Expand all Collapse all v0 v0.32.0 Apr 17, 2019 Changes in this version type Ignition + Proxy Proxy + type NoProxyItem string + type Proxy struct + HTTPProxy string + HTTPSProxy string + NoProxy []NoProxyItem v0.31.0 Feb 20, 2019 v0.30.0 Dec 14, 2018 v0.29.1 Dec 6, 2018 v0.29.0 Dec 3, 2018 Changes in this version type Partition + SizeMiB *int + StartMiB *int v0.28.0 Aug 22, 2018 v0.27.0 Aug 9, 2018 v0.26.0 Jun 12, 2018 Changes in this version type Partition + ShouldExist *bool + WipePartitionEntry bool v0.25.1 May 23, 2018 v0.25.0 May 17, 2018 v0.24.1 May 23, 2018 v0.24.0 Apr 6, 2018 v0.23.0 Mar 13, 2018 Changes in this version + var MaxVersion = currentExperimental.MaxVersion + type CaReference struct + Source string + Verification Verification + type Config struct + Ignition Ignition + Networkd Networkd + Passwd Passwd + Storage Storage + Systemd Systemd + type ConfigReference struct + Source string + Verification Verification + type Create struct + Force bool + Options []CreateOption + type CreateOption string + type Device string + type Directory struct + type DirectoryEmbedded1 struct + Mode *int + type Disk struct + Device string + Partitions []Partition + WipeTable bool + type File struct + type FileContents struct + Compression string + Source string + Verification Verification + type FileEmbedded1 struct + Append bool + Contents FileContents + Mode *int + type Filesystem struct + Mount *Mount + Name string + Path *string + type Group string + type Ignition struct + Config IgnitionConfig + Security Security + Timeouts Timeouts + Version string + type IgnitionConfig struct + Append []ConfigReference + Replace *ConfigReference + type Link struct + type LinkEmbedded1 struct + Hard bool + Target string + type Mount struct + Create *Create + Device string + Format string + Label *string + Options []MountOption + UUID *string + WipeFilesystem bool + type MountOption string + type Networkd struct + Units []Networkdunit + type NetworkdDropin struct + Contents string + Name string + type Networkdunit struct + Contents string + Dropins []NetworkdDropin + Name string + type Node struct + Filesystem string + Group *NodeGroup + Overwrite *bool + Path string + User *NodeUser + type NodeGroup struct + ID *int + Name string + type NodeUser struct + ID *int + Name string + type Partition struct + GUID string + Label string + Number int + Size int + Start int + TypeGUID string + type Passwd struct + Groups []PasswdGroup + Users []PasswdUser + type PasswdGroup struct + Gid *int + Name string + PasswordHash string + System bool + type PasswdUser struct + Create *Usercreate + Gecos string + Groups []Group + HomeDir string + Name string + NoCreateHome bool + NoLogInit bool + NoUserGroup bool + PasswordHash *string + PrimaryGroup string + SSHAuthorizedKeys []SSHAuthorizedKey + Shell string + System bool + UID *int + type Raid struct + Devices []Device + Level string + Name string + Options []RaidOption + Spares int + type RaidOption string + type SSHAuthorizedKey string + type Security struct + TLS TLS + type Storage struct + Directories []Directory + Disks []Disk + Files []File + Filesystems []Filesystem + Links []Link + Raid []Raid + type Systemd struct + Units []Unit + type SystemdDropin struct + Contents string + Name string + type TLS struct + CertificateAuthorities []CaReference + type Timeouts struct + HTTPResponseHeaders *int + HTTPTotal *int + type Unit struct + Contents string + Dropins []SystemdDropin + Enable bool + Enabled *bool + Mask bool + Name string + type Usercreate struct + Gecos string + Groups []UsercreateGroup + HomeDir string + NoCreateHome bool + NoLogInit bool + NoUserGroup bool + PrimaryGroup string + Shell string + System bool + UID *int + type UsercreateGroup string + type Verification struct + Hash *string