v1

package
v0.0.0-...-fe632b3 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2020 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 RpcServiceLister

type RpcServiceLister interface {
	// List lists all RpcServices in the indexer.
	List(selector labels.Selector) (ret []*v1.RpcService, err error)
	// RpcServices returns an object that can list and get RpcServices.
	RpcServices(namespace string) RpcServiceNamespaceLister
	RpcServiceListerExpansion
}

RpcServiceLister helps list RpcServices.

func NewRpcServiceLister

func NewRpcServiceLister(indexer cache.Indexer) RpcServiceLister

NewRpcServiceLister returns a new RpcServiceLister.

type RpcServiceListerExpansion

type RpcServiceListerExpansion interface{}

RpcServiceListerExpansion allows custom methods to be added to RpcServiceLister.

type RpcServiceNamespaceLister

type RpcServiceNamespaceLister interface {
	// List lists all RpcServices in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.RpcService, err error)
	// Get retrieves the RpcService from the indexer for a given namespace and name.
	Get(name string) (*v1.RpcService, error)
	RpcServiceNamespaceListerExpansion
}

RpcServiceNamespaceLister helps list and get RpcServices.

type RpcServiceNamespaceListerExpansion

type RpcServiceNamespaceListerExpansion interface{}

RpcServiceNamespaceListerExpansion allows custom methods to be added to RpcServiceNamespaceLister.

Jump to

Keyboard shortcuts

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