Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCERenderer ¶
type GCERenderer struct{}
func (GCERenderer) Render ¶
func (GCERenderer) Render(cfg cloudinit.CloudConfig, os jujuos.OSType) ([]byte, error)
type IncludeSet ¶
type IncludeSet interface { // Include returns whether this item should be included, and // crosses it off. Include(item string) bool // Missing returns any items that haven't been crossed off (as a // sorted slice). Missing() []string }
IncludeSet represents a set of items that can be crossed off once, and when you're finished crossing items off then you can see what's left.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.