MCPcopy Create free account
hub / github.com/cozystack/cozystack / NamespaceGetter

Interface NamespaceGetter

pkg/registry/sorting/sort.go:17–20  ·  view source on GitHub ↗

NamespaceGetter is an interface for objects that have both Name and Namespace.

Source from the content-addressed store, hash-verified

15
16// NamespaceGetter is an interface for objects that have both Name and Namespace.
17type NamespaceGetter interface {
18 NameGetter
19 GetNamespace() string
20}
21
22// ByName sorts a slice of objects by their Name in alphabetical order.
23// Use this for cluster-scoped resources.

Callers 8

ByNamespacedNameFunction · 0.65
NewSimpleClientsetFunction · 0.65
NewClientsetFunction · 0.65
WalkOwnershipGraphFunction · 0.65
mapObjectToMonitorFunction · 0.65
TenantNamespaceForHRFunction · 0.65
relevantDeploymentMethod · 0.65
shardDeploymentMethod · 0.65

Implementers 1

ApplicationApplyConfigurationpkg/generated/applyconfiguration/apps/

Calls

no outgoing calls

Tested by

no test coverage detected