kubernetes

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Namespace        string = "namespace"         // Namespace specifies the kubernetes namespace
	ActorSystemName         = "actor_system_name" // ActorSystemName specifies the actor system name
	ApplicationName         = "app_name"          // ApplicationName specifies the application name. This often matches the actor system name
	GossipPortName          = "gossip-port"
	ClusterPortName         = "cluster-port"
	RemotingPortName        = "remoting-port"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Discovery

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

Discovery represents the kubernetes discovery

func NewDiscovery added in v0.2.3

func NewDiscovery() *Discovery

NewDiscovery returns an instance of the kubernetes discovery provider

func (*Discovery) Close added in v1.1.0

func (d *Discovery) Close() error

Close closes the provider

func (*Discovery) Deregister added in v0.3.0

func (d *Discovery) Deregister() error

Deregister removes this node from a service discovery directory.

func (*Discovery) DiscoverPeers added in v0.3.0

func (d *Discovery) DiscoverPeers() ([]string, error)

DiscoverPeers returns a list of known nodes.

func (*Discovery) ID

func (d *Discovery) ID() string

ID returns the discovery provider id

func (*Discovery) Initialize added in v0.3.0

func (d *Discovery) Initialize() error

Initialize initializes the plugin: registers some internal data structures, clients etc.

func (*Discovery) Register added in v0.3.0

func (d *Discovery) Register() error

Register registers this node to a service discovery directory.

func (*Discovery) SetConfig added in v0.3.0

func (d *Discovery) SetConfig(meta discovery.Config) error

SetConfig registers the underlying discovery configuration

Jump to

Keyboard shortcuts

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