v1

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2019 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 DaemonSetJobLister

type DaemonSetJobLister interface {
	// List lists all DaemonSetJobs in the indexer.
	List(selector labels.Selector) (ret []*v1.DaemonSetJob, err error)
	// DaemonSetJobs returns an object that can list and get DaemonSetJobs.
	DaemonSetJobs(namespace string) DaemonSetJobNamespaceLister
	DaemonSetJobListerExpansion
}

DaemonSetJobLister helps list DaemonSetJobs.

func NewDaemonSetJobLister

func NewDaemonSetJobLister(indexer cache.Indexer) DaemonSetJobLister

NewDaemonSetJobLister returns a new DaemonSetJobLister.

type DaemonSetJobListerExpansion

type DaemonSetJobListerExpansion interface{}

DaemonSetJobListerExpansion allows custom methods to be added to DaemonSetJobLister.

type DaemonSetJobNamespaceLister

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

DaemonSetJobNamespaceLister helps list and get DaemonSetJobs.

type DaemonSetJobNamespaceListerExpansion

type DaemonSetJobNamespaceListerExpansion interface{}

DaemonSetJobNamespaceListerExpansion allows custom methods to be added to DaemonSetJobNamespaceLister.

Jump to

Keyboard shortcuts

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