v1

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChartGroupLister

type ChartGroupLister interface {
	// List lists all ChartGroups in the indexer.
	List(selector labels.Selector) (ret []*v1.ChartGroup, err error)
	// ChartGroups returns an object that can list and get ChartGroups.
	ChartGroups(namespace string) ChartGroupNamespaceLister
	ChartGroupListerExpansion
}

ChartGroupLister helps list ChartGroups.

func NewChartGroupLister

func NewChartGroupLister(indexer cache.Indexer) ChartGroupLister

NewChartGroupLister returns a new ChartGroupLister.

type ChartGroupListerExpansion

type ChartGroupListerExpansion interface{}

ChartGroupListerExpansion allows custom methods to be added to ChartGroupLister.

type ChartGroupNamespaceLister

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

ChartGroupNamespaceLister helps list and get ChartGroups.

type ChartGroupNamespaceListerExpansion

type ChartGroupNamespaceListerExpansion interface{}

ChartGroupNamespaceListerExpansion allows custom methods to be added to ChartGroupNamespaceLister.

type ConfigMapLister

type ConfigMapLister interface {
	// List lists all ConfigMaps in the indexer.
	List(selector labels.Selector) (ret []*v1.ConfigMap, err error)
	// Get retrieves the ConfigMap from the index for a given name.
	Get(name string) (*v1.ConfigMap, error)
	ConfigMapListerExpansion
}

ConfigMapLister helps list ConfigMaps.

func NewConfigMapLister

func NewConfigMapLister(indexer cache.Indexer) ConfigMapLister

NewConfigMapLister returns a new ConfigMapLister.

type ConfigMapListerExpansion

type ConfigMapListerExpansion interface{}

ConfigMapListerExpansion allows custom methods to be added to ConfigMapLister.

type ImageNamespaceLister

type ImageNamespaceLister interface {
	// List lists all ImageNamespaces in the indexer.
	List(selector labels.Selector) (ret []*v1.ImageNamespace, err error)
	// ImageNamespaces returns an object that can list and get ImageNamespaces.
	ImageNamespaces(namespace string) ImageNamespaceNamespaceLister
	ImageNamespaceListerExpansion
}

ImageNamespaceLister helps list ImageNamespaces.

func NewImageNamespaceLister

func NewImageNamespaceLister(indexer cache.Indexer) ImageNamespaceLister

NewImageNamespaceLister returns a new ImageNamespaceLister.

type ImageNamespaceListerExpansion

type ImageNamespaceListerExpansion interface{}

ImageNamespaceListerExpansion allows custom methods to be added to ImageNamespaceLister.

type ImageNamespaceNamespaceLister

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

ImageNamespaceNamespaceLister helps list and get ImageNamespaces.

type ImageNamespaceNamespaceListerExpansion

type ImageNamespaceNamespaceListerExpansion interface{}

ImageNamespaceNamespaceListerExpansion allows custom methods to be added to ImageNamespaceNamespaceLister.

type NamespaceLister

type NamespaceLister interface {
	// List lists all Namespaces in the indexer.
	List(selector labels.Selector) (ret []*v1.Namespace, err error)
	// Namespaces returns an object that can list and get Namespaces.
	Namespaces(namespace string) NamespaceNamespaceLister
	NamespaceListerExpansion
}

NamespaceLister helps list Namespaces.

func NewNamespaceLister

func NewNamespaceLister(indexer cache.Indexer) NamespaceLister

NewNamespaceLister returns a new NamespaceLister.

type NamespaceListerExpansion

type NamespaceListerExpansion interface{}

NamespaceListerExpansion allows custom methods to be added to NamespaceLister.

type NamespaceNamespaceLister

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

NamespaceNamespaceLister helps list and get Namespaces.

type NamespaceNamespaceListerExpansion

type NamespaceNamespaceListerExpansion interface{}

NamespaceNamespaceListerExpansion allows custom methods to be added to NamespaceNamespaceLister.

type NsEmigrationLister added in v1.3.1

type NsEmigrationLister interface {
	// List lists all NsEmigrations in the indexer.
	List(selector labels.Selector) (ret []*v1.NsEmigration, err error)
	// NsEmigrations returns an object that can list and get NsEmigrations.
	NsEmigrations(namespace string) NsEmigrationNamespaceLister
	NsEmigrationListerExpansion
}

NsEmigrationLister helps list NsEmigrations.

func NewNsEmigrationLister added in v1.3.1

func NewNsEmigrationLister(indexer cache.Indexer) NsEmigrationLister

NewNsEmigrationLister returns a new NsEmigrationLister.

type NsEmigrationListerExpansion added in v1.3.1

type NsEmigrationListerExpansion interface{}

NsEmigrationListerExpansion allows custom methods to be added to NsEmigrationLister.

type NsEmigrationNamespaceLister added in v1.3.1

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

NsEmigrationNamespaceLister helps list and get NsEmigrations.

type NsEmigrationNamespaceListerExpansion added in v1.3.1

type NsEmigrationNamespaceListerExpansion interface{}

NsEmigrationNamespaceListerExpansion allows custom methods to be added to NsEmigrationNamespaceLister.

type PlatformLister

type PlatformLister interface {
	// List lists all Platforms in the indexer.
	List(selector labels.Selector) (ret []*v1.Platform, err error)
	// Get retrieves the Platform from the index for a given name.
	Get(name string) (*v1.Platform, error)
	PlatformListerExpansion
}

PlatformLister helps list Platforms.

func NewPlatformLister

func NewPlatformLister(indexer cache.Indexer) PlatformLister

NewPlatformLister returns a new PlatformLister.

type PlatformListerExpansion

type PlatformListerExpansion interface{}

PlatformListerExpansion allows custom methods to be added to PlatformLister.

type PortalLister

type PortalLister interface {
	// List lists all Portals in the indexer.
	List(selector labels.Selector) (ret []*v1.Portal, err error)
	// Get retrieves the Portal from the index for a given name.
	Get(name string) (*v1.Portal, error)
	PortalListerExpansion
}

PortalLister helps list Portals.

func NewPortalLister

func NewPortalLister(indexer cache.Indexer) PortalLister

NewPortalLister returns a new PortalLister.

type PortalListerExpansion

type PortalListerExpansion interface{}

PortalListerExpansion allows custom methods to be added to PortalLister.

type ProjectLister

type ProjectLister interface {
	// List lists all Projects in the indexer.
	List(selector labels.Selector) (ret []*v1.Project, err error)
	// Get retrieves the Project from the index for a given name.
	Get(name string) (*v1.Project, error)
	ProjectListerExpansion
}

ProjectLister helps list Projects.

func NewProjectLister

func NewProjectLister(indexer cache.Indexer) ProjectLister

NewProjectLister returns a new ProjectLister.

type ProjectListerExpansion

type ProjectListerExpansion interface{}

ProjectListerExpansion allows custom methods to be added to ProjectLister.

Jump to

Keyboard shortcuts

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