Documentation
¶
Index ¶
Constants ¶
View Source
const ( LOADBALANCERSTATUS_UNSPECIFIED = "STATUS_UNSPECIFIED" LOADBALANCERSTATUS_PENDING = "STATUS_PENDING" LOADBALANCERSTATUS_READY = "STATUS_READY" LOADBALANCERSTATUS_ERROR = "STATUS_ERROR" LOADBALANCERSTATUS_TERMINATING = "STATUS_TERMINATING" )
Load balancer instance status
Variables ¶
This section is empty.
Functions ¶
func CreateLoadBalancerWaitHandler ¶
func CreateLoadBalancerWaitHandler(ctx context.Context, a loadbalancer.DefaultAPI, projectId, region, instanceName string) *wait.AsyncActionHandler[loadbalancer.LoadBalancer]
CreateLoadBalancerWaitHandler will wait for load balancer creation
func DeleteLoadBalancerWaitHandler ¶
func DeleteLoadBalancerWaitHandler(ctx context.Context, a loadbalancer.DefaultAPI, projectId, region, instanceId string) *wait.AsyncActionHandler[struct{}]
DeleteLoadBalancerWaitHandler will wait for load balancer deletion
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.