Versions in this module Expand all Collapse all v1 v1.7.0 Feb 14, 2023 Changes in this version + type FakeCertFetcher struct + StartStub func(context.Context) (<-chan *workloadapi.X509Context, <-chan error, error) + StopStub func() error + func (fake *FakeCertFetcher) Invocations() map[string][][]interface{} + func (fake *FakeCertFetcher) Start(arg1 context.Context) (<-chan *workloadapi.X509Context, <-chan error, error) + func (fake *FakeCertFetcher) StartArgsForCall(i int) context.Context + func (fake *FakeCertFetcher) StartCallCount() int + func (fake *FakeCertFetcher) StartCalls(...) + func (fake *FakeCertFetcher) StartReturns(result1 <-chan *workloadapi.X509Context, result2 <-chan error, result3 error) + func (fake *FakeCertFetcher) StartReturnsOnCall(i int, result1 <-chan *workloadapi.X509Context, result2 <-chan error, ...) + func (fake *FakeCertFetcher) Stop() error + func (fake *FakeCertFetcher) StopCallCount() int + func (fake *FakeCertFetcher) StopCalls(stub func() error) + func (fake *FakeCertFetcher) StopReturns(result1 error) + func (fake *FakeCertFetcher) StopReturnsOnCall(i int, result1 error) + type FakeClient struct + CloseStub func() error + WatchX509ContextStub func(context.Context, workloadapi.X509ContextWatcher) error + func (fake *FakeClient) Close() error + func (fake *FakeClient) CloseCallCount() int + func (fake *FakeClient) CloseCalls(stub func() error) + func (fake *FakeClient) CloseReturns(result1 error) + func (fake *FakeClient) CloseReturnsOnCall(i int, result1 error) + func (fake *FakeClient) Invocations() map[string][][]interface{} + func (fake *FakeClient) WatchX509Context(arg1 context.Context, arg2 workloadapi.X509ContextWatcher) error + func (fake *FakeClient) WatchX509ContextArgsForCall(i int) (context.Context, workloadapi.X509ContextWatcher) + func (fake *FakeClient) WatchX509ContextCallCount() int + func (fake *FakeClient) WatchX509ContextCalls(stub func(context.Context, workloadapi.X509ContextWatcher) error) + func (fake *FakeClient) WatchX509ContextReturns(result1 error) + func (fake *FakeClient) WatchX509ContextReturnsOnCall(i int, result1 error) + type FakeReloader struct + ReloadStub func() error + func (fake *FakeReloader) Invocations() map[string][][]interface{} + func (fake *FakeReloader) Reload() error + func (fake *FakeReloader) ReloadCallCount() int + func (fake *FakeReloader) ReloadCalls(stub func() error) + func (fake *FakeReloader) ReloadReturns(result1 error) + func (fake *FakeReloader) ReloadReturnsOnCall(i int, result1 error) + type FakeSVIDWriter struct + WriteStub func(*workloadapi.X509Context) error + func (fake *FakeSVIDWriter) Invocations() map[string][][]interface{} + func (fake *FakeSVIDWriter) Write(arg1 *workloadapi.X509Context) error + func (fake *FakeSVIDWriter) WriteArgsForCall(i int) *workloadapi.X509Context + func (fake *FakeSVIDWriter) WriteCallCount() int + func (fake *FakeSVIDWriter) WriteCalls(stub func(*workloadapi.X509Context) error) + func (fake *FakeSVIDWriter) WriteReturns(result1 error) + func (fake *FakeSVIDWriter) WriteReturnsOnCall(i int, result1 error)