Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggingClient ¶
type LoggingClient interface { ctrlruntimeclient.WithWatch // Object contains the latest revision of each object the client has // seen. Calling this will reset the cache. Objects() []ctrlruntimeclient.Object // New returns a new instance of a LoggingClient whose objects will // not be logged in the parent. New() LoggingClient }
func New ¶
func New(upstream ctrlruntimeclient.WithWatch) LoggingClient
Click to show internal directories.
Click to hide internal directories.