collector

package
v0.0.0-...-4499c7c Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2026 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cluster

type Cluster struct {
	// contains filtered or unexported fields
}

func GetClusterCollectors

func GetClusterCollectors(ctx context.Context, cc ClusterCollector, artifactsDirectory string) ([]*Cluster, error)

func NewDPUCluster

func NewDPUCluster(client client.Client, artifactsDirectory string, clientset *kubernetes.Clientset, name string, tun *tunnel.Tunnel) (*Cluster, error)

func NewMainCluster

func NewMainCluster(client client.Client, artifactsDirectory string, clientset *kubernetes.Clientset) (*Cluster, error)

func (*Cluster) Name

func (c *Cluster) Name() string

type ClusterCollector

type ClusterCollector struct {
	Client     client.Client
	ClientSet  *kubernetes.Clientset
	RestConfig *rest.Config
}

type Collector

type Collector struct {
	// contains filtered or unexported fields
}

func New

func New(clusters []*Cluster) *Collector

func (*Collector) Close

func (c *Collector) Close()

func (*Collector) Run

func (c *Collector) Run(ctx context.Context) error

Jump to

Keyboard shortcuts

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