Documentation
¶
Overview ¶
Package gcpcmd contains all commands for the gcp section of the fusion cli
Commands ¶
GCP commands can be executed with
fusion new gcp
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrGenLoadbalancer = "failed to generate terraform for loadbalancer" ErrHighlight = "error highlighting terraform" )
Functions ¶
This section is empty.
Types ¶
type GCP ¶
type GCP struct {
LoadBalancer NewLoadBalancerCommand `cmd:"" aliases:"lb" help:"Create new GCP load balancer"`
}
type NewLoadBalancerCommand ¶
type NewLoadBalancerCommand struct {
*gcp.InternalLoadBalancer `embed:""`
}
Click to show internal directories.
Click to hide internal directories.