Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/portainer/portainer
/ PendingActionHandler
Interface
PendingActionHandler
api/pending_action.go:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
PendingActionHandler
interface
{
16
Execute(PendingAction, *Endpoint) error
17
}
18
)
19
20
// MarshalJSON marshals the PendingAction struct to JSON
Callers
4
endpointInspect
Method · 0.65
updateEndpointStatus
Function · 0.65
executePendingAction
Method · 0.65
hubLink
Method · 0.65
Implementers
4
PendingActionsService
api/pendingactions/pendingactions.go
HandlerDeleteK8sRegistrySecrets
api/pendingactions/handlers/delete_k8s
HandlerCleanNAPWithOverridePolicies
api/pendingactions/handlers/clean_nap_
HandlerPostInitMigrateEnvironment
api/pendingactions/handlers/post_init_
Calls
no outgoing calls
Tested by
no test coverage detected