v1alpha1

package
v0.0.0-...-d84f936 Latest Latest
Warning

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

Go to latest
Published: May 13, 2021 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChartLister

type ChartLister interface {
	// List lists all Charts in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Chart, err error)
	// Charts returns an object that can list and get Charts.
	Charts(namespace string) ChartNamespaceLister
	ChartListerExpansion
}

ChartLister helps list Charts.

func NewChartLister

func NewChartLister(indexer cache.Indexer) ChartLister

NewChartLister returns a new ChartLister.

type ChartListerExpansion

type ChartListerExpansion interface{}

ChartListerExpansion allows custom methods to be added to ChartLister.

type ChartNamespaceLister

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

ChartNamespaceLister helps list and get Charts.

type ChartNamespaceListerExpansion

type ChartNamespaceListerExpansion interface{}

ChartNamespaceListerExpansion allows custom methods to be added to ChartNamespaceLister.

type ChartRepoLister

type ChartRepoLister interface {
	// List lists all ChartRepos in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ChartRepo, err error)
	// ChartRepos returns an object that can list and get ChartRepos.
	ChartRepos(namespace string) ChartRepoNamespaceLister
	ChartRepoListerExpansion
}

ChartRepoLister helps list ChartRepos.

func NewChartRepoLister

func NewChartRepoLister(indexer cache.Indexer) ChartRepoLister

NewChartRepoLister returns a new ChartRepoLister.

type ChartRepoListerExpansion

type ChartRepoListerExpansion interface{}

ChartRepoListerExpansion allows custom methods to be added to ChartRepoLister.

type ChartRepoNamespaceLister

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

ChartRepoNamespaceLister helps list and get ChartRepos.

type ChartRepoNamespaceListerExpansion

type ChartRepoNamespaceListerExpansion interface{}

ChartRepoNamespaceListerExpansion allows custom methods to be added to ChartRepoNamespaceLister.

type HelmRequestLister

type HelmRequestLister interface {
	// List lists all HelmRequests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.HelmRequest, err error)
	// HelmRequests returns an object that can list and get HelmRequests.
	HelmRequests(namespace string) HelmRequestNamespaceLister
	HelmRequestListerExpansion
}

HelmRequestLister helps list HelmRequests.

func NewHelmRequestLister

func NewHelmRequestLister(indexer cache.Indexer) HelmRequestLister

NewHelmRequestLister returns a new HelmRequestLister.

type HelmRequestListerExpansion

type HelmRequestListerExpansion interface{}

HelmRequestListerExpansion allows custom methods to be added to HelmRequestLister.

type HelmRequestNamespaceLister

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

HelmRequestNamespaceLister helps list and get HelmRequests.

type HelmRequestNamespaceListerExpansion

type HelmRequestNamespaceListerExpansion interface{}

HelmRequestNamespaceListerExpansion allows custom methods to be added to HelmRequestNamespaceLister.

type ReleaseLister

type ReleaseLister interface {
	// List lists all Releases in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Release, err error)
	// Releases returns an object that can list and get Releases.
	Releases(namespace string) ReleaseNamespaceLister
	ReleaseListerExpansion
}

ReleaseLister helps list Releases.

func NewReleaseLister

func NewReleaseLister(indexer cache.Indexer) ReleaseLister

NewReleaseLister returns a new ReleaseLister.

type ReleaseListerExpansion

type ReleaseListerExpansion interface{}

ReleaseListerExpansion allows custom methods to be added to ReleaseLister.

type ReleaseNamespaceLister

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

ReleaseNamespaceLister helps list and get Releases.

type ReleaseNamespaceListerExpansion

type ReleaseNamespaceListerExpansion interface{}

ReleaseNamespaceListerExpansion allows custom methods to be added to ReleaseNamespaceLister.

Jump to

Keyboard shortcuts

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