Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Autonamer ¶
type Autonamer interface { // AutonamingForResource returns the autonaming options for a resource, and whether it // should be required to be deleted before creating. AutonamingForResource(urn urn.URN, randomSeed []byte) (opts *plugin.AutonamingOptions, deleteBeforeReplace bool) }
Autonamer resolves custom autonaming options for a given resource URN.
func ParseAutonamingConfig ¶
type StackContext ¶
Click to show internal directories.
Click to hide internal directories.