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 ¶
func FlattenSpecForClusterScope ¶
func FlattenSpecForClusterScope(resp *packageclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceTanzupackageMetadataPackageListPackagesResponse) (packages []interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.