MCPcopy
hub / github.com/operator-framework/operator-sdk / getName

Function getName

internal/olm/client/client.go:188–193  ·  view source on GitHub ↗
(namespace, name string)

Source from the content-addressed store, hash-verified

186}
187
188func getName(namespace, name string) string {
189 if namespace != "" {
190 name = fmt.Sprintf("%s/%s", namespace, name)
191 }
192 return name
193}
194
195func (c Client) DoRolloutWait(ctx context.Context, key types.NamespacedName) error {
196 onceNotFound := sync.Once{}

Callers 2

DoCreateMethod · 0.85
DoDeleteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected