v1beta1

package
v0.0.0-...-d24fd3e Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2023 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 HelmChartRepositoryLister

type HelmChartRepositoryLister interface {
	// List lists all HelmChartRepositories in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.HelmChartRepository, err error)
	// Get retrieves the HelmChartRepository from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.HelmChartRepository, error)
	HelmChartRepositoryListerExpansion
}

HelmChartRepositoryLister helps list HelmChartRepositories. All objects returned here must be treated as read-only.

func NewHelmChartRepositoryLister

func NewHelmChartRepositoryLister(indexer cache.Indexer) HelmChartRepositoryLister

NewHelmChartRepositoryLister returns a new HelmChartRepositoryLister.

type HelmChartRepositoryListerExpansion

type HelmChartRepositoryListerExpansion interface{}

HelmChartRepositoryListerExpansion allows custom methods to be added to HelmChartRepositoryLister.

type ProjectHelmChartRepositoryLister

type ProjectHelmChartRepositoryLister interface {
	// List lists all ProjectHelmChartRepositories in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ProjectHelmChartRepository, err error)
	// ProjectHelmChartRepositories returns an object that can list and get ProjectHelmChartRepositories.
	ProjectHelmChartRepositories(namespace string) ProjectHelmChartRepositoryNamespaceLister
	ProjectHelmChartRepositoryListerExpansion
}

ProjectHelmChartRepositoryLister helps list ProjectHelmChartRepositories. All objects returned here must be treated as read-only.

func NewProjectHelmChartRepositoryLister

func NewProjectHelmChartRepositoryLister(indexer cache.Indexer) ProjectHelmChartRepositoryLister

NewProjectHelmChartRepositoryLister returns a new ProjectHelmChartRepositoryLister.

type ProjectHelmChartRepositoryListerExpansion

type ProjectHelmChartRepositoryListerExpansion interface{}

ProjectHelmChartRepositoryListerExpansion allows custom methods to be added to ProjectHelmChartRepositoryLister.

type ProjectHelmChartRepositoryNamespaceLister

type ProjectHelmChartRepositoryNamespaceLister interface {
	// List lists all ProjectHelmChartRepositories in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ProjectHelmChartRepository, err error)
	// Get retrieves the ProjectHelmChartRepository from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.ProjectHelmChartRepository, error)
	ProjectHelmChartRepositoryNamespaceListerExpansion
}

ProjectHelmChartRepositoryNamespaceLister helps list and get ProjectHelmChartRepositories. All objects returned here must be treated as read-only.

type ProjectHelmChartRepositoryNamespaceListerExpansion

type ProjectHelmChartRepositoryNamespaceListerExpansion interface{}

ProjectHelmChartRepositoryNamespaceListerExpansion allows custom methods to be added to ProjectHelmChartRepositoryNamespaceLister.

Jump to

Keyboard shortcuts

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