rconfig

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// APISPackagePath is the package path for generated APIs root package
	APISPackagePath = "github.com/crossplane-contrib/provider-jet-azure/apis"
	// ExtractResourceIDFuncPath holds the Azure resource ID extractor func name
	ExtractResourceIDFuncPath = APISPackagePath + "/rconfig.ExtractResourceID()"

	// ResourceGroupPath is used as subpackage path for ResourceGroup
	ResourceGroupPath = "/azure/v1alpha2.ResourceGroup"

	// SubnetPath is used as subpackage path for network.Subnet
	SubnetPath = "/network/v1alpha2.Subnet"

	// ResourceGroupReferencePath is used as import path for ResourceGroup
	ResourceGroupReferencePath = APISPackagePath + ResourceGroupPath

	// SubnetReferencePath is used as import path for network.Subnet
	SubnetReferencePath = APISPackagePath + SubnetPath

	// StorageAccountReferencePath is used as import path for StorageAccount
	StorageAccountReferencePath = APISPackagePath + "/storage/v1alpha2.Account"

	// VaultKeyReferencePath is used as import path for VaultKey
	VaultKeyReferencePath = APISPackagePath + "/keyvault/v1alpha2.Key"
)

Variables

This section is empty.

Functions

func ExtractResourceID added in v0.5.0

func ExtractResourceID() xpref.ExtractValueFn

ExtractResourceID extracts the value of `spec.atProvider.id` from a Terraformed resource. If mr is not a Terraformed resource, returns an empty string.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL