context

package
v1.2.10 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var NoKubernetesConfigFile = errors.New("NoKubernetesConfigFile")

NoKubernetesConfig is the error returned by GetKubernetesAPI when no Kubernetes Config file was found or the file does not exist.

Functions

func DynamicClientFromContext

func DynamicClientFromContext(ctx context.Context) dynamic.Interface

func NewContextWithApiConfig

func NewContextWithApiConfig(ctx context.Context, apiConfig KubernetesApiConfig) context.Context

func NewContextWithDynamicClient

func NewContextWithDynamicClient(ctx context.Context, client dynamic.Interface) context.Context

func NewContextWithDynamicFakeRestMapper

func NewContextWithDynamicFakeRestMapper(ctx context.Context) context.Context

func NewContextWithRestConfig

func NewContextWithRestConfig(ctx context.Context, config *rest.Config) context.Context

func NewContextWithRestMapper

func NewContextWithRestMapper(ctx context.Context, config meta.RESTMapper) context.Context

func RestConfigFromContext

func RestConfigFromContext(ctx context.Context) *rest.Config

func RestMapperFromContext

func RestMapperFromContext(ctx context.Context) meta.RESTMapper

Types

type KubernetesApiConfig

type KubernetesApiConfig interface {
	KubernetesConfigFilePath() *string
}

Jump to

Keyboard shortcuts

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