v1

package
v0.0.0-...-cda2c1b Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SampleResourceLister

type SampleResourceLister interface {
	// List lists all SampleResources in the indexer.
	List(selector labels.Selector) (ret []*v1.SampleResource, err error)
	// SampleResources returns an object that can list and get SampleResources.
	SampleResources(namespace string) SampleResourceNamespaceLister
	SampleResourceListerExpansion
}

SampleResourceLister helps list SampleResources.

func NewSampleResourceLister

func NewSampleResourceLister(indexer cache.Indexer) SampleResourceLister

NewSampleResourceLister returns a new SampleResourceLister.

type SampleResourceListerExpansion

type SampleResourceListerExpansion interface{}

SampleResourceListerExpansion allows custom methods to be added to SampleResourceLister.

type SampleResourceNamespaceLister

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

SampleResourceNamespaceLister helps list and get SampleResources.

type SampleResourceNamespaceListerExpansion

type SampleResourceNamespaceListerExpansion interface{}

SampleResourceNamespaceListerExpansion allows custom methods to be added to SampleResourceNamespaceLister.

Jump to

Keyboard shortcuts

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