# Functions
MakeFallbackWorkspace() creates a Workspace struct with a SourceFallback source and a Kubernetes connection with an empty context.
# Constants
No description provided by the author
SourceFallback indicates that the workspace was not loaded from config, and is using default settings.
SourceLocalDirectory indicates that the workspace was loaded from the users working directory.
SourceUserConfig indicates that the workspace was loaded from per-user config.
# Variables
ErrNamedWorkspaceRequired is a value of EditableWorkspaceRequiredError.
ErrNamedWorkspaceRequired is a value of NamedWorkspaceRequiredError.
# Structs
EditableWorkspaceRequiredError is an error used when an editable workspace must be specified by the user.
No description provided by the author
No description provided by the author
NamedWorkspaceRequiredError is an error used when a named workspace must be specified by the user.
Workspace represents configuration for the rad CLI.
# Interfaces
No description provided by the author
# Type aliases
Source specifies how a workspace was loaded.