v1alpha1

package
v0.0.0-...-6c4e8d0 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 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 OnecloudClusterLister

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

OnecloudClusterLister helps list OnecloudClusters. All objects returned here must be treated as read-only.

func NewOnecloudClusterLister

func NewOnecloudClusterLister(indexer cache.Indexer) OnecloudClusterLister

NewOnecloudClusterLister returns a new OnecloudClusterLister.

type OnecloudClusterListerExpansion

type OnecloudClusterListerExpansion interface{}

OnecloudClusterListerExpansion allows custom methods to be added to OnecloudClusterLister.

type OnecloudClusterNamespaceLister

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

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

type OnecloudClusterNamespaceListerExpansion

type OnecloudClusterNamespaceListerExpansion interface{}

OnecloudClusterNamespaceListerExpansion allows custom methods to be added to OnecloudClusterNamespaceLister.

Jump to

Keyboard shortcuts

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