Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devfile/api
/ Key
Method
Key
pkg/apis/workspaces/v1alpha1/keyed.go:21–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
// +k8s:deepcopy-gen=false
20
type
Keyed
interface
{
21
Key() (string, error)
22
}
23
24
func
(union Component) Key() (string, error) {
Callers
15
checkKeys
Function · 0.65
CheckDuplicateKeys
Function · 0.65
GetKeys
Method · 0.65
convertComponentTo_v1alpha2
Function · 0.65
convertComponentFrom_v1alpha2
Function · 0.65
convertPluginComponentTo_v1alpha2
Function · 0.65
convertPluginComponentCommandTo_v1alpha2
Function · 0.65
convertPluginComponentSubComponentTo_v1alpha2
Function · 0.65
convertPluginComponentCommandFrom_v1alpha2
Function · 0.65
convertPluginComponentSubComponentFrom_v1alpha2
Function · 0.65
convertParentCommandTo_v1alpha2
Function · 0.65
convertParentComponentTo_v1alpha2
Function · 0.65
Implementers
15
Command
pkg/apis/workspaces/v1alpha2/commands.
CommandParentOverride
pkg/apis/workspaces/v1alpha2/zz_genera
CommandPluginOverride
pkg/apis/workspaces/v1alpha2/zz_genera
CommandPluginOverrideParentOverride
pkg/apis/workspaces/v1alpha2/zz_genera
Component
pkg/apis/workspaces/v1alpha2/component
ComponentParentOverride
pkg/apis/workspaces/v1alpha2/zz_genera
ComponentPluginOverride
pkg/apis/workspaces/v1alpha2/zz_genera
ComponentPluginOverrideParentOverride
pkg/apis/workspaces/v1alpha2/zz_genera
Project
pkg/apis/workspaces/v1alpha2/projects.
ProjectParentOverride
pkg/apis/workspaces/v1alpha2/zz_genera
StarterProject
pkg/apis/workspaces/v1alpha2/projects.
StarterProjectParentOverride
pkg/apis/workspaces/v1alpha2/zz_genera
Calls
no outgoing calls
Tested by
no test coverage detected