Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline LOADBALANCERSTATUS_UNSPECIFIED = loadbalancer.LOADBALANCERSTATUS_STATUS_UNSPECIFIED // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline LOADBALANCERSTATUS_PENDING = loadbalancer.LOADBALANCERSTATUS_STATUS_PENDING // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline LOADBALANCERSTATUS_READY = loadbalancer.LOADBALANCERSTATUS_STATUS_READY // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline LOADBALANCERSTATUS_ERROR = loadbalancer.LOADBALANCERSTATUS_STATUS_ERROR // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline LOADBALANCERSTATUS_TERMINATING = loadbalancer.LOADBALANCERSTATUS_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[loadbalancer.LoadBalancer]
DeleteLoadBalancerWaitHandler will wait for load balancer deletion
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.