v1beta1

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2023 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 VpcIpClaimLister

type VpcIpClaimLister interface {
	// List lists all VpcIpClaims in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.VpcIpClaim, err error)
	// VpcIpClaims returns an object that can list and get VpcIpClaims.
	VpcIpClaims(namespace string) VpcIpClaimNamespaceLister
	VpcIpClaimListerExpansion
}

VpcIpClaimLister helps list VpcIpClaims. All objects returned here must be treated as read-only.

func NewVpcIpClaimLister

func NewVpcIpClaimLister(indexer cache.Indexer) VpcIpClaimLister

NewVpcIpClaimLister returns a new VpcIpClaimLister.

type VpcIpClaimListerExpansion

type VpcIpClaimListerExpansion interface{}

VpcIpClaimListerExpansion allows custom methods to be added to VpcIpClaimLister.

type VpcIpClaimNamespaceLister

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

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

type VpcIpClaimNamespaceListerExpansion

type VpcIpClaimNamespaceListerExpansion interface{}

VpcIpClaimNamespaceListerExpansion allows custom methods to be added to VpcIpClaimNamespaceLister.

Jump to

Keyboard shortcuts

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