v1alpha1

package
v0.14.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2020 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 NatssChannelLister

type NatssChannelLister interface {
	// List lists all NatssChannels in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.NatssChannel, err error)
	// NatssChannels returns an object that can list and get NatssChannels.
	NatssChannels(namespace string) NatssChannelNamespaceLister
	NatssChannelListerExpansion
}

NatssChannelLister helps list NatssChannels.

func NewNatssChannelLister

func NewNatssChannelLister(indexer cache.Indexer) NatssChannelLister

NewNatssChannelLister returns a new NatssChannelLister.

type NatssChannelListerExpansion

type NatssChannelListerExpansion interface{}

NatssChannelListerExpansion allows custom methods to be added to NatssChannelLister.

type NatssChannelNamespaceLister

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

NatssChannelNamespaceLister helps list and get NatssChannels.

type NatssChannelNamespaceListerExpansion

type NatssChannelNamespaceListerExpansion interface{}

NatssChannelNamespaceListerExpansion allows custom methods to be added to NatssChannelNamespaceLister.

Jump to

Keyboard shortcuts

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