clusterrepo

package
v1.7.3 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	List(cluster string, options common.DBOptions) (result []V1ClusterRepo.ClusterRepo, err error)
	ListInfo(cluster string, options common.DBOptions) (result []V1ImageRepo.ImageRepo, err error)
	Create(clusterRepo *V1ClusterRepo.ClusterRepo, options common.DBOptions) error
	Delete(cluster, repo string, options common.DBOptions) error
	DeleteByCluster(cluster string, options common.DBOptions) error
	DeleteByRepo(repo string, options common.DBOptions) error
}

func NewService

func NewService() Service

Jump to

Keyboard shortcuts

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