v1alpha1

package
v0.0.0-...-eb03b9d Latest Latest
Warning

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

Go to latest
Published: Jun 16, 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 NodeResourceTopologyLister

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

NodeResourceTopologyLister helps list NodeResourceTopologies. All objects returned here must be treated as read-only.

func NewNodeResourceTopologyLister

func NewNodeResourceTopologyLister(indexer cache.Indexer) NodeResourceTopologyLister

NewNodeResourceTopologyLister returns a new NodeResourceTopologyLister.

type NodeResourceTopologyListerExpansion

type NodeResourceTopologyListerExpansion interface{}

NodeResourceTopologyListerExpansion allows custom methods to be added to NodeResourceTopologyLister.

type NodeResourceTopologyNamespaceLister

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

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

type NodeResourceTopologyNamespaceListerExpansion

type NodeResourceTopologyNamespaceListerExpansion interface{}

NodeResourceTopologyNamespaceListerExpansion allows custom methods to be added to NodeResourceTopologyNamespaceLister.

Jump to

Keyboard shortcuts

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