spec

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ChartsKey       = "charts"
	SpecKey         = "spec"
	APIVersionKey   = "api_version"
	AppVersionKey   = "app_version"
	DeprecatedKey   = "deprecated"
	KubeVersionKey  = "kube_version"
	ReleasedAtKey   = "released_at"
	SourcesKey      = "sources"
	UrlsKey         = "urls"
	ValuesConfigKey = "values_config"
	DependenciesKey = "dependencies"

	AliasKey        = "alias"
	ChartNameKey    = "chart_name"
	ChartVersionKey = "chart_version"
	ConditionKey    = "condition"
	ImportValuesKey = "import_values"
	RepositoryKey   = "repository"
	TagsKey         = "tags"
)

Variables

View Source
var Charts = &schema.Schema{
	Type:        schema.TypeList,
	Description: "List Helm charts.",
	Computed:    true,
	Elem: &schema.Resource{
		Schema: map[string]*schema.Schema{
			nameKey: {
				Type:        schema.TypeString,
				Computed:    true,
				Description: "Version of helm chart such as 0.5.1",
			},
			chartMetadataNameKey: {
				Type:        schema.TypeString,
				Computed:    true,
				Description: "Name of the helm chart.",
			},
			SpecKey: specSchema,
		},
	},
}

Functions

Types

This section is empty.

Jump to

Keyboard shortcuts

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