browserconfig

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2026 License: Apache-2.0 Imports: 11 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithName

func WithName(name string) event.EventsOption

Types

type Client

type Client interface {
	Create(ctx context.Context, namespace string, cfg *browserconfigv1.BrowserConfig) (*browserconfigv1.BrowserConfig, error)
	Get(ctx context.Context, namespace, name string) (*browserconfigv1.BrowserConfig, error)
	Delete(ctx context.Context, namespace, name string) error
	List(ctx context.Context, namespace string) ([]*browserconfigv1.BrowserConfig, error)
	Events(ctx context.Context, namespace string, opts ...event.EventsOption) (EventStream, error)
}

func NewClient

func NewClient(config client.ClientConfig) (Client, error)

type EventStream

type EventStream interface {
	Events() <-chan *event.BrowserConfigEvent
	Errors() <-chan error
	Close()
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL