Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { List(ctx context.Context, opts *types.ListOptions) (ch chan *types.Event, err error) Watch(ctx context.Context, opts *types.WatchOptions) (*types.Watcher, error) ListWatch(ctx context.Context, opts *types.ListWatchOptions) (*types.Watcher, error) }
Stream Interface defines all the functionality it have.
Click to show internal directories.
Click to hide internal directories.