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

Method Get

internal/helm/client/secrets_watch.go:69–71  ·  view source on GitHub ↗
(ctx context.Context, name string, opts metav1.GetOptions)

Source from the content-addressed store, hash-verified

67}
68
69func (w *WatchedSecrets) Get(ctx context.Context, name string, opts metav1.GetOptions) (*corev1.Secret, error) {
70 return w.inner.Get(ctx, name, opts)
71}
72
73func (w *WatchedSecrets) List(ctx context.Context, opts metav1.ListOptions) (*corev1.SecretList, error) {
74 labelSelector, err := labels.Parse(opts.LabelSelector)

Callers 4

reconcileReleaseFunction · 0.45
CleanupReleaseMethod · 0.45
ReconcileMethod · 0.45
waitForDeletionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected