Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubernetes/client-go
/ GroupVersionKind
Method
GroupVersionKind
tools/clientcmd/api/register.go:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
obj.APIVersion, obj.Kind = gvk.ToAPIVersionAndKind()
43
}
44
func
(obj *Config) GroupVersionKind() schema.GroupVersionKind {
45
return
schema.FromAPIVersionAndKind(obj.APIVersion, obj.Kind)
46
}
Callers
1
GetReference
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected