Documentation ¶
Index ¶
- Variables
- func DynamicClientFromContext(ctx context.Context) (dynamic.Interface, error)
- func NewContextWithApiConfig(ctx context.Context, apiConfig config.KubernetesApiConfiguration) (context.Context, error)
- func NewContextWithDynamicClient(ctx context.Context, client dynamic.Interface) context.Context
- func NewContextWithDynamicFakeRestMapper(ctx context.Context) context.Context
- func NewContextWithRestConfig(ctx context.Context, config *rest.Config) context.Context
- func NewContextWithRestMapper(ctx context.Context, config meta.RESTMapper) context.Context
- func RestConfigFromContext(ctx context.Context) *rest.Config
- func RestMapperFromContext(ctx context.Context) (meta.RESTMapper, error)
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 NewContextWithApiConfig ¶
func RestMapperFromContext ¶
func RestMapperFromContext(ctx context.Context) (meta.RESTMapper, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.