Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseUserData ¶
type BaseUserData struct {
Header string
CloudInitCommands []string
AdditionalFiles []bootstrapv1.File
WriteFiles []bootstrapv1.File
Users []bootstrapv1.User
NTP *bootstrapv1.NTP
}
BaseUserData is shared across all the various types of files written to disk.
type NodeInput ¶
type NodeInput struct {
BaseUserData
JoinConfiguration string
}
NodeInput defines the context to generate a node user data.
Click to show internal directories.
Click to hide internal directories.