clusterinfo

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package clusterinfo contains the output type of the clusterinfo command

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterInfo

type ClusterInfo struct {
	ClusterName       string        `yaml:"clusterName"`
	ClusterEndpoint   string        `yaml:"clusterEndpoint"`
	ClusterCA         string        `yaml:"clusterCA"`
	EtcdCA            string        `yaml:"etcdCA"`
	TalosCA           string        `yaml:"talosCA"`
	KubernetesVersion string        `yaml:"kubernetesVersion"`
	Nodes             []config.Node `yaml:"nodes"`
}

ClusterInfo contains the general config of the cluster along with certificate material of the components

Jump to

Keyboard shortcuts

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