config

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

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
}

func NewConfig

func NewConfig(filename string) (*Config, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL