Documentation
¶
Index ¶
- Constants
- func CreateOrUpdateLoadbalancerWaitHandler(ctx context.Context, client APIClientLoadbalancerInterface, ...) *wait.AsyncActionHandler[alb.LoadBalancer]
- func DeleteLoadbalancerWaitHandler(ctx context.Context, client APIClientLoadbalancerInterface, ...) *wait.AsyncActionHandler[alb.LoadBalancer]
- type APIClientLoadbalancerInterface
Constants ¶
View Source
const ( // Deprecated: StatusUnspecified is deprecated and will be removed after 14th November 2025. Use [alb.LOADBALANCERSTATUS_UNSPECIFIED] instead. StatusUnspecified = "STATUS_UNSPECIFIED" // Deprecated: StatusPending is deprecated and will be removed after 14th November 2025. Use [alb.LOADBALANCERSTATUS_PENDING] instead. StatusPending = "STATUS_PENDING" // Deprecated: StatusReady is deprecated and will be removed after 14th November 2025. Use [alb.LOADBALANCERSTATUS_READY] instead. StatusReady = "STATUS_READY" // Deprecated: StatusError is deprecated and will be removed after 14th November 2025. Use [alb.LOADBALANCERSTATUS_ERROR] instead. StatusError = "STATUS_ERROR" // Deprecated: StatusTerminating is deprecated and will be removed after 14th November 2025. Use [alb.LOADBALANCERSTATUS_TERMINATING] instead. StatusTerminating = "STATUS_TERMINATING" )
Variables ¶
This section is empty.
Functions ¶
func CreateOrUpdateLoadbalancerWaitHandler ¶
func CreateOrUpdateLoadbalancerWaitHandler(ctx context.Context, client APIClientLoadbalancerInterface, projectId, region, name string) *wait.AsyncActionHandler[alb.LoadBalancer]
func DeleteLoadbalancerWaitHandler ¶
func DeleteLoadbalancerWaitHandler(ctx context.Context, client APIClientLoadbalancerInterface, projectId, region, name string) *wait.AsyncActionHandler[alb.LoadBalancer]
Types ¶
Click to show internal directories.
Click to hide internal directories.