MCPcopy Create free account
hub / github.com/flant/shell-operator / NewCreateOrUpdateOperation

Function NewCreateOrUpdateOperation

pkg/kube/object_patch/operation.go:255–257  ·  view source on GitHub ↗
(obj any)

Source from the content-addressed store, hash-verified

253}
254
255func NewCreateOrUpdateOperation(obj any) sdkpkg.PatchCollectorOperation {
256 return newCreateOperation(CreateOrUpdate, obj)
257}
258
259func NewCreateIfNotExistsOperation(obj any) sdkpkg.PatchCollectorOperation {
260 return newCreateOperation(CreateIfNotExists, obj)

Callers 3

Test_PatchOperationsFunction · 0.85
NewFromOperationSpecFunction · 0.85
CreateOrUpdateMethod · 0.85

Calls 1

newCreateOperationFunction · 0.85

Tested by 1

Test_PatchOperationsFunction · 0.68