v1

package
v1.8.2 Latest Latest
Warning

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

Go to latest
Published: Nov 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 ClusterTILister

type ClusterTILister interface {
	// List lists all ClusterTIs in the indexer.
	List(selector labels.Selector) (ret []*v1.ClusterTI, err error)
	// ClusterTIs returns an object that can list and get ClusterTIs.
	ClusterTIs(namespace string) ClusterTINamespaceLister
	ClusterTIListerExpansion
}

ClusterTILister helps list ClusterTIs.

func NewClusterTILister

func NewClusterTILister(indexer cache.Indexer) ClusterTILister

NewClusterTILister returns a new ClusterTILister.

type ClusterTIListerExpansion

type ClusterTIListerExpansion interface{}

ClusterTIListerExpansion allows custom methods to be added to ClusterTILister.

type ClusterTINamespaceLister

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

ClusterTINamespaceLister helps list and get ClusterTIs.

type ClusterTINamespaceListerExpansion

type ClusterTINamespaceListerExpansion interface{}

ClusterTINamespaceListerExpansion allows custom methods to be added to ClusterTINamespaceLister.

Jump to

Keyboard shortcuts

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