identity

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Member

type Member struct {
	// Name of the Pod
	Name string
	// Namespace of the Pod
	Namespace string
	// IP of the Pod
	IP string
	// ClusterIP of the member's Service
	StaticIP   string
	Rack       string
	Datacenter string
	Cluster    string
}

Member encapsulates the identity for a single member of a Scylla Cluster.

func Retrieve

func Retrieve(ctx context.Context, name, namespace string, kubeclient kubernetes.Interface) (*Member, error)

func (*Member) GetSeeds

func (m *Member) GetSeeds(ctx context.Context, kubeClient kubernetes.Interface) ([]string, error)

Jump to

Keyboard shortcuts

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