v1

package
v1.16.1 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 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 []*v1.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 PodLogsLister

type PodLogsLister interface {
	// List lists all PodLogses in the indexer.
	List(selector labels.Selector) (ret []*v1.PodLogs, err error)
	// PodLogses returns an object that can list and get PodLogses.
	PodLogses(namespace string) PodLogsNamespaceLister
	PodLogsListerExpansion
}

PodLogsLister helps list PodLogses.

func NewPodLogsLister

func NewPodLogsLister(indexer cache.Indexer) PodLogsLister

NewPodLogsLister returns a new PodLogsLister.

type PodLogsListerExpansion

type PodLogsListerExpansion interface{}

PodLogsListerExpansion allows custom methods to be added to PodLogsLister.

type PodLogsNamespaceLister

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

PodLogsNamespaceLister helps list and get PodLogses.

type PodLogsNamespaceListerExpansion

type PodLogsNamespaceListerExpansion interface{}

PodLogsNamespaceListerExpansion allows custom methods to be added to PodLogsNamespaceLister.

type PodNamespaceLister

type PodNamespaceLister interface {
	// List lists all Pods in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.Pod, err error)
	// Get retrieves the Pod from the indexer for a given namespace and name.
	Get(name string) (*v1.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