v1alpha1

package
v0.0.0-...-4b2e221 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 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 RdsLister

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

RdsLister helps list Rdss. All objects returned here must be treated as read-only.

func NewRdsLister

func NewRdsLister(indexer cache.Indexer) RdsLister

NewRdsLister returns a new RdsLister.

type RdsListerExpansion

type RdsListerExpansion interface{}

RdsListerExpansion allows custom methods to be added to RdsLister.

type RdsNamespaceLister

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

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

type RdsNamespaceListerExpansion

type RdsNamespaceListerExpansion interface{}

RdsNamespaceListerExpansion allows custom methods to be added to RdsNamespaceLister.

Jump to

Keyboard shortcuts

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