v1

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 26, 2021 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SharePodLister

type SharePodLister interface {
	// List lists all SharePods in the indexer.
	List(selector labels.Selector) (ret []*v1.SharePod, err error)
	// SharePods returns an object that can list and get SharePods.
	SharePods(namespace string) SharePodNamespaceLister
	SharePodListerExpansion
}

SharePodLister helps list SharePods.

func NewSharePodLister

func NewSharePodLister(indexer cache.Indexer) SharePodLister

NewSharePodLister returns a new SharePodLister.

type SharePodListerExpansion

type SharePodListerExpansion interface{}

SharePodListerExpansion allows custom methods to be added to SharePodLister.

type SharePodNamespaceLister

type SharePodNamespaceLister interface {
	// List lists all SharePods in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.SharePod, err error)
	// Get retrieves the SharePod from the indexer for a given namespace and name.
	Get(name string) (*v1.SharePod, error)
	SharePodNamespaceListerExpansion
}

SharePodNamespaceLister helps list and get SharePods.

type SharePodNamespaceListerExpansion

type SharePodNamespaceListerExpansion interface{}

SharePodNamespaceListerExpansion allows custom methods to be added to SharePodNamespaceLister.

Jump to

Keyboard shortcuts

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