# Packages

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

# Functions

ExtractProject returns the name of the project which is extracted from the secret.
NewGCPPlugin returns a new Gcp plugin.
WaitUntilOperationCompleted waits for the specified operation to be completed and returns true if it does else returns false.

# Constants

ProviderGCP string const to identify GCP provider.
ProviderPrefix is the prefix used by the GCP provider.

# Structs

MachinePlugin implements the driver.Driver It also implements the PluginSPI interface.
PluginSPIImpl is the real implementation of PluginSPI interface that makes the calls to the provider SDK.

# Interfaces

PluginSPI provides an interface to deal with cloud provider session You can optionally enhance this interface to add interface methods here You can use it to mock cloud provider calls.