Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
NewClient creates a new client struct with the provided region, project, and credentials file. If the credentials file is provided, the clients will be created with the credentials file. If the credentials file is not provided, the clients will be created with the application default credentials. If the clients cannot be created, the function will log a fatal error. The function returns a pointer to the client struct.
func (*Client) DeployApplication ¶
Click to show internal directories.
Click to hide internal directories.