v1alpha1

package
v0.0.0-...-12521ac Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RedisClusterLister

type RedisClusterLister interface {
	// List lists all RedisClusters in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.RedisCluster, err error)
	// RedisClusters returns an object that can list and get RedisClusters.
	RedisClusters(namespace string) RedisClusterNamespaceLister
	RedisClusterListerExpansion
}

RedisClusterLister helps list RedisClusters.

func NewRedisClusterLister

func NewRedisClusterLister(indexer cache.Indexer) RedisClusterLister

NewRedisClusterLister returns a new RedisClusterLister.

type RedisClusterListerExpansion

type RedisClusterListerExpansion interface{}

RedisClusterListerExpansion allows custom methods to be added to RedisClusterLister.

type RedisClusterNamespaceLister

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

RedisClusterNamespaceLister helps list and get RedisClusters.

type RedisClusterNamespaceListerExpansion

type RedisClusterNamespaceListerExpansion interface{}

RedisClusterNamespaceListerExpansion allows custom methods to be added to RedisClusterNamespaceLister.

Jump to

Keyboard shortcuts

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