Documentation ¶
Index ¶
- Constants
- Variables
- func NewFromAsset(a *asset.Asset, smLoader *servicemappingloader.ServiceMappingLoader, ...) (*unstructured.Unstructured, error)
- func NewFromURI(uri string, smLoader *servicemappingloader.ServiceMappingLoader, ...) (*unstructured.Unstructured, error)
- func NewProject(projectId string, smLoader *servicemappingloader.ServiceMappingLoader) (*unstructured.Unstructured, error)
Constants ¶
View Source
const ( Project parentType = iota Organization )
View Source
const ProjectKind = "Project"
Variables ¶
View Source
var ResourceManagerAPIGroupName = fmt.Sprintf("resourcemanager.%v", crdgeneration.ApiDomain)
Functions ¶
func NewFromAsset ¶
func NewFromAsset(a *asset.Asset, smLoader *servicemappingloader.ServiceMappingLoader, tfProvider *tfschema.Provider, serviceClient serviceclient.ServiceClient) (*unstructured.Unstructured, error)
func NewFromURI ¶
func NewFromURI(uri string, smLoader *servicemappingloader.ServiceMappingLoader, tfProvider *tfschema.Provider) (*unstructured.Unstructured, error)
func NewProject ¶
func NewProject(projectId string, smLoader *servicemappingloader.ServiceMappingLoader) (*unstructured.Unstructured, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.