v1alpha1

package
v0.12.0-devel Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2022 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 NodeFeatureRuleLister

type NodeFeatureRuleLister interface {
	// List lists all NodeFeatureRules in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.NodeFeatureRule, err error)
	// Get retrieves the NodeFeatureRule from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.NodeFeatureRule, error)
	NodeFeatureRuleListerExpansion
}

NodeFeatureRuleLister helps list NodeFeatureRules. All objects returned here must be treated as read-only.

func NewNodeFeatureRuleLister

func NewNodeFeatureRuleLister(indexer cache.Indexer) NodeFeatureRuleLister

NewNodeFeatureRuleLister returns a new NodeFeatureRuleLister.

type NodeFeatureRuleListerExpansion

type NodeFeatureRuleListerExpansion interface{}

NodeFeatureRuleListerExpansion allows custom methods to be added to NodeFeatureRuleLister.

Jump to

Keyboard shortcuts

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