v1

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2022 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 EnvironmentLister

type EnvironmentLister interface {
	// List lists all Environments in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.Environment, err error)
	// Environments returns an object that can list and get Environments.
	Environments(namespace string) EnvironmentNamespaceLister
	EnvironmentListerExpansion
}

EnvironmentLister helps list Environments. All objects returned here must be treated as read-only.

func NewEnvironmentLister

func NewEnvironmentLister(indexer cache.Indexer) EnvironmentLister

NewEnvironmentLister returns a new EnvironmentLister.

type EnvironmentListerExpansion

type EnvironmentListerExpansion interface{}

EnvironmentListerExpansion allows custom methods to be added to EnvironmentLister.

type EnvironmentNamespaceLister

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

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

type EnvironmentNamespaceListerExpansion

type EnvironmentNamespaceListerExpansion interface{}

EnvironmentNamespaceListerExpansion allows custom methods to be added to EnvironmentNamespaceLister.

Jump to

Keyboard shortcuts

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