Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Name is the provider name. Name string `yaml:"name"` // Address is the provider address for the Terraform registry. Address string `yaml:"address"` // ModuleName is the name of the Go module. ModuleName string `yaml:"moduleName"` // SchemasDir is the directory containing the CRD schemas. SchemasDir string `yaml:"schemasDir"` // OutputDir is the directory to write the generated provider code. OutputDir string `yaml:"outputDir"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.