v1alpha1

package
v0.0.0-...-dc84d35 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TunnelLister

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

TunnelLister helps list Tunnels. All objects returned here must be treated as read-only.

func NewTunnelLister

func NewTunnelLister(indexer cache.Indexer) TunnelLister

NewTunnelLister returns a new TunnelLister.

type TunnelListerExpansion

type TunnelListerExpansion interface{}

TunnelListerExpansion allows custom methods to be added to TunnelLister.

type TunnelNamespaceLister

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

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

type TunnelNamespaceListerExpansion

type TunnelNamespaceListerExpansion interface{}

TunnelNamespaceListerExpansion allows custom methods to be added to TunnelNamespaceLister.

Jump to

Keyboard shortcuts

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