Documentation ¶
Index ¶
- Variables
- func ClientSetFromContext(ctx context.Context) (kubernetes.Interface, error)
- func DynamicClientFromContext(ctx context.Context) (dynamic.Interface, error)
- func NewContextWithApiConfig(ctx context.Context, apiConfig config.KubernetesApiConfiguration) (context.Context, error)
- func NewContextWithClientSet(ctx context.Context, clientSet kubernetes.Interface) context.Context
- 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 ClientSetFromContext ¶ added in v2.9.0
func ClientSetFromContext(ctx context.Context) (kubernetes.Interface, error)
func NewContextWithApiConfig ¶
func NewContextWithClientSet ¶ added in v2.9.0
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.