Documentation ¶
Index ¶
Constants ¶
View Source
const (
StatusKey = "status"
)
Variables ¶
View Source
var StatusSchema = &schema.Schema{ Type: schema.TypeList, Description: "status for package install.", Computed: true, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ packageInstallPhaseKey: { Type: schema.TypeString, Description: "One-word reason for the condition's last transition.", Computed: true, }, resolvedVersionKey: { Type: schema.TypeString, Description: "Resolved version of the Package Install.", Computed: true, }, managedKey: { Type: schema.TypeBool, Description: "If true, the Package Install is managed by TMC.", Computed: true, }, referredByKey: { Type: schema.TypeList, Description: "TMC services/features referencing the package install.", Computed: true, Elem: &schema.Schema{Type: schema.TypeString}, }, generatedResourcesKey: generatedResourcesStatus, }, }, }
Functions ¶
func FlattenStatusForClusterScope ¶
func FlattenStatusForClusterScope(status *pkginstallclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceTanzupackageInstallStatus) (data interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.