Documentation
¶
Index ¶
- Constants
- func CreateOrUpdateLoadbalancerWaitHandler(ctx context.Context, client alb.DefaultAPI, projectId, region, name string) *wait.AsyncActionHandler[alb.LoadBalancer]
- func DeleteLoadbalancerWaitHandler(ctx context.Context, client alb.DefaultAPI, projectId, region, name string) *wait.AsyncActionHandler[alb.LoadBalancer]
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 = alb.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 = alb.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 = alb.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 = alb.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 = alb.LOADBALANCERSTATUS_STATUS_TERMINATING )
Variables ¶
This section is empty.
Functions ¶
func CreateOrUpdateLoadbalancerWaitHandler ¶
func CreateOrUpdateLoadbalancerWaitHandler(ctx context.Context, client alb.DefaultAPI, projectId, region, name string) *wait.AsyncActionHandler[alb.LoadBalancer]
func DeleteLoadbalancerWaitHandler ¶
func DeleteLoadbalancerWaitHandler(ctx context.Context, client alb.DefaultAPI, projectId, region, name string) *wait.AsyncActionHandler[alb.LoadBalancer]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.