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 EndpointLister

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

EndpointLister helps list Endpoints. All objects returned here must be treated as read-only.

func NewEndpointLister

func NewEndpointLister(indexer cache.Indexer) EndpointLister

NewEndpointLister returns a new EndpointLister.

type EndpointListerExpansion

type EndpointListerExpansion interface{}

EndpointListerExpansion allows custom methods to be added to EndpointLister.

type EndpointNamespaceLister

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

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

type EndpointNamespaceListerExpansion

type EndpointNamespaceListerExpansion interface{}

EndpointNamespaceListerExpansion allows custom methods to be added to EndpointNamespaceLister.

type EndpointServiceAdlLister added in v0.5.0

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

EndpointServiceAdlLister helps list EndpointServiceAdls. All objects returned here must be treated as read-only.

func NewEndpointServiceAdlLister added in v0.5.0

func NewEndpointServiceAdlLister(indexer cache.Indexer) EndpointServiceAdlLister

NewEndpointServiceAdlLister returns a new EndpointServiceAdlLister.

type EndpointServiceAdlListerExpansion added in v0.5.0

type EndpointServiceAdlListerExpansion interface{}

EndpointServiceAdlListerExpansion allows custom methods to be added to EndpointServiceAdlLister.

type EndpointServiceAdlNamespaceLister added in v0.5.0

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

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

type EndpointServiceAdlNamespaceListerExpansion added in v0.5.0

type EndpointServiceAdlNamespaceListerExpansion interface{}

EndpointServiceAdlNamespaceListerExpansion allows custom methods to be added to EndpointServiceAdlNamespaceLister.

type EndpointServiceLister

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

EndpointServiceLister helps list EndpointServices. All objects returned here must be treated as read-only.

func NewEndpointServiceLister

func NewEndpointServiceLister(indexer cache.Indexer) EndpointServiceLister

NewEndpointServiceLister returns a new EndpointServiceLister.

type EndpointServiceListerExpansion

type EndpointServiceListerExpansion interface{}

EndpointServiceListerExpansion allows custom methods to be added to EndpointServiceLister.

type EndpointServiceNamespaceLister

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

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

type EndpointServiceNamespaceListerExpansion

type EndpointServiceNamespaceListerExpansion interface{}

EndpointServiceNamespaceListerExpansion allows custom methods to be added to EndpointServiceNamespaceLister.

Jump to

Keyboard shortcuts

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