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
Click to show internal directories.
Click to hide internal directories.