v1

package
v0.0.0-...-4638b96 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 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 ServiceMeshMemberRollLister

type ServiceMeshMemberRollLister interface {
	// List lists all ServiceMeshMemberRolls in the indexer.
	List(selector labels.Selector) (ret []*v1.ServiceMeshMemberRoll, err error)
	// ServiceMeshMemberRolls returns an object that can list and get ServiceMeshMemberRolls.
	ServiceMeshMemberRolls(namespace string) ServiceMeshMemberRollNamespaceLister
	ServiceMeshMemberRollListerExpansion
}

ServiceMeshMemberRollLister helps list ServiceMeshMemberRolls.

func NewServiceMeshMemberRollLister

func NewServiceMeshMemberRollLister(indexer cache.Indexer) ServiceMeshMemberRollLister

NewServiceMeshMemberRollLister returns a new ServiceMeshMemberRollLister.

type ServiceMeshMemberRollListerExpansion

type ServiceMeshMemberRollListerExpansion interface{}

ServiceMeshMemberRollListerExpansion allows custom methods to be added to ServiceMeshMemberRollLister.

type ServiceMeshMemberRollNamespaceLister

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

ServiceMeshMemberRollNamespaceLister helps list and get ServiceMeshMemberRolls.

type ServiceMeshMemberRollNamespaceListerExpansion

type ServiceMeshMemberRollNamespaceListerExpansion interface{}

ServiceMeshMemberRollNamespaceListerExpansion allows custom methods to be added to ServiceMeshMemberRollNamespaceLister.

Jump to

Keyboard shortcuts

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