openstack

package
v1.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2017 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Discovery

type Discovery interface {
	Run(ctx context.Context, ch chan<- []*config.TargetGroup)
	// contains filtered or unexported methods
}

Discovery periodically performs OpenStack-SD requests. It implements the TargetProvider interface.

func NewDiscovery

func NewDiscovery(conf *config.OpenstackSDConfig, l log.Logger) (Discovery, error)

NewDiscovery returns a new OpenStackDiscovery which periodically refreshes its targets.

type HypervisorDiscovery

type HypervisorDiscovery struct {
	// contains filtered or unexported fields
}

HypervisorDiscovery discovers OpenStack hypervisors.

func NewHypervisorDiscovery

func NewHypervisorDiscovery(opts *gophercloud.AuthOptions,
	interval time.Duration, port int, region string, l log.Logger) *HypervisorDiscovery

NewHypervisorDiscovery returns a new hypervisor discovery.

func (*HypervisorDiscovery) Run

func (h *HypervisorDiscovery) Run(ctx context.Context, ch chan<- []*config.TargetGroup)

Run implements the TargetProvider interface.

type InstanceDiscovery

type InstanceDiscovery struct {
	// contains filtered or unexported fields
}

InstanceDiscovery discovers OpenStack instances.

func NewInstanceDiscovery

func NewInstanceDiscovery(opts *gophercloud.AuthOptions,
	interval time.Duration, port int, region string, l log.Logger) *InstanceDiscovery

NewInstanceDiscovery returns a new instance discovery.

func (*InstanceDiscovery) Run

func (i *InstanceDiscovery) Run(ctx context.Context, ch chan<- []*config.TargetGroup)

Run implements the TargetProvider interface.

type SDMock

type SDMock struct {
	Server *httptest.Server
	Mux    *http.ServeMux
	// contains filtered or unexported fields
}

SDMock is the interface for the OpenStack mock

func NewSDMock

func NewSDMock(t *testing.T) *SDMock

NewSDMock returns a new SDMock.

func (*SDMock) Endpoint

func (m *SDMock) Endpoint() string

Endpoint returns the URI to the mock server

func (*SDMock) HandleAuthSuccessfully

func (m *SDMock) HandleAuthSuccessfully()

HandleAuthSuccessfully mocks auth call

func (*SDMock) HandleFloatingIPListSuccessfully

func (m *SDMock) HandleFloatingIPListSuccessfully()

HandleFloatingIPListSuccessfully mocks floating ips call

func (*SDMock) HandleHypervisorListSuccessfully

func (m *SDMock) HandleHypervisorListSuccessfully()

HandleHypervisorListSuccessfully mocks os-hypervisors detail call

func (*SDMock) HandleServerListSuccessfully

func (m *SDMock) HandleServerListSuccessfully()

HandleServerListSuccessfully mocks server detail call

func (*SDMock) HandleVersionsSuccessfully

func (m *SDMock) HandleVersionsSuccessfully()

HandleVersionsSuccessfully mocks version call

func (*SDMock) Setup

func (m *SDMock) Setup()

Setup creates the mock server

func (*SDMock) ShutdownServer

func (m *SDMock) ShutdownServer()

ShutdownServer creates the mock server

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL