Documentation ¶
Index ¶
- type NodeFeatureGroupLister
- type NodeFeatureGroupListerExpansion
- type NodeFeatureGroupNamespaceLister
- type NodeFeatureGroupNamespaceListerExpansion
- type NodeFeatureLister
- type NodeFeatureListerExpansion
- type NodeFeatureNamespaceLister
- type NodeFeatureNamespaceListerExpansion
- type NodeFeatureRuleLister
- type NodeFeatureRuleListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeFeatureGroupLister ¶
type NodeFeatureGroupLister interface { // List lists all NodeFeatureGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*nfdv1alpha1.NodeFeatureGroup, err error) // NodeFeatureGroups returns an object that can list and get NodeFeatureGroups. NodeFeatureGroups(namespace string) NodeFeatureGroupNamespaceLister NodeFeatureGroupListerExpansion }
NodeFeatureGroupLister helps list NodeFeatureGroups. All objects returned here must be treated as read-only.
func NewNodeFeatureGroupLister ¶
func NewNodeFeatureGroupLister(indexer cache.Indexer) NodeFeatureGroupLister
NewNodeFeatureGroupLister returns a new NodeFeatureGroupLister.
type NodeFeatureGroupListerExpansion ¶
type NodeFeatureGroupListerExpansion interface{}
NodeFeatureGroupListerExpansion allows custom methods to be added to NodeFeatureGroupLister.
type NodeFeatureGroupNamespaceLister ¶
type NodeFeatureGroupNamespaceLister interface { // List lists all NodeFeatureGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*nfdv1alpha1.NodeFeatureGroup, err error) // Get retrieves the NodeFeatureGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*nfdv1alpha1.NodeFeatureGroup, error) NodeFeatureGroupNamespaceListerExpansion }
NodeFeatureGroupNamespaceLister helps list and get NodeFeatureGroups. All objects returned here must be treated as read-only.
type NodeFeatureGroupNamespaceListerExpansion ¶
type NodeFeatureGroupNamespaceListerExpansion interface{}
NodeFeatureGroupNamespaceListerExpansion allows custom methods to be added to NodeFeatureGroupNamespaceLister.
type NodeFeatureLister ¶
type NodeFeatureLister interface { // List lists all NodeFeatures in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*nfdv1alpha1.NodeFeature, err error) // NodeFeatures returns an object that can list and get NodeFeatures. NodeFeatures(namespace string) NodeFeatureNamespaceLister NodeFeatureListerExpansion }
NodeFeatureLister helps list NodeFeatures. All objects returned here must be treated as read-only.
func NewNodeFeatureLister ¶
func NewNodeFeatureLister(indexer cache.Indexer) NodeFeatureLister
NewNodeFeatureLister returns a new NodeFeatureLister.
type NodeFeatureListerExpansion ¶
type NodeFeatureListerExpansion interface{}
NodeFeatureListerExpansion allows custom methods to be added to NodeFeatureLister.
type NodeFeatureNamespaceLister ¶
type NodeFeatureNamespaceLister interface { // List lists all NodeFeatures in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*nfdv1alpha1.NodeFeature, err error) // Get retrieves the NodeFeature from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*nfdv1alpha1.NodeFeature, error) NodeFeatureNamespaceListerExpansion }
NodeFeatureNamespaceLister helps list and get NodeFeatures. All objects returned here must be treated as read-only.
type NodeFeatureNamespaceListerExpansion ¶
type NodeFeatureNamespaceListerExpansion interface{}
NodeFeatureNamespaceListerExpansion allows custom methods to be added to NodeFeatureNamespaceLister.
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 []*nfdv1alpha1.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) (*nfdv1alpha1.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.