v1alpha1

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 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 CustomClusterLister

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

CustomClusterLister helps list CustomClusters. All objects returned here must be treated as read-only.

func NewCustomClusterLister

func NewCustomClusterLister(indexer cache.Indexer) CustomClusterLister

NewCustomClusterLister returns a new CustomClusterLister.

type CustomClusterListerExpansion

type CustomClusterListerExpansion interface{}

CustomClusterListerExpansion allows custom methods to be added to CustomClusterLister.

type CustomClusterNamespaceLister

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

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

type CustomClusterNamespaceListerExpansion

type CustomClusterNamespaceListerExpansion interface{}

CustomClusterNamespaceListerExpansion allows custom methods to be added to CustomClusterNamespaceLister.

type CustomMachineLister

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

CustomMachineLister helps list CustomMachines. All objects returned here must be treated as read-only.

func NewCustomMachineLister

func NewCustomMachineLister(indexer cache.Indexer) CustomMachineLister

NewCustomMachineLister returns a new CustomMachineLister.

type CustomMachineListerExpansion

type CustomMachineListerExpansion interface{}

CustomMachineListerExpansion allows custom methods to be added to CustomMachineLister.

type CustomMachineNamespaceLister

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

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

type CustomMachineNamespaceListerExpansion

type CustomMachineNamespaceListerExpansion interface{}

CustomMachineNamespaceListerExpansion allows custom methods to be added to CustomMachineNamespaceLister.

Jump to

Keyboard shortcuts

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