v1alpha1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2021 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 EnvironmentEc2Lister

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

EnvironmentEc2Lister helps list EnvironmentEc2s. All objects returned here must be treated as read-only.

func NewEnvironmentEc2Lister

func NewEnvironmentEc2Lister(indexer cache.Indexer) EnvironmentEc2Lister

NewEnvironmentEc2Lister returns a new EnvironmentEc2Lister.

type EnvironmentEc2ListerExpansion

type EnvironmentEc2ListerExpansion interface{}

EnvironmentEc2ListerExpansion allows custom methods to be added to EnvironmentEc2Lister.

type EnvironmentEc2NamespaceLister

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

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

type EnvironmentEc2NamespaceListerExpansion

type EnvironmentEc2NamespaceListerExpansion interface{}

EnvironmentEc2NamespaceListerExpansion allows custom methods to be added to EnvironmentEc2NamespaceLister.

Jump to

Keyboard shortcuts

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