v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2023 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 KubeClusterLister

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

KubeClusterLister helps list KubeClusters. All objects returned here must be treated as read-only.

func NewKubeClusterLister

func NewKubeClusterLister(indexer cache.Indexer) KubeClusterLister

NewKubeClusterLister returns a new KubeClusterLister.

type KubeClusterListerExpansion

type KubeClusterListerExpansion interface{}

KubeClusterListerExpansion allows custom methods to be added to KubeClusterLister.

type KubeClusterNamespaceLister

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

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

type KubeClusterNamespaceListerExpansion

type KubeClusterNamespaceListerExpansion interface{}

KubeClusterNamespaceListerExpansion allows custom methods to be added to KubeClusterNamespaceLister.

Jump to

Keyboard shortcuts

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