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 VpcEndpointConnectionLister

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

VpcEndpointConnectionLister helps list VpcEndpointConnections. All objects returned here must be treated as read-only.

func NewVpcEndpointConnectionLister

func NewVpcEndpointConnectionLister(indexer cache.Indexer) VpcEndpointConnectionLister

NewVpcEndpointConnectionLister returns a new VpcEndpointConnectionLister.

type VpcEndpointConnectionListerExpansion

type VpcEndpointConnectionListerExpansion interface{}

VpcEndpointConnectionListerExpansion allows custom methods to be added to VpcEndpointConnectionLister.

type VpcEndpointConnectionNamespaceLister

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

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

type VpcEndpointConnectionNamespaceListerExpansion

type VpcEndpointConnectionNamespaceListerExpansion interface{}

VpcEndpointConnectionNamespaceListerExpansion allows custom methods to be added to VpcEndpointConnectionNamespaceLister.

type VpcEndpointLister

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

VpcEndpointLister helps list VpcEndpoints. All objects returned here must be treated as read-only.

func NewVpcEndpointLister

func NewVpcEndpointLister(indexer cache.Indexer) VpcEndpointLister

NewVpcEndpointLister returns a new VpcEndpointLister.

type VpcEndpointListerExpansion

type VpcEndpointListerExpansion interface{}

VpcEndpointListerExpansion allows custom methods to be added to VpcEndpointLister.

type VpcEndpointNamespaceLister

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

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

type VpcEndpointNamespaceListerExpansion

type VpcEndpointNamespaceListerExpansion interface{}

VpcEndpointNamespaceListerExpansion allows custom methods to be added to VpcEndpointNamespaceLister.

type VpcEndpointServiceLister

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

VpcEndpointServiceLister helps list VpcEndpointServices. All objects returned here must be treated as read-only.

func NewVpcEndpointServiceLister

func NewVpcEndpointServiceLister(indexer cache.Indexer) VpcEndpointServiceLister

NewVpcEndpointServiceLister returns a new VpcEndpointServiceLister.

type VpcEndpointServiceListerExpansion

type VpcEndpointServiceListerExpansion interface{}

VpcEndpointServiceListerExpansion allows custom methods to be added to VpcEndpointServiceLister.

type VpcEndpointServiceNamespaceLister

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

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

type VpcEndpointServiceNamespaceListerExpansion

type VpcEndpointServiceNamespaceListerExpansion interface{}

VpcEndpointServiceNamespaceListerExpansion allows custom methods to be added to VpcEndpointServiceNamespaceLister.

type VpcEndpointServiceResourceLister

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

VpcEndpointServiceResourceLister helps list VpcEndpointServiceResources. All objects returned here must be treated as read-only.

func NewVpcEndpointServiceResourceLister

func NewVpcEndpointServiceResourceLister(indexer cache.Indexer) VpcEndpointServiceResourceLister

NewVpcEndpointServiceResourceLister returns a new VpcEndpointServiceResourceLister.

type VpcEndpointServiceResourceListerExpansion

type VpcEndpointServiceResourceListerExpansion interface{}

VpcEndpointServiceResourceListerExpansion allows custom methods to be added to VpcEndpointServiceResourceLister.

type VpcEndpointServiceResourceNamespaceLister

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

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

type VpcEndpointServiceResourceNamespaceListerExpansion

type VpcEndpointServiceResourceNamespaceListerExpansion interface{}

VpcEndpointServiceResourceNamespaceListerExpansion allows custom methods to be added to VpcEndpointServiceResourceNamespaceLister.

type VpcEndpointServiceUserLister

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

VpcEndpointServiceUserLister helps list VpcEndpointServiceUsers. All objects returned here must be treated as read-only.

func NewVpcEndpointServiceUserLister

func NewVpcEndpointServiceUserLister(indexer cache.Indexer) VpcEndpointServiceUserLister

NewVpcEndpointServiceUserLister returns a new VpcEndpointServiceUserLister.

type VpcEndpointServiceUserListerExpansion

type VpcEndpointServiceUserListerExpansion interface{}

VpcEndpointServiceUserListerExpansion allows custom methods to be added to VpcEndpointServiceUserLister.

type VpcEndpointServiceUserNamespaceLister

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

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

type VpcEndpointServiceUserNamespaceListerExpansion

type VpcEndpointServiceUserNamespaceListerExpansion interface{}

VpcEndpointServiceUserNamespaceListerExpansion allows custom methods to be added to VpcEndpointServiceUserNamespaceLister.

type VpcEndpointZoneLister

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

VpcEndpointZoneLister helps list VpcEndpointZones. All objects returned here must be treated as read-only.

func NewVpcEndpointZoneLister

func NewVpcEndpointZoneLister(indexer cache.Indexer) VpcEndpointZoneLister

NewVpcEndpointZoneLister returns a new VpcEndpointZoneLister.

type VpcEndpointZoneListerExpansion

type VpcEndpointZoneListerExpansion interface{}

VpcEndpointZoneListerExpansion allows custom methods to be added to VpcEndpointZoneLister.

type VpcEndpointZoneNamespaceLister

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

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

type VpcEndpointZoneNamespaceListerExpansion

type VpcEndpointZoneNamespaceListerExpansion interface{}

VpcEndpointZoneNamespaceListerExpansion allows custom methods to be added to VpcEndpointZoneNamespaceLister.

Jump to

Keyboard shortcuts

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