v1

package
v0.2.3-0...-3ebc9e7 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 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 HelmChartLister

type HelmChartLister interface {
	// List lists all HelmCharts in the indexer.
	List(selector labels.Selector) (ret []*v1.HelmChart, err error)
	// HelmCharts returns an object that can list and get HelmCharts.
	HelmCharts(namespace string) HelmChartNamespaceLister
	HelmChartListerExpansion
}

HelmChartLister helps list HelmCharts.

func NewHelmChartLister

func NewHelmChartLister(indexer cache.Indexer) HelmChartLister

NewHelmChartLister returns a new HelmChartLister.

type HelmChartListerExpansion

type HelmChartListerExpansion interface{}

HelmChartListerExpansion allows custom methods to be added to HelmChartLister.

type HelmChartNamespaceLister

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

HelmChartNamespaceLister helps list and get HelmCharts.

type HelmChartNamespaceListerExpansion

type HelmChartNamespaceListerExpansion interface{}

HelmChartNamespaceListerExpansion allows custom methods to be added to HelmChartNamespaceLister.

Jump to

Keyboard shortcuts

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