v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 PortGroupLister

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

PortGroupLister helps list PortGroups. All objects returned here must be treated as read-only.

func NewPortGroupLister

func NewPortGroupLister(indexer cache.Indexer) PortGroupLister

NewPortGroupLister returns a new PortGroupLister.

type PortGroupListerExpansion

type PortGroupListerExpansion interface{}

PortGroupListerExpansion allows custom methods to be added to PortGroupLister.

type PortGroupNamespaceLister

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

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

type PortGroupNamespaceListerExpansion

type PortGroupNamespaceListerExpansion interface{}

PortGroupNamespaceListerExpansion allows custom methods to be added to PortGroupNamespaceLister.

type VirtualSwitchLister

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

VirtualSwitchLister helps list VirtualSwitches. All objects returned here must be treated as read-only.

func NewVirtualSwitchLister

func NewVirtualSwitchLister(indexer cache.Indexer) VirtualSwitchLister

NewVirtualSwitchLister returns a new VirtualSwitchLister.

type VirtualSwitchListerExpansion

type VirtualSwitchListerExpansion interface{}

VirtualSwitchListerExpansion allows custom methods to be added to VirtualSwitchLister.

type VirtualSwitchNamespaceLister

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

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

type VirtualSwitchNamespaceListerExpansion

type VirtualSwitchNamespaceListerExpansion interface{}

VirtualSwitchNamespaceListerExpansion allows custom methods to be added to VirtualSwitchNamespaceLister.

Jump to

Keyboard shortcuts

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