Versions in this module Expand all Collapse all v0 v0.5.2 May 2, 2026 Changes in this version + type FakeBroker struct + Calls int + Errs map[string]error + Meta map[string]brokerapi.IssueResponse + RevokeCalls []RevokeCall + RevokeErr error + Values map[string]string + func (f *FakeBroker) Issue(_ context.Context, _ string, _ string, credentialName string) (*brokerapi.IssueResponse, error) + func (f *FakeBroker) Revoke(_ context.Context, runName, runNamespace string, ...) error + type RevokeCall struct + Lease paddockv1alpha1.IssuedLease + RunName string + RunNamespace string