v1alpha1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 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 DescriptionLister

type DescriptionLister interface {
	// List lists all Descriptions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Description, err error)
	// Descriptions returns an object that can list and get Descriptions.
	Descriptions(namespace string) DescriptionNamespaceLister
	DescriptionListerExpansion
}

DescriptionLister helps list Descriptions. All objects returned here must be treated as read-only.

func NewDescriptionLister

func NewDescriptionLister(indexer cache.Indexer) DescriptionLister

NewDescriptionLister returns a new DescriptionLister.

type DescriptionListerExpansion

type DescriptionListerExpansion interface{}

DescriptionListerExpansion allows custom methods to be added to DescriptionLister.

type DescriptionNamespaceLister

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

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

type DescriptionNamespaceListerExpansion

type DescriptionNamespaceListerExpansion interface{}

DescriptionNamespaceListerExpansion allows custom methods to be added to DescriptionNamespaceLister.

type HelmChartLister

type HelmChartLister interface {
	// List lists all HelmCharts in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.HelmChart, err error)
	// HelmCharts returns an object that can list and get HelmCharts.
	HelmCharts(namespace string) HelmChartNamespaceLister
	HelmChartListerExpansion
}

HelmChartLister helps list HelmCharts. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.HelmChart, err error)
	// Get retrieves the HelmChart from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.HelmChart, error)
	HelmChartNamespaceListerExpansion
}

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

type HelmChartNamespaceListerExpansion

type HelmChartNamespaceListerExpansion interface{}

HelmChartNamespaceListerExpansion allows custom methods to be added to HelmChartNamespaceLister.

type HelmReleaseLister

type HelmReleaseLister interface {
	// List lists all HelmReleases in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.HelmRelease, err error)
	// HelmReleases returns an object that can list and get HelmReleases.
	HelmReleases(namespace string) HelmReleaseNamespaceLister
	HelmReleaseListerExpansion
}

HelmReleaseLister helps list HelmReleases. All objects returned here must be treated as read-only.

func NewHelmReleaseLister

func NewHelmReleaseLister(indexer cache.Indexer) HelmReleaseLister

NewHelmReleaseLister returns a new HelmReleaseLister.

type HelmReleaseListerExpansion

type HelmReleaseListerExpansion interface{}

HelmReleaseListerExpansion allows custom methods to be added to HelmReleaseLister.

type HelmReleaseNamespaceLister

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

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

type HelmReleaseNamespaceListerExpansion

type HelmReleaseNamespaceListerExpansion interface{}

HelmReleaseNamespaceListerExpansion allows custom methods to be added to HelmReleaseNamespaceLister.

type SubscriptionLister

type SubscriptionLister interface {
	// List lists all Subscriptions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Subscription, err error)
	// Subscriptions returns an object that can list and get Subscriptions.
	Subscriptions(namespace string) SubscriptionNamespaceLister
	SubscriptionListerExpansion
}

SubscriptionLister helps list Subscriptions. All objects returned here must be treated as read-only.

func NewSubscriptionLister

func NewSubscriptionLister(indexer cache.Indexer) SubscriptionLister

NewSubscriptionLister returns a new SubscriptionLister.

type SubscriptionListerExpansion

type SubscriptionListerExpansion interface{}

SubscriptionListerExpansion allows custom methods to be added to SubscriptionLister.

type SubscriptionNamespaceLister

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

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

type SubscriptionNamespaceListerExpansion

type SubscriptionNamespaceListerExpansion interface{}

SubscriptionNamespaceListerExpansion allows custom methods to be added to SubscriptionNamespaceLister.

Jump to

Keyboard shortcuts

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