MCPcopy Create free account
hub / github.com/containers/image / directClientConfig

Struct directClientConfig

openshift/openshift-copies.go:178–180  ·  view source on GitHub ↗

directClientConfig is a modified copy of k8s.io/kubernetes/pkg/client/unversioned/clientcmd.DirectClientConfig. DirectClientConfig is a ClientConfig interface that is backed by a clientcmdapi.Config, options overrides, and an optional fallbackReader for auth information

Source from the content-addressed store, hash-verified

176// directClientConfig is a modified copy of k8s.io/kubernetes/pkg/client/unversioned/clientcmd.DirectClientConfig.
177// DirectClientConfig is a ClientConfig interface that is backed by a clientcmdapi.Config, options overrides, and an optional fallbackReader for auth information
178type directClientConfig struct {
179 config clientcmdConfig
180}
181
182// newNonInteractiveClientConfig is a modified copy of k8s.io/kubernetes/pkg/client/unversioned/clientcmd.NewNonInteractiveClientConfig.
183// NewNonInteractiveClientConfig creates a DirectClientConfig using the passed context name and does not have a fallback reader for auth information

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected