MCPcopy
hub / github.com/akuity/kargo / Get

Method Get

pkg/credentials/database.go:7–7  ·  view source on GitHub ↗
(
		ctx context.Context,
		namespace string,
		credType Type,
		repo string,
	)

Source from the content-addressed store, hash-verified

5// Database is an interface for a Credentials store.
6type Database interface {
7 Get(
8 ctx context.Context,
9 namespace string,
10 credType Type,

Callers 12

GetMethod · 0.65
TestGetFunction · 0.65
GetCredentialsMethod · 0.65
GetCredentialsMethod · 0.65
GetCredentialsMethod · 0.65
GetCredentialsMethod · 0.65
GetCredentialsMethod · 0.65

Implementers 9

FakeDBpkg/credentials/database.go
databasepkg/credentials/kubernetes/database.go
fakeWorkQueuepkg/controller/management/replication/
mockPullRequestClientpkg/gitprovider/bitbucket/bitbucket_te
rolesDatabasepkg/server/rbac/roles.go
clientpkg/server/kubernetes/client.go
authorizingSubResourceClientpkg/server/kubernetes/client.go
fakeIssuesClientpkg/governance/github_client_test.go
fakePullRequestsClientpkg/governance/github_client_test.go

Calls

no outgoing calls