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.
Click to show internal directories.
Click to hide internal directories.