Documentation ¶
Index ¶
- Constants
- Variables
- func ConstructWorkspaceFullname(data []interface{}) (fullname *workspacemodel.VmwareTanzuManageV1alpha1WorkspaceFullName)
- func DataSourceWorkspace() *schema.Resource
- func FlattenWorkspaceFullname(fullname *workspacemodel.VmwareTanzuManageV1alpha1WorkspaceFullName) (data []interface{})
- func ResourceWorkspace() *schema.Resource
Constants ¶
View Source
const ( ResourceName = "tanzu-mission-control_workspace" NameKey = "name" )
Variables ¶
View Source
var WorkspaceFullname = &schema.Schema{ Type: schema.TypeList, Description: "The schema for workspace iam policy full name", Optional: true, MaxItems: 1, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ NameKey: { Type: schema.TypeString, Description: "Name of the workspace", Required: true, ForceNew: true, }, }, }, }
Functions ¶
func ConstructWorkspaceFullname ¶ added in v1.1.0
func ConstructWorkspaceFullname(data []interface{}) (fullname *workspacemodel.VmwareTanzuManageV1alpha1WorkspaceFullName)
func DataSourceWorkspace ¶
func FlattenWorkspaceFullname ¶ added in v1.1.0
func FlattenWorkspaceFullname(fullname *workspacemodel.VmwareTanzuManageV1alpha1WorkspaceFullName) (data []interface{})
func ResourceWorkspace ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.