v1beta1

package
v0.29.3 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: Apache-2.0 Imports: 4 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EndpointSliceLister

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

EndpointSliceLister helps list EndpointSlices. All objects returned here must be treated as read-only.

func NewEndpointSliceLister

func NewEndpointSliceLister(indexer cache.Indexer) EndpointSliceLister

NewEndpointSliceLister returns a new EndpointSliceLister.

type EndpointSliceListerExpansion

type EndpointSliceListerExpansion interface{}

EndpointSliceListerExpansion allows custom methods to be added to EndpointSliceLister.

type EndpointSliceNamespaceLister

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

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

type EndpointSliceNamespaceListerExpansion

type EndpointSliceNamespaceListerExpansion interface{}

EndpointSliceNamespaceListerExpansion allows custom methods to be added to EndpointSliceNamespaceLister.

Jump to

Keyboard shortcuts

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