internalversion

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControllerRevisionLister added in v1.7.0

type ControllerRevisionLister interface {
	// List lists all ControllerRevisions in the indexer.
	List(selector labels.Selector) (ret []*apps.ControllerRevision, err error)
	// ControllerRevisions returns an object that can list and get ControllerRevisions.
	ControllerRevisions(namespace string) ControllerRevisionNamespaceLister
	ControllerRevisionListerExpansion
}

ControllerRevisionLister helps list ControllerRevisions.

func NewControllerRevisionLister added in v1.7.0

func NewControllerRevisionLister(indexer cache.Indexer) ControllerRevisionLister

NewControllerRevisionLister returns a new ControllerRevisionLister.

type ControllerRevisionListerExpansion added in v1.7.0

type ControllerRevisionListerExpansion interface{}

ControllerRevisionListerExpansion allows custom methods to be added to ControllerRevisionLister.

type ControllerRevisionNamespaceLister added in v1.7.0

type ControllerRevisionNamespaceLister interface {
	// List lists all ControllerRevisions in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*apps.ControllerRevision, err error)
	// Get retrieves the ControllerRevision from the indexer for a given namespace and name.
	Get(name string) (*apps.ControllerRevision, error)
	ControllerRevisionNamespaceListerExpansion
}

ControllerRevisionNamespaceLister helps list and get ControllerRevisions.

type ControllerRevisionNamespaceListerExpansion added in v1.7.0

type ControllerRevisionNamespaceListerExpansion interface{}

ControllerRevisionNamespaceListerExpansion allows custom methods to be added to ControllerRevisionNamespaceLister.

type StatefulSetLister

type StatefulSetLister interface {
	// List lists all StatefulSets in the indexer.
	List(selector labels.Selector) (ret []*apps.StatefulSet, err error)
	// StatefulSets returns an object that can list and get StatefulSets.
	StatefulSets(namespace string) StatefulSetNamespaceLister
	StatefulSetListerExpansion
}

StatefulSetLister helps list StatefulSets.

func NewStatefulSetLister

func NewStatefulSetLister(indexer cache.Indexer) StatefulSetLister

NewStatefulSetLister returns a new StatefulSetLister.

type StatefulSetListerExpansion

type StatefulSetListerExpansion interface {
	GetPodStatefulSets(pod *api.Pod) ([]*apps.StatefulSet, error)
}

StatefulSetListerExpansion allows custom methods to be added to StatefulSetLister.

type StatefulSetNamespaceLister

type StatefulSetNamespaceLister interface {
	// List lists all StatefulSets in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*apps.StatefulSet, err error)
	// Get retrieves the StatefulSet from the indexer for a given namespace and name.
	Get(name string) (*apps.StatefulSet, error)
	StatefulSetNamespaceListerExpansion
}

StatefulSetNamespaceLister helps list and get StatefulSets.

type StatefulSetNamespaceListerExpansion

type StatefulSetNamespaceListerExpansion interface{}

StatefulSetNamespaceListerExpansion allows custom methods to be added to StatefulSetNamespaceLister.

Jump to

Keyboard shortcuts

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