v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 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 CloudformationStackLister

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

CloudformationStackLister helps list CloudformationStacks. All objects returned here must be treated as read-only.

func NewCloudformationStackLister

func NewCloudformationStackLister(indexer cache.Indexer) CloudformationStackLister

NewCloudformationStackLister returns a new CloudformationStackLister.

type CloudformationStackListerExpansion

type CloudformationStackListerExpansion interface{}

CloudformationStackListerExpansion allows custom methods to be added to CloudformationStackLister.

type CloudformationStackNamespaceLister

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

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

type CloudformationStackNamespaceListerExpansion

type CloudformationStackNamespaceListerExpansion interface{}

CloudformationStackNamespaceListerExpansion allows custom methods to be added to CloudformationStackNamespaceLister.

Jump to

Keyboard shortcuts

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