v1beta1

package
v0.7.17 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2023 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 MilvusLister

type MilvusLister interface {
	// List lists all Milvuses in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.Milvus, err error)
	// Milvuses returns an object that can list and get Milvuses.
	Milvuses(namespace string) MilvusNamespaceLister
	MilvusListerExpansion
}

MilvusLister helps list Milvuses. All objects returned here must be treated as read-only.

func NewMilvusLister

func NewMilvusLister(indexer cache.Indexer) MilvusLister

NewMilvusLister returns a new MilvusLister.

type MilvusListerExpansion

type MilvusListerExpansion interface{}

MilvusListerExpansion allows custom methods to be added to MilvusLister.

type MilvusNamespaceLister

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

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

type MilvusNamespaceListerExpansion

type MilvusNamespaceListerExpansion interface{}

MilvusNamespaceListerExpansion allows custom methods to be added to MilvusNamespaceLister.

Jump to

Keyboard shortcuts

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