MCPcopy Create free account
hub / github.com/devspace-sh/devspace / ClientConfig

Method ClientConfig

pkg/devspace/kubectl/client.go:146–148  ·  view source on GitHub ↗

ClientConfig returns the underlying kube client config

()

Source from the content-addressed store, hash-verified

144
145// ClientConfig returns the underlying kube client config
146func (client *client) ClientConfig() clientcmd.ClientConfig {
147 return client.clientConfig
148}
149
150// IsInCluster returns if the kube context is the in cluster context
151func (client *client) IsInCluster() bool {

Callers 1

GenericRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected