talos

package
v0.0.0-...-d91ab75 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package talos provides interfaces for Talos objects.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cluster

type Cluster interface {
	// Name of the cluster.
	Name() string
	// IP of the bridge which controls the cluster.
	BridgeIP() netip.Addr
	// IP for the Sidero components (TFTP, iPXE, etc.).
	SideroComponentsIP() netip.Addr
	// K8s client source.
	KubernetesClient() cluster.K8sProvider
	// Nodes returns a list of PXE VMs.
	Nodes() []provision.NodeInfo
}

Cluster is an abstract interface for the Talos cluster.

It might be provided by `provision` library created cluster, or by the CAPI built cluster.

Jump to

Keyboard shortcuts

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