v1alpha1

package
v0.0.0-...-ef01543 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterProfileLister

type ClusterProfileLister interface {
	// List lists all ClusterProfiles in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClusterProfile, err error)
	// ClusterProfiles returns an object that can list and get ClusterProfiles.
	ClusterProfiles(namespace string) ClusterProfileNamespaceLister
	ClusterProfileListerExpansion
}

ClusterProfileLister helps list ClusterProfiles. All objects returned here must be treated as read-only.

func NewClusterProfileLister

func NewClusterProfileLister(indexer cache.Indexer) ClusterProfileLister

NewClusterProfileLister returns a new ClusterProfileLister.

type ClusterProfileListerExpansion

type ClusterProfileListerExpansion interface{}

ClusterProfileListerExpansion allows custom methods to be added to ClusterProfileLister.

type ClusterProfileNamespaceLister

type ClusterProfileNamespaceLister interface {
	// List lists all ClusterProfiles in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClusterProfile, err error)
	// Get retrieves the ClusterProfile from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ClusterProfile, error)
	ClusterProfileNamespaceListerExpansion
}

ClusterProfileNamespaceLister helps list and get ClusterProfiles. All objects returned here must be treated as read-only.

type ClusterProfileNamespaceListerExpansion

type ClusterProfileNamespaceListerExpansion interface{}

ClusterProfileNamespaceListerExpansion allows custom methods to be added to ClusterProfileNamespaceLister.

Jump to

Keyboard shortcuts

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