v1

package
v1.11.4-rc.0 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 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 ScyllaClusterLister

type ScyllaClusterLister interface {
	// List lists all ScyllaClusters in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ScyllaCluster, err error)
	// ScyllaClusters returns an object that can list and get ScyllaClusters.
	ScyllaClusters(namespace string) ScyllaClusterNamespaceLister
	ScyllaClusterListerExpansion
}

ScyllaClusterLister helps list ScyllaClusters. All objects returned here must be treated as read-only.

func NewScyllaClusterLister

func NewScyllaClusterLister(indexer cache.Indexer) ScyllaClusterLister

NewScyllaClusterLister returns a new ScyllaClusterLister.

type ScyllaClusterListerExpansion

type ScyllaClusterListerExpansion interface{}

ScyllaClusterListerExpansion allows custom methods to be added to ScyllaClusterLister.

type ScyllaClusterNamespaceLister

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

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

type ScyllaClusterNamespaceListerExpansion

type ScyllaClusterNamespaceListerExpansion interface{}

ScyllaClusterNamespaceListerExpansion allows custom methods to be added to ScyllaClusterNamespaceLister.

Jump to

Keyboard shortcuts

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