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.
Click to show internal directories.
Click to hide internal directories.