v1alpha1

package
v1.1.0-rc.3 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2020 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 PodLister

type PodLister interface {
	// List lists all Pods in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Pod, err error)
	// Pods returns an object that can list and get Pods.
	Pods(namespace string) PodNamespaceLister
	PodListerExpansion
}

PodLister helps list Pods.

func NewPodLister

func NewPodLister(indexer cache.Indexer) PodLister

NewPodLister returns a new PodLister.

type PodListerExpansion

type PodListerExpansion interface{}

PodListerExpansion allows custom methods to be added to PodLister.

type PodNamespaceLister

type PodNamespaceLister interface {
	// List lists all Pods in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Pod, err error)
	// Get retrieves the Pod from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Pod, error)
	PodNamespaceListerExpansion
}

PodNamespaceLister helps list and get Pods.

type PodNamespaceListerExpansion

type PodNamespaceListerExpansion interface{}

PodNamespaceListerExpansion allows custom methods to be added to PodNamespaceLister.

Jump to

Keyboard shortcuts

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