Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶
type Fetcher interface {
Get(ctx context.Context, name string, namespace string) (models.Application, error)
List(ctx context.Context, namespace string) ([]models.Application, error)
}
func NewFetcher ¶
type FetcherFactory ¶
FetcherFactory implementations should create applicationv2.Fetcher objects from a Kubernetes client.
Click to show internal directories.
Click to hide internal directories.