v1

package
v1.18.0-rc.2 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterConfigLister

type ClusterConfigLister interface {
	// List lists all ClusterConfigs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterConfig, err error)
	// Get retrieves the ClusterConfig from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ClusterConfig, error)
	ClusterConfigListerExpansion
}

ClusterConfigLister helps list ClusterConfigs. All objects returned here must be treated as read-only.

func NewClusterConfigLister

func NewClusterConfigLister(indexer cache.Indexer) ClusterConfigLister

NewClusterConfigLister returns a new ClusterConfigLister.

type ClusterConfigListerExpansion

type ClusterConfigListerExpansion interface{}

ClusterConfigListerExpansion allows custom methods to be added to ClusterConfigLister.

type ClusterSelectorLister

type ClusterSelectorLister interface {
	// List lists all ClusterSelectors in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterSelector, err error)
	// Get retrieves the ClusterSelector from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ClusterSelector, error)
	ClusterSelectorListerExpansion
}

ClusterSelectorLister helps list ClusterSelectors. All objects returned here must be treated as read-only.

func NewClusterSelectorLister

func NewClusterSelectorLister(indexer cache.Indexer) ClusterSelectorLister

NewClusterSelectorLister returns a new ClusterSelectorLister.

type ClusterSelectorListerExpansion

type ClusterSelectorListerExpansion interface{}

ClusterSelectorListerExpansion allows custom methods to be added to ClusterSelectorLister.

type HierarchyConfigLister

type HierarchyConfigLister interface {
	// List lists all HierarchyConfigs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.HierarchyConfig, err error)
	// Get retrieves the HierarchyConfig from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.HierarchyConfig, error)
	HierarchyConfigListerExpansion
}

HierarchyConfigLister helps list HierarchyConfigs. All objects returned here must be treated as read-only.

func NewHierarchyConfigLister

func NewHierarchyConfigLister(indexer cache.Indexer) HierarchyConfigLister

NewHierarchyConfigLister returns a new HierarchyConfigLister.

type HierarchyConfigListerExpansion

type HierarchyConfigListerExpansion interface{}

HierarchyConfigListerExpansion allows custom methods to be added to HierarchyConfigLister.

type NamespaceConfigLister

type NamespaceConfigLister interface {
	// List lists all NamespaceConfigs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.NamespaceConfig, err error)
	// Get retrieves the NamespaceConfig from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.NamespaceConfig, error)
	NamespaceConfigListerExpansion
}

NamespaceConfigLister helps list NamespaceConfigs. All objects returned here must be treated as read-only.

func NewNamespaceConfigLister

func NewNamespaceConfigLister(indexer cache.Indexer) NamespaceConfigLister

NewNamespaceConfigLister returns a new NamespaceConfigLister.

type NamespaceConfigListerExpansion

type NamespaceConfigListerExpansion interface{}

NamespaceConfigListerExpansion allows custom methods to be added to NamespaceConfigLister.

type NamespaceSelectorLister

type NamespaceSelectorLister interface {
	// List lists all NamespaceSelectors in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.NamespaceSelector, err error)
	// Get retrieves the NamespaceSelector from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.NamespaceSelector, error)
	NamespaceSelectorListerExpansion
}

NamespaceSelectorLister helps list NamespaceSelectors. All objects returned here must be treated as read-only.

func NewNamespaceSelectorLister

func NewNamespaceSelectorLister(indexer cache.Indexer) NamespaceSelectorLister

NewNamespaceSelectorLister returns a new NamespaceSelectorLister.

type NamespaceSelectorListerExpansion

type NamespaceSelectorListerExpansion interface{}

NamespaceSelectorListerExpansion allows custom methods to be added to NamespaceSelectorLister.

type RepoLister

type RepoLister interface {
	// List lists all Repos in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.Repo, err error)
	// Get retrieves the Repo from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.Repo, error)
	RepoListerExpansion
}

RepoLister helps list Repos. All objects returned here must be treated as read-only.

func NewRepoLister

func NewRepoLister(indexer cache.Indexer) RepoLister

NewRepoLister returns a new RepoLister.

type RepoListerExpansion

type RepoListerExpansion interface{}

RepoListerExpansion allows custom methods to be added to RepoLister.

type SyncLister

type SyncLister interface {
	// List lists all Syncs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.Sync, err error)
	// Get retrieves the Sync from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.Sync, error)
	SyncListerExpansion
}

SyncLister helps list Syncs. All objects returned here must be treated as read-only.

func NewSyncLister

func NewSyncLister(indexer cache.Indexer) SyncLister

NewSyncLister returns a new SyncLister.

type SyncListerExpansion

type SyncListerExpansion interface{}

SyncListerExpansion allows custom methods to be added to SyncLister.

Jump to

Keyboard shortcuts

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