v1beta2

package
v0.15.10 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 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 RedisClusterLister

type RedisClusterLister interface {
	// List lists all RedisClusters in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta2.RedisCluster, err error)
	// RedisClusters returns an object that can list and get RedisClusters.
	RedisClusters(namespace string) RedisClusterNamespaceLister
	RedisClusterListerExpansion
}

RedisClusterLister helps list RedisClusters. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta2.RedisCluster, err error)
	// Get retrieves the RedisCluster from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta2.RedisCluster, error)
	RedisClusterNamespaceListerExpansion
}

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

type RedisClusterNamespaceListerExpansion

type RedisClusterNamespaceListerExpansion interface{}

RedisClusterNamespaceListerExpansion allows custom methods to be added to RedisClusterNamespaceLister.

type RedisLister

type RedisLister interface {
	// List lists all Redises in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta2.Redis, err error)
	// Redises returns an object that can list and get Redises.
	Redises(namespace string) RedisNamespaceLister
	RedisListerExpansion
}

RedisLister helps list Redises. All objects returned here must be treated as read-only.

func NewRedisLister

func NewRedisLister(indexer cache.Indexer) RedisLister

NewRedisLister returns a new RedisLister.

type RedisListerExpansion

type RedisListerExpansion interface{}

RedisListerExpansion allows custom methods to be added to RedisLister.

type RedisNamespaceLister

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

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

type RedisNamespaceListerExpansion

type RedisNamespaceListerExpansion interface{}

RedisNamespaceListerExpansion allows custom methods to be added to RedisNamespaceLister.

type RedisReplicationLister

type RedisReplicationLister interface {
	// List lists all RedisReplications in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta2.RedisReplication, err error)
	// RedisReplications returns an object that can list and get RedisReplications.
	RedisReplications(namespace string) RedisReplicationNamespaceLister
	RedisReplicationListerExpansion
}

RedisReplicationLister helps list RedisReplications. All objects returned here must be treated as read-only.

func NewRedisReplicationLister

func NewRedisReplicationLister(indexer cache.Indexer) RedisReplicationLister

NewRedisReplicationLister returns a new RedisReplicationLister.

type RedisReplicationListerExpansion

type RedisReplicationListerExpansion interface{}

RedisReplicationListerExpansion allows custom methods to be added to RedisReplicationLister.

type RedisReplicationNamespaceLister

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

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

type RedisReplicationNamespaceListerExpansion

type RedisReplicationNamespaceListerExpansion interface{}

RedisReplicationNamespaceListerExpansion allows custom methods to be added to RedisReplicationNamespaceLister.

type RedisSentinelLister

type RedisSentinelLister interface {
	// List lists all RedisSentinels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta2.RedisSentinel, err error)
	// RedisSentinels returns an object that can list and get RedisSentinels.
	RedisSentinels(namespace string) RedisSentinelNamespaceLister
	RedisSentinelListerExpansion
}

RedisSentinelLister helps list RedisSentinels. All objects returned here must be treated as read-only.

func NewRedisSentinelLister

func NewRedisSentinelLister(indexer cache.Indexer) RedisSentinelLister

NewRedisSentinelLister returns a new RedisSentinelLister.

type RedisSentinelListerExpansion

type RedisSentinelListerExpansion interface{}

RedisSentinelListerExpansion allows custom methods to be added to RedisSentinelLister.

type RedisSentinelNamespaceLister

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

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

type RedisSentinelNamespaceListerExpansion

type RedisSentinelNamespaceListerExpansion interface{}

RedisSentinelNamespaceListerExpansion allows custom methods to be added to RedisSentinelNamespaceLister.

Jump to

Keyboard shortcuts

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