v1alpha1

package
v0.0.0-...-6a55101 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2018 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 NodeClassLister

type NodeClassLister interface {
	// List lists all NodeClasses in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.NodeClass, err error)
	// Get retrieves the NodeClass from the index for a given name.
	Get(name string) (*v1alpha1.NodeClass, error)
	NodeClassListerExpansion
}

NodeClassLister helps list NodeClasses.

func NewNodeClassLister

func NewNodeClassLister(indexer cache.Indexer) NodeClassLister

NewNodeClassLister returns a new NodeClassLister.

type NodeClassListerExpansion

type NodeClassListerExpansion interface{}

NodeClassListerExpansion allows custom methods to be added to NodeClassLister.

type NodeSetLister

type NodeSetLister interface {
	// List lists all NodeSets in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.NodeSet, err error)
	// Get retrieves the NodeSet from the index for a given name.
	Get(name string) (*v1alpha1.NodeSet, error)
	NodeSetListerExpansion
}

NodeSetLister helps list NodeSets.

func NewNodeSetLister

func NewNodeSetLister(indexer cache.Indexer) NodeSetLister

NewNodeSetLister returns a new NodeSetLister.

type NodeSetListerExpansion

type NodeSetListerExpansion interface{}

NodeSetListerExpansion allows custom methods to be added to NodeSetLister.

Jump to

Keyboard shortcuts

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