v1alpha1

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 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 AzureChannelLister

type AzureChannelLister interface {
	// List lists all AzureChannels in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.AzureChannel, err error)
	// AzureChannels returns an object that can list and get AzureChannels.
	AzureChannels(namespace string) AzureChannelNamespaceLister
	AzureChannelListerExpansion
}

AzureChannelLister helps list AzureChannels.

func NewAzureChannelLister

func NewAzureChannelLister(indexer cache.Indexer) AzureChannelLister

NewAzureChannelLister returns a new AzureChannelLister.

type AzureChannelListerExpansion

type AzureChannelListerExpansion interface{}

AzureChannelListerExpansion allows custom methods to be added to AzureChannelLister.

type AzureChannelNamespaceLister

type AzureChannelNamespaceLister interface {
	// List lists all AzureChannels in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.AzureChannel, err error)
	// Get retrieves the AzureChannel from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.AzureChannel, error)
	AzureChannelNamespaceListerExpansion
}

AzureChannelNamespaceLister helps list and get AzureChannels.

type AzureChannelNamespaceListerExpansion

type AzureChannelNamespaceListerExpansion interface{}

AzureChannelNamespaceListerExpansion allows custom methods to be added to AzureChannelNamespaceLister.

Jump to

Keyboard shortcuts

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