v1alpha1

package
v0.0.0-...-a374596 Latest Latest
Warning

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

Go to latest
Published: May 29, 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 HelmOperationLister

type HelmOperationLister interface {
	// List lists all HelmOperations in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.HelmOperation, err error)
	// HelmOperations returns an object that can list and get HelmOperations.
	HelmOperations(namespace string) HelmOperationNamespaceLister
	HelmOperationListerExpansion
}

HelmOperationLister helps list HelmOperations.

func NewHelmOperationLister

func NewHelmOperationLister(indexer cache.Indexer) HelmOperationLister

NewHelmOperationLister returns a new HelmOperationLister.

type HelmOperationListerExpansion

type HelmOperationListerExpansion interface{}

HelmOperationListerExpansion allows custom methods to be added to HelmOperationLister.

type HelmOperationNamespaceLister

type HelmOperationNamespaceLister interface {
	// List lists all HelmOperations in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.HelmOperation, err error)
	// Get retrieves the HelmOperation from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.HelmOperation, error)
	HelmOperationNamespaceListerExpansion
}

HelmOperationNamespaceLister helps list and get HelmOperations.

type HelmOperationNamespaceListerExpansion

type HelmOperationNamespaceListerExpansion interface{}

HelmOperationNamespaceListerExpansion allows custom methods to be added to HelmOperationNamespaceLister.

Jump to

Keyboard shortcuts

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