v1

package
v1.6.17 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 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 InstanceInfoLister

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

InstanceInfoLister helps list InstanceInfos. All objects returned here must be treated as read-only.

func NewInstanceInfoLister

func NewInstanceInfoLister(indexer cache.Indexer) InstanceInfoLister

NewInstanceInfoLister returns a new InstanceInfoLister.

type InstanceInfoListerExpansion

type InstanceInfoListerExpansion interface{}

InstanceInfoListerExpansion allows custom methods to be added to InstanceInfoLister.

type InstanceInfoNamespaceLister

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

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

type InstanceInfoNamespaceListerExpansion

type InstanceInfoNamespaceListerExpansion interface{}

InstanceInfoNamespaceListerExpansion allows custom methods to be added to InstanceInfoNamespaceLister.

type ShareInfoLister

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

ShareInfoLister helps list ShareInfos. All objects returned here must be treated as read-only.

func NewShareInfoLister

func NewShareInfoLister(indexer cache.Indexer) ShareInfoLister

NewShareInfoLister returns a new ShareInfoLister.

type ShareInfoListerExpansion

type ShareInfoListerExpansion interface{}

ShareInfoListerExpansion allows custom methods to be added to ShareInfoLister.

type ShareInfoNamespaceLister

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

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

type ShareInfoNamespaceListerExpansion

type ShareInfoNamespaceListerExpansion interface{}

ShareInfoNamespaceListerExpansion allows custom methods to be added to ShareInfoNamespaceLister.

Jump to

Keyboard shortcuts

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