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 ¶
func FlattenCharts ¶
func FlattenCharts(resp *helmchart.VmwareTanzuManageV1alpha1OrganizationFluxcdHelmRepositoryChartmetadataChartListResponse) (charts []interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.