Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Address string
TLSConfig *TLSConfig
// contains filtered or unexported fields
}
func DefaultConfig ¶
func (*Config) ConfigureTLS ¶
type HealthResp ¶
type HealthResp struct {
Status string
}
type QueryOptions ¶
type QueryOptions struct {
// Params are HTTP parameters on the query URL.
Params map[string]string
}
QueryOptions are used to create a query which includes query params. This is used for GET, POST and PUT calls.
type Scale ¶
type Scale struct {
// contains filtered or unexported fields
}
func (*Scale) StatusInfo ¶
func (s *Scale) StatusInfo(id string) (*state.ScalingActivity, error)
func (*Scale) StatusList ¶
type ScalingPolicy ¶
Click to show internal directories.
Click to hide internal directories.