Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KeyProject is the key for project in Terraform Provider Configuration KeyProject = "project" // SelfPackagePath is the golang path for this package. SelfPackagePath = "github.com/crossplane-contrib/provider-jet-gcp/config/common" // ExtractResourceIDFuncPath holds the GCP resource ID extractor func name ExtractResourceIDFuncPath = "github.com/crossplane-contrib/provider-jet-gcp/config/common.ExtractResourceID()" // VersionV1alpha2 is the version to be used for manually configured types. VersionV1alpha2 = "v1alpha2" )
Variables ¶
View Source
var ( // PathSelfLinkExtractor is the golang path to SelfLinkExtractor function // in this package. PathSelfLinkExtractor = SelfPackagePath + ".SelfLinkExtractor()" )
Functions ¶
func ExtractResourceID ¶ added in v0.2.0
func ExtractResourceID() reference.ExtractValueFn
ExtractResourceID extracts the value of `spec.atProvider.id` from a Terraformed resource. If mr is not a Terraformed resource, returns an empty string.
func GetField ¶
GetField returns the value of field as a string in a map[string]interface{},
fails properly otherwise.
func GetNameFromFullyQualifiedID ¶
GetNameFromFullyQualifiedID extracts external-name from GCP ID Example: projects/{{project}}/zones/{{zone}}/instances/{{name}}
func SelfLinkExtractor ¶
func SelfLinkExtractor() reference.ExtractValueFn
SelfLinkExtractor extracts URI of the resources from "status.atProvider.selfLink" which is quite common among all GCP resources.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.