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) (*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)
- func (r GetAutoscalingCapacity) Perform(ctx context.Context) (*http.Response, error)
- type NewGetAutoscalingCapacity
- type Response
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) Do ¶
func (r GetAutoscalingCapacity) Do(ctx context.Context) (*Response, error)
Do runs the request through the transport, handle the response and returns a getautoscalingcapacity.Response
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.
type Response ¶
type Response struct {
Policies map[string]types.AutoscalingDeciders `json:"policies"`
}