Versions in this module Expand all Collapse all v0 v0.4.0 Dec 8, 2020 Changes in this version + const DefaultName + type KubeSecretGetter struct + func New(ns, n string, c kubernetes.Interface) *KubeSecretGetter + func (k KubeSecretGetter) Secret(ctx context.Context, hook scm.Webhook) (string, error) + type MockSecret struct + func NewMock() MockSecret + func (k MockSecret) Secret(ctx context.Context, hook scm.Webhook) (string, error) + type SecretGetter interface + Secret func(ctx context.Context, hook scm.Webhook) (string, error)