identity

package
v1.9.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2023 License: Apache-2.0 Imports: 9 Imported by: 2

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
	ServiceLabels map[string]string
	PodID         string

	Overprovisioned bool
}

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

func NewMemberFromObjects added in v1.6.0

func NewMemberFromObjects(service *corev1.Service, pod *corev1.Pod) *Member

func (*Member) GetSeed added in v1.4.0

func (m *Member) GetSeed(ctx context.Context, coreClient v1.CoreV1Interface) (string, error)

Jump to

Keyboard shortcuts

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