addnode

package
v1.11.3 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LicenseLimitError

type LicenseLimitError struct {
	Msg string // description of error
}

func (*LicenseLimitError) Error

func (e *LicenseLimitError) Error() string

type Option

type Option func(*Parms)

func WithHost

func WithHost(fqdn string) Option

func WithInitiator

func WithInitiator(nm types.NamespacedName, ip string) Option

func WithSubcluster

func WithSubcluster(subcluster string) Option

func WithVNodeToHostMap

func WithVNodeToHostMap(vNodeToHostMap map[string]string) Option

type Parms

type Parms struct {
	InitiatorName types.NamespacedName
	InitiatorIP   string
	Hosts         []string
	Subcluster    string
	// will be removed after VER-88096
	VNodeToHostMap map[string]string
}

Parms holds all of the option for a revive DB invocation.

func (*Parms) Make

func (s *Parms) Make(opts ...Option)

Make will fill in the Parms based on the options chosen

Jump to

Keyboard shortcuts

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