config

package
v0.14.2 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KubeConfigProvider added in v0.13.0

type KubeConfigProvider struct {
}

func (KubeConfigProvider) GetConfig added in v0.13.0

func (provider KubeConfigProvider) GetConfig() (*rest.Config, error)

type MockProvider

type MockProvider struct {
	mock.Mock
}

func (*MockProvider) GetConfig

func (provider *MockProvider) GetConfig() (*rest.Config, error)

type Provider

type Provider interface {
	GetConfig() (*rest.Config, error)
}

func NewKubeConfigProvider

func NewKubeConfigProvider() Provider

Jump to

Keyboard shortcuts

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