vpn

package
v0.0.0-...-798ae07 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2023 License: GPL-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 VPNTunnelListLister

type VPNTunnelListLister interface {
	// List lists all VPNTunnelLists in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*vpn.VPNTunnelList, err error)
	// Get retrieves the VPNTunnelList from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*vpn.VPNTunnelList, error)
	VPNTunnelListListerExpansion
}

VPNTunnelListLister helps list VPNTunnelLists. All objects returned here must be treated as read-only.

func NewVPNTunnelListLister

func NewVPNTunnelListLister(indexer cache.Indexer) VPNTunnelListLister

NewVPNTunnelListLister returns a new VPNTunnelListLister.

type VPNTunnelListListerExpansion

type VPNTunnelListListerExpansion interface{}

VPNTunnelListListerExpansion allows custom methods to be added to VPNTunnelListLister.

type VPNTunnelLister

type VPNTunnelLister interface {
	// List lists all VPNTunnels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*vpn.VPNTunnel, err error)
	// Get retrieves the VPNTunnel from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*vpn.VPNTunnel, error)
	VPNTunnelListerExpansion
}

VPNTunnelLister helps list VPNTunnels. All objects returned here must be treated as read-only.

func NewVPNTunnelLister

func NewVPNTunnelLister(indexer cache.Indexer) VPNTunnelLister

NewVPNTunnelLister returns a new VPNTunnelLister.

type VPNTunnelListerExpansion

type VPNTunnelListerExpansion interface{}

VPNTunnelListerExpansion allows custom methods to be added to VPNTunnelLister.

Jump to

Keyboard shortcuts

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