v1

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2021 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 IPLister

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

IPLister helps list IPs. All objects returned here must be treated as read-only.

func NewIPLister

func NewIPLister(indexer cache.Indexer) IPLister

NewIPLister returns a new IPLister.

type IPListerExpansion

type IPListerExpansion interface{}

IPListerExpansion allows custom methods to be added to IPLister.

type SubnetLister

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

SubnetLister helps list Subnets. All objects returned here must be treated as read-only.

func NewSubnetLister

func NewSubnetLister(indexer cache.Indexer) SubnetLister

NewSubnetLister returns a new SubnetLister.

type SubnetListerExpansion

type SubnetListerExpansion interface{}

SubnetListerExpansion allows custom methods to be added to SubnetLister.

type VlanLister added in v1.2.0

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

VlanLister helps list Vlans. All objects returned here must be treated as read-only.

func NewVlanLister added in v1.2.0

func NewVlanLister(indexer cache.Indexer) VlanLister

NewVlanLister returns a new VlanLister.

type VlanListerExpansion added in v1.2.0

type VlanListerExpansion interface{}

VlanListerExpansion allows custom methods to be added to VlanLister.

type VpcLister added in v1.6.0

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

VpcLister helps list Vpcs. All objects returned here must be treated as read-only.

func NewVpcLister added in v1.6.0

func NewVpcLister(indexer cache.Indexer) VpcLister

NewVpcLister returns a new VpcLister.

type VpcListerExpansion added in v1.6.0

type VpcListerExpansion interface{}

VpcListerExpansion allows custom methods to be added to VpcLister.

Jump to

Keyboard shortcuts

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