Skip to content

Commit 7abc65b

Browse files
committed
cli/command: remove deprecated ResolveDefaultContext
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 01febbc commit 7abc65b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cli/command/defaultcontextstore.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ type EndpointDefaultResolver interface {
5353
ResolveDefault() (any, *store.EndpointTLSData, error)
5454
}
5555

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-
6356
// resolveDefaultContext creates a Metadata for the current CLI invocation parameters
6457
func resolveDefaultContext(opts *cliflags.ClientOptions, config store.Config) (*DefaultContext, error) {
6558
contextTLSData := store.ContextTLSData{

0 commit comments

Comments
 (0)