package
0.2.0-rc.0
Repository: https://github.com/crossplane/provider-gcp-beta.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

BoolPtr converts the supplied bool to a pointer to that bool.
BoolValue converts the supplied bool pointer to an bool, returning false if the pointer is nil.
GetAuthInfo returns the necessary authentication information that is necessary to use when the controller connects to GCP API in order to reconcile the managed resource.
Int64Ptr converts the supplied int64 to a pointer to that int64.
Int64Value converts the supplied int64 pointer to an int, returning zero if the pointer is nil.
IsErrorAlreadyExists gets a value indicating whether the given error represents a "conflict" response from the Google API.
IsErrorBadRequest gets a value indicating whether the given error represents a "bad request" response from the Google API.
IsErrorNotFound gets a value indicating whether the given error represents a "not found" response from the Google API.
IsErrorNotFoundGRPC gets a value indicating whether the given error represents a "not found" response from the Google API.
LateInitializeBool implements late initialization for bool type.
LateInitializeInt64 implements late initialization for int64 type.
LateInitializeString implements late initialization for string type.
LateInitializeStringMap implements late initialization for string map type.
LateInitializeStringSlice implements late initialization for string slice type.
StringPtr converts the supplied string to a pointer to that string.
StringValue converts the supplied string pointer to a string, returning the empty string if the pointer is nil.
UseProvider to return GCP authentication information.
UseProviderConfig to return GCP authentication information.