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

Function ActionStatusPtr

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

Source from the content-addressed store, hash-verified

120}
121
122func ActionStatusPtr() *Action {
123 return actionPtr(STATUS)
124}
125
126func NewRequeueError(after time.Duration, reason string) error {
127 return &realRequeueError{

Calls 1

actionPtrFunction · 0.85

Tested by 1

mockDAGFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…