target

package
v0.0.0-...-fdc0f55 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StaticTarget

type StaticTarget struct {
	Kubeconfig string
}

StaticTarget provides static target settings.

func (*StaticTarget) GetKubeconfig

func (t *StaticTarget) GetKubeconfig() (string, bool)

type Target

type Target interface {
	// GetKubeconfig returns the path to the kubeconfig.
	// If the kubeconfig is not available, the second return value is false.
	GetKubeconfig() (string, bool)
}

Jump to

Keyboard shortcuts

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