v1

package
v0.0.0-...-4eadfbb Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2017 License: Apache-2.0, 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 DaemonSetLister

type DaemonSetLister interface {
	// List lists all DaemonSets in the indexer.
	List(selector labels.Selector) (ret []*v1.DaemonSet, err error)
	// DaemonSets returns an object that can list and get DaemonSets.
	DaemonSets(namespace string) DaemonSetNamespaceLister
	DaemonSetListerExpansion
}

DaemonSetLister helps list DaemonSets.

func NewDaemonSetLister

func NewDaemonSetLister(indexer cache.Indexer) DaemonSetLister

NewDaemonSetLister returns a new DaemonSetLister.

type DaemonSetListerExpansion

type DaemonSetListerExpansion interface{}

DaemonSetListerExpansion allows custom methods to be added to DaemonSetLister.

type DaemonSetNamespaceLister

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

DaemonSetNamespaceLister helps list and get DaemonSets.

type DaemonSetNamespaceListerExpansion

type DaemonSetNamespaceListerExpansion interface{}

DaemonSetNamespaceListerExpansion allows custom methods to be added to DaemonSetNamespaceLister.

Jump to

Keyboard shortcuts

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