config

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2023 License: AGPL-3.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Executable is the name shown by Cobra when we use its
	// cli command
	Executable = "kubeletmein"

	// GitVersion is overridden by Makefile with git information
	GitVersion = "NoGitVersion"
)

Functions

This section is empty.

Types

type Config

type Config struct {
	Provider        string
	SkipBootstrap   bool
	BootstrapConfig string
	CaCertPath      string
	KubeletKeyPath  string
	KubeletCertPath string
	KubeletToken    string
	KubeConfig      string
	CertDir         string
	NodeName        string
	KubeAPIServer   string
	MetadataFile    string
	Region          string
}

Config holds configuration values for the various operations

Jump to

Keyboard shortcuts

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