service

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Kubernetes added in v1.0.0

type Kubernetes struct {
	Address        string
	InCluster      string
	KubeConfig     string
	KubeConfigPath string
	TLS            TLS
	Watch          Watch
}

Kubernetes is a data structure to hold Kubernetes specific command line configuration flags.

type Service

type Service struct {
	Collector  collector.Collector
	Kubernetes Kubernetes
}

Service is an intermediate data structure for command line configuration flags.

type TLS added in v1.0.0

type TLS struct {
	CAFile  string
	CrtFile string
	KeyFile string
}

TLS is a data structure for Kubernetes TLS configuration with command line flags.

type Watch added in v1.0.0

type Watch struct {
	Namespace string
}

Watch is a data structure to hold Kubernetes specific configuration for watching for Kubernetes resources.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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