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

Method Description

pkg/kube/object_patch/operation.go:180–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178}
179
180func (op *patchOperation) Description() string {
181 return fmt.Sprintf("Filter object %s/%s/%s/%s", op.apiVersion, op.kind, op.namespace, op.name)
182}
183
184// SetObjectPrefix sets prefix for object name.
185func (op *patchOperation) SetObjectPrefix(prefix string) {

Callers 1

ExecuteOperationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected