v1

package
v0.1.0-beta.21 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2024 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 FlatNetworkIPLister

type FlatNetworkIPLister interface {
	// List lists all FlatNetworkIPs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.FlatNetworkIP, err error)
	// FlatNetworkIPs returns an object that can list and get FlatNetworkIPs.
	FlatNetworkIPs(namespace string) FlatNetworkIPNamespaceLister
	FlatNetworkIPListerExpansion
}

FlatNetworkIPLister helps list FlatNetworkIPs. All objects returned here must be treated as read-only.

func NewFlatNetworkIPLister

func NewFlatNetworkIPLister(indexer cache.Indexer) FlatNetworkIPLister

NewFlatNetworkIPLister returns a new FlatNetworkIPLister.

type FlatNetworkIPListerExpansion

type FlatNetworkIPListerExpansion interface{}

FlatNetworkIPListerExpansion allows custom methods to be added to FlatNetworkIPLister.

type FlatNetworkIPNamespaceLister

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

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

type FlatNetworkIPNamespaceListerExpansion

type FlatNetworkIPNamespaceListerExpansion interface{}

FlatNetworkIPNamespaceListerExpansion allows custom methods to be added to FlatNetworkIPNamespaceLister.

type FlatNetworkSubnetLister

type FlatNetworkSubnetLister interface {
	// List lists all FlatNetworkSubnets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.FlatNetworkSubnet, err error)
	// FlatNetworkSubnets returns an object that can list and get FlatNetworkSubnets.
	FlatNetworkSubnets(namespace string) FlatNetworkSubnetNamespaceLister
	FlatNetworkSubnetListerExpansion
}

FlatNetworkSubnetLister helps list FlatNetworkSubnets. All objects returned here must be treated as read-only.

func NewFlatNetworkSubnetLister

func NewFlatNetworkSubnetLister(indexer cache.Indexer) FlatNetworkSubnetLister

NewFlatNetworkSubnetLister returns a new FlatNetworkSubnetLister.

type FlatNetworkSubnetListerExpansion

type FlatNetworkSubnetListerExpansion interface{}

FlatNetworkSubnetListerExpansion allows custom methods to be added to FlatNetworkSubnetLister.

type FlatNetworkSubnetNamespaceLister

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

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

type FlatNetworkSubnetNamespaceListerExpansion

type FlatNetworkSubnetNamespaceListerExpansion interface{}

FlatNetworkSubnetNamespaceListerExpansion allows custom methods to be added to FlatNetworkSubnetNamespaceLister.

Jump to

Keyboard shortcuts

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