We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01febbc commit 7abc65bCopy full SHA for 7abc65b
1 file changed
cli/command/defaultcontextstore.go
@@ -53,13 +53,6 @@ type EndpointDefaultResolver interface {
53
ResolveDefault() (any, *store.EndpointTLSData, error)
54
}
55
56
-// ResolveDefaultContext creates a Metadata for the current CLI invocation parameters
57
-//
58
-// Deprecated: this function is exported for testing and meant for internal use. It will be removed in the next release.
59
-func ResolveDefaultContext(opts *cliflags.ClientOptions, config store.Config) (*DefaultContext, error) {
60
- return resolveDefaultContext(opts, config)
61
-}
62
-
63
// resolveDefaultContext creates a Metadata for the current CLI invocation parameters
64
func resolveDefaultContext(opts *cliflags.ClientOptions, config store.Config) (*DefaultContext, error) {
65
contextTLSData := store.ContextTLSData{
0 commit comments