MCPcopy
hub / github.com/apecloud/kubeblocks / ActionDeletePtr

Function ActionDeletePtr

pkg/controller/model/transform_utils.go:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108}
109
110func ActionDeletePtr() *Action {
111 return actionPtr(DELETE)
112}
113
114func ActionUpdatePtr() *Action {
115 return actionPtr(UPDATE)

Calls 1

actionPtrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…