lease

package
v0.13.3 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2022 License: Apache-2.0, MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const PurposeMemberLease = "etcd-member-lease"

PurposeMemberLease is a constant used as a purpose for etcd member lease objects.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface added in v0.13.1

type Interface interface {
	gardenercomponent.Deployer
	// GetPeerURLTLSEnabledStatus checks the Peer URL TLS enabled status by inspecting all the lease objects and returns
	// a result after applying value captured in the lease object for each member in conjunction.
	GetPeerURLTLSEnabledStatus(context.Context) (bool, error)
}

func New

func New(c client.Client, logger logr.Logger, namespace string, values Values) Interface

New creates a new lease deployer instance.

type Values

type Values struct {
	// BackupEnabled specifies if the backup functionality for the etcd cluster is enabled.
	BackupEnabled bool
	// EtcdName is the name of the etcd resource.
	EtcdName string
	// EtcdName is the UID of the etcd resource.
	EtcdUID types.UID
	// DeltaSnapshotLeaseName is the name of the delta snapshot lease object.
	DeltaSnapshotLeaseName string
	// FullSnapshotLeaseName is the name of the full snapshot lease object.
	FullSnapshotLeaseName string
	// Replicas is the replica count of the etcd cluster.
	Replicas int32
}

func GenerateValues

func GenerateValues(etcd *druidv1alpha1.Etcd) Values

GenerateValues generates `lease.Values` for the lease component with the given parameters.

Jump to

Keyboard shortcuts

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