Documentation ¶
Overview ¶
Gets the current autoscaling capacity based on the configured autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.
Index ¶
- Variables
- type GetAutoscalingCapacity
- func (r GetAutoscalingCapacity) Do(ctx context.Context) (*http.Response, error)
- func (r *GetAutoscalingCapacity) Header(key, value string) *GetAutoscalingCapacity
- func (r *GetAutoscalingCapacity) HttpRequest(ctx context.Context) (*http.Request, error)
- func (r GetAutoscalingCapacity) IsSuccess(ctx context.Context) (bool, error)
- type NewGetAutoscalingCapacity
Constants ¶
This section is empty.
Variables ¶
var ErrBuildPath = errors.New("cannot build path, check for missing path parameters")
ErrBuildPath is returned in case of missing parameters within the build of the request.
Functions ¶
This section is empty.
Types ¶
type GetAutoscalingCapacity ¶
type GetAutoscalingCapacity struct {
// contains filtered or unexported fields
}
func New ¶
func New(tp elastictransport.Interface) *GetAutoscalingCapacity
Gets the current autoscaling capacity based on the configured autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.
func (*GetAutoscalingCapacity) Header ¶
func (r *GetAutoscalingCapacity) Header(key, value string) *GetAutoscalingCapacity
Header set a key, value pair in the GetAutoscalingCapacity headers map.
func (*GetAutoscalingCapacity) HttpRequest ¶
HttpRequest returns the http.Request object built from the given parameters.
type NewGetAutoscalingCapacity ¶
type NewGetAutoscalingCapacity func() *GetAutoscalingCapacity
NewGetAutoscalingCapacity type alias for index.
func NewGetAutoscalingCapacityFunc ¶
func NewGetAutoscalingCapacityFunc(tp elastictransport.Interface) NewGetAutoscalingCapacity
NewGetAutoscalingCapacityFunc returns a new instance of GetAutoscalingCapacity with the provided transport. Used in the index of the library this allows to retrieve every apis in once place.