Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatalogContentStreamer ¶
type CatalogContentStreamer interface {
StreamCatalogContents(ctx context.Context, catalog v1alpha1.Catalog) (io.ReadCloser, error)
}
func New ¶
func New(client corev1.CoreV1Interface) CatalogContentStreamer
Click to show internal directories.
Click to hide internal directories.