v1beta1

package
v0.0.0-...-0416c83 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRuntimeClassClusterLister

func NewRuntimeClassClusterLister(indexer cache.Indexer) *runtimeClassClusterLister

NewRuntimeClassClusterLister returns a new RuntimeClassClusterLister. We assume that the indexer: - is fed by a cross-workspace LIST+WATCH - uses kcpcache.MetaClusterNamespaceKeyFunc as the key function - has the kcpcache.ClusterIndex as an index

Types

type RuntimeClassClusterLister

type RuntimeClassClusterLister interface {
	// List lists all RuntimeClasses in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*nodev1beta1.RuntimeClass, err error)
	// Cluster returns a lister that can list and get RuntimeClasses in one workspace.
	Cluster(clusterName logicalcluster.Name) nodev1beta1listers.RuntimeClassLister
	RuntimeClassClusterListerExpansion
}

RuntimeClassClusterLister can list RuntimeClasses across all workspaces, or scope down to a RuntimeClassLister for one workspace. All objects returned here must be treated as read-only.

type RuntimeClassClusterListerExpansion

type RuntimeClassClusterListerExpansion interface{}

RuntimeClassClusterListerExpansion allows custom methods to be added to RuntimeClassClusterLister.

Jump to

Keyboard shortcuts

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