Documentation
¶
Index ¶
Constants ¶
View Source
const (
CatalogNameLabel = "catalog.cattle.io/name"
TemplateNameLabel = "catalog.cattle.io/template_name"
CatalogTypeLabel = "catalog.cattle.io/catalog_type"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatalogInfo ¶
type CatalogInfo struct {
// contains filtered or unexported fields
}
type Manager ¶
type Manager struct {
CatalogLister v3.CatalogLister
ProjectCatalogLister v3.ProjectCatalogLister
ClusterCatalogLister v3.ClusterCatalogLister
// contains filtered or unexported fields
}
func (*Manager) ClusterCatalogSync ¶
func (m *Manager) ClusterCatalogSync(key string, obj *v3.ClusterCatalog) (runtime.Object, error)
func (*Manager) ProjectCatalogSync ¶
func (m *Manager) ProjectCatalogSync(key string, obj *v3.ProjectCatalog) (runtime.Object, error)
Click to show internal directories.
Click to hide internal directories.