Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomNodeResourceLister ¶
type CustomNodeResourceLister interface { // List lists all CustomNodeResources in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CustomNodeResource, err error) // Get retrieves the CustomNodeResource from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CustomNodeResource, error) CustomNodeResourceListerExpansion }
CustomNodeResourceLister helps list CustomNodeResources. All objects returned here must be treated as read-only.
func NewCustomNodeResourceLister ¶
func NewCustomNodeResourceLister(indexer cache.Indexer) CustomNodeResourceLister
NewCustomNodeResourceLister returns a new CustomNodeResourceLister.
type CustomNodeResourceListerExpansion ¶
type CustomNodeResourceListerExpansion interface{}
CustomNodeResourceListerExpansion allows custom methods to be added to CustomNodeResourceLister.
type NodeProfileDescriptorLister ¶ added in v0.5.1
type NodeProfileDescriptorLister interface { // List lists all NodeProfileDescriptors in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NodeProfileDescriptor, err error) // Get retrieves the NodeProfileDescriptor from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NodeProfileDescriptor, error) NodeProfileDescriptorListerExpansion }
NodeProfileDescriptorLister helps list NodeProfileDescriptors. All objects returned here must be treated as read-only.
func NewNodeProfileDescriptorLister ¶ added in v0.5.1
func NewNodeProfileDescriptorLister(indexer cache.Indexer) NodeProfileDescriptorLister
NewNodeProfileDescriptorLister returns a new NodeProfileDescriptorLister.
type NodeProfileDescriptorListerExpansion ¶ added in v0.5.1
type NodeProfileDescriptorListerExpansion interface{}
NodeProfileDescriptorListerExpansion allows custom methods to be added to NodeProfileDescriptorLister.
Click to show internal directories.
Click to hide internal directories.