bootstrap

package
v1.117.4 Latest Latest
Warning

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

Go to latest
Published: May 12, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(
	client client.Client,
	namespace string,
	secretsManager secretsmanager.Interface,
	values Values,
) component.Deployer

New creates a new instance of DeployWaiter for the Etcd.

Types

type Values

type Values struct {
	// Image is the container image used for Etcd.
	Image string
	// Role is the role of this etcd instance (main or events).
	Role string
	// PortClient is the port for the client connections.
	PortClient int32
	// PortPeer is the port for the peer connections.
	PortPeer int32
	// PortMetrics is the port for the metrics connections.
	PortMetrics int32
}

Values is a set of configuration values for the Etcd component.

Jump to

Keyboard shortcuts

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