v1alpha1

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2020 License: LGPL-3.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 RainbondClusterLister

type RainbondClusterLister interface {
	// List lists all RainbondClusters in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.RainbondCluster, err error)
	// RainbondClusters returns an object that can list and get RainbondClusters.
	RainbondClusters(namespace string) RainbondClusterNamespaceLister
	RainbondClusterListerExpansion
}

RainbondClusterLister helps list RainbondClusters.

func NewRainbondClusterLister

func NewRainbondClusterLister(indexer cache.Indexer) RainbondClusterLister

NewRainbondClusterLister returns a new RainbondClusterLister.

type RainbondClusterListerExpansion

type RainbondClusterListerExpansion interface{}

RainbondClusterListerExpansion allows custom methods to be added to RainbondClusterLister.

type RainbondClusterNamespaceLister

type RainbondClusterNamespaceLister interface {
	// List lists all RainbondClusters in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.RainbondCluster, err error)
	// Get retrieves the RainbondCluster from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.RainbondCluster, error)
	RainbondClusterNamespaceListerExpansion
}

RainbondClusterNamespaceLister helps list and get RainbondClusters.

type RainbondClusterNamespaceListerExpansion

type RainbondClusterNamespaceListerExpansion interface{}

RainbondClusterNamespaceListerExpansion allows custom methods to be added to RainbondClusterNamespaceLister.

type RainbondPackageLister

type RainbondPackageLister interface {
	// List lists all RainbondPackages in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.RainbondPackage, err error)
	// RainbondPackages returns an object that can list and get RainbondPackages.
	RainbondPackages(namespace string) RainbondPackageNamespaceLister
	RainbondPackageListerExpansion
}

RainbondPackageLister helps list RainbondPackages.

func NewRainbondPackageLister

func NewRainbondPackageLister(indexer cache.Indexer) RainbondPackageLister

NewRainbondPackageLister returns a new RainbondPackageLister.

type RainbondPackageListerExpansion

type RainbondPackageListerExpansion interface{}

RainbondPackageListerExpansion allows custom methods to be added to RainbondPackageLister.

type RainbondPackageNamespaceLister

type RainbondPackageNamespaceLister interface {
	// List lists all RainbondPackages in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.RainbondPackage, err error)
	// Get retrieves the RainbondPackage from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.RainbondPackage, error)
	RainbondPackageNamespaceListerExpansion
}

RainbondPackageNamespaceLister helps list and get RainbondPackages.

type RainbondPackageNamespaceListerExpansion

type RainbondPackageNamespaceListerExpansion interface{}

RainbondPackageNamespaceListerExpansion allows custom methods to be added to RainbondPackageNamespaceLister.

type RainbondVolumeLister

type RainbondVolumeLister interface {
	// List lists all RainbondVolumes in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.RainbondVolume, err error)
	// RainbondVolumes returns an object that can list and get RainbondVolumes.
	RainbondVolumes(namespace string) RainbondVolumeNamespaceLister
	RainbondVolumeListerExpansion
}

RainbondVolumeLister helps list RainbondVolumes.

func NewRainbondVolumeLister

func NewRainbondVolumeLister(indexer cache.Indexer) RainbondVolumeLister

NewRainbondVolumeLister returns a new RainbondVolumeLister.

type RainbondVolumeListerExpansion

type RainbondVolumeListerExpansion interface{}

RainbondVolumeListerExpansion allows custom methods to be added to RainbondVolumeLister.

type RainbondVolumeNamespaceLister

type RainbondVolumeNamespaceLister interface {
	// List lists all RainbondVolumes in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.RainbondVolume, err error)
	// Get retrieves the RainbondVolume from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.RainbondVolume, error)
	RainbondVolumeNamespaceListerExpansion
}

RainbondVolumeNamespaceLister helps list and get RainbondVolumes.

type RainbondVolumeNamespaceListerExpansion

type RainbondVolumeNamespaceListerExpansion interface{}

RainbondVolumeNamespaceListerExpansion allows custom methods to be added to RainbondVolumeNamespaceLister.

type RbdComponentLister

type RbdComponentLister interface {
	// List lists all RbdComponents in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.RbdComponent, err error)
	// RbdComponents returns an object that can list and get RbdComponents.
	RbdComponents(namespace string) RbdComponentNamespaceLister
	RbdComponentListerExpansion
}

RbdComponentLister helps list RbdComponents.

func NewRbdComponentLister

func NewRbdComponentLister(indexer cache.Indexer) RbdComponentLister

NewRbdComponentLister returns a new RbdComponentLister.

type RbdComponentListerExpansion

type RbdComponentListerExpansion interface{}

RbdComponentListerExpansion allows custom methods to be added to RbdComponentLister.

type RbdComponentNamespaceLister

type RbdComponentNamespaceLister interface {
	// List lists all RbdComponents in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.RbdComponent, err error)
	// Get retrieves the RbdComponent from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.RbdComponent, error)
	RbdComponentNamespaceListerExpansion
}

RbdComponentNamespaceLister helps list and get RbdComponents.

type RbdComponentNamespaceListerExpansion

type RbdComponentNamespaceListerExpansion interface{}

RbdComponentNamespaceListerExpansion allows custom methods to be added to RbdComponentNamespaceLister.

Jump to

Keyboard shortcuts

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