v1

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 4 Imported by: 15

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterManagerLister

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

ClusterManagerLister helps list ClusterManagers. All objects returned here must be treated as read-only.

func NewClusterManagerLister

func NewClusterManagerLister(indexer cache.Indexer) ClusterManagerLister

NewClusterManagerLister returns a new ClusterManagerLister.

type ClusterManagerListerExpansion

type ClusterManagerListerExpansion interface{}

ClusterManagerListerExpansion allows custom methods to be added to ClusterManagerLister.

type KlusterletLister

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

KlusterletLister helps list Klusterlets. All objects returned here must be treated as read-only.

func NewKlusterletLister

func NewKlusterletLister(indexer cache.Indexer) KlusterletLister

NewKlusterletLister returns a new KlusterletLister.

type KlusterletListerExpansion

type KlusterletListerExpansion interface{}

KlusterletListerExpansion allows custom methods to be added to KlusterletLister.

Jump to

Keyboard shortcuts

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