MCPcopy
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

endpointInspectMethod · 0.65
updateEndpointStatusFunction · 0.65
executePendingActionMethod · 0.65
hubLinkMethod · 0.65

Implementers 4

PendingActionsServiceapi/pendingactions/pendingactions.go
HandlerDeleteK8sRegistrySecretsapi/pendingactions/handlers/delete_k8s
HandlerCleanNAPWithOverridePoliciesapi/pendingactions/handlers/clean_nap_
HandlerPostInitMigrateEnvironmentapi/pendingactions/handlers/post_init_

Calls

no outgoing calls

Tested by

no test coverage detected