listpackages

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: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SpecKey = "spec"

	PackagesKey = "packages"
)

Variables

View Source
var (
	PackageSchema = &schema.Schema{
		Type:     schema.TypeList,
		Computed: true,
		Elem: &schema.Resource{
			Schema: map[string]*schema.Schema{
				nameKey: {
					Type:        schema.TypeString,
					Computed:    true,
					Description: "Name of the package.This denotes semantic version of the package.",
				},
				SpecKey: packagespec.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