Documentation
¶
Overview ¶
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Index ¶
- Constants
- func CreateOrUpdateLoadbalancerWaitHandler(ctx context.Context, client APIClientLoadbalancerInterface, ...) *wait.AsyncActionHandler[alb.LoadBalancer]deprecated
- func DeleteLoadbalancerWaitHandler(ctx context.Context, client APIClientLoadbalancerInterface, ...) *wait.AsyncActionHandler[alb.LoadBalancer]deprecated
- type APIClientLoadbalancerInterfacedeprecated
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
deprecated
func CreateOrUpdateLoadbalancerWaitHandler(ctx context.Context, client APIClientLoadbalancerInterface, projectId, region, name string) *wait.AsyncActionHandler[alb.LoadBalancer]
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func DeleteLoadbalancerWaitHandler
deprecated
func DeleteLoadbalancerWaitHandler(ctx context.Context, client APIClientLoadbalancerInterface, projectId, region, name string) *wait.AsyncActionHandler[alb.LoadBalancer]
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Types ¶
type APIClientLoadbalancerInterface
deprecated
Click to show internal directories.
Click to hide internal directories.