Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeLogger ¶
type FakeLogger struct { Logs []string // contains filtered or unexported fields }
TODO: not thread safe
func (*FakeLogger) NumCalls ¶
func (f *FakeLogger) NumCalls() int
func (*FakeLogger) WithResource ¶
func (f *FakeLogger) WithResource(resource client.Object) Logger
type FakeTLogger ¶
type FakeTLogger struct {
Messages []string
}
func (*FakeTLogger) Helper ¶
func (tl *FakeTLogger) Helper()
func (*FakeTLogger) Log ¶
func (tl *FakeTLogger) Log(args ...any)
Click to show internal directories.
Click to hide internal directories.