MCPcopy
hub / github.com/kite-org/kite / Get

Method Get

pkg/resources/handler.go:52–52  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

50type resourceHandler interface {
51 List(c *gin.Context)
52 Get(c *gin.Context)
53 Create(c *gin.Context)
54 Update(c *gin.Context)
55 Delete(c *gin.Context)

Callers 15

TestSetupStaticFunction · 0.65
TestStaticCacheFunction · 0.65
TestDevCORSFunction · 0.65
DevCORSFunction · 0.65
GetMethod · 0.65
discoverPodsByServiceFunction · 0.65
GetRelatedResourcesFunction · 0.65
DrainNodeMethod · 0.65
markNodeSchedulableMethod · 0.65
TaintNodeMethod · 0.65
UntaintNodeMethod · 0.65
RestartMethod · 0.65

Implementers 2

versionedResourceHandlerpkg/resources/versioned_resource_handl
HelmReleaseHandlerpkg/resources/helmrelease_handler.go

Calls

no outgoing calls

Tested by 10

TestSetupStaticFunction · 0.52
TestStaticCacheFunction · 0.52
TestDevCORSFunction · 0.52
TestSetCookieSecureFunction · 0.52
TestFetchAzureADGroupsFunction · 0.52
TestCloneHeaderFunction · 0.52