Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netdata/netdata
/ Kind
Method
Kind
src/go/plugin/framework/chartengine/actions.go:22–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
// EngineAction is one planner-emitted operation.
21
type
EngineAction
interface
{
22
Kind() ActionKind
23
}
24
25
// CreateChartAction materializes a chart instance before updates.
Callers
15
actionKinds
Function · 0.65
actionKindCounts
Function · 0.65
TestAgent_setupSecretStoreConfigs
Function · 0.65
LoadFileConfigs
Function · 0.65
validateFileConfig
Function · 0.65
TestLoadFileConfigs
Function · 0.65
prepareConfig
Method · 0.65
TestSecretStoreConfigFromPayload
Function · 0.65
TestSecretStoreConfigFromPayload_PreservesKindAndNameForStoreSyntax
Function · 0.65
validateStored
Method · 0.65
secretStoreResolveContext
Function · 0.65
dyncfgCmdTest
Method · 0.65
Implementers
5
CreateChartAction
src/go/plugin/framework/chartengine/ac
CreateDimensionAction
src/go/plugin/framework/chartengine/ac
UpdateChartAction
src/go/plugin/framework/chartengine/ac
RemoveDimensionAction
src/go/plugin/framework/chartengine/ac
RemoveChartAction
src/go/plugin/framework/chartengine/ac
Calls
no outgoing calls
Tested by
5
actionKinds
Function · 0.52
TestAgent_setupSecretStoreConfigs
Function · 0.52
TestLoadFileConfigs
Function · 0.52
TestSecretStoreConfigFromPayload
Function · 0.52
TestSecretStoreConfigFromPayload_PreservesKindAndNameForStoreSyntax
Function · 0.52