Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MachineLister ¶
type MachineLister interface { // List lists all Machines in the indexer. List(selector labels.Selector) (ret []*v1alpha1.Machine, err error) // Get retrieves the Machine from the index for a given name. Get(name string) (*v1alpha1.Machine, error) MachineListerExpansion }
MachineLister helps list Machines.
func NewMachineLister ¶
func NewMachineLister(indexer cache.Indexer) MachineLister
NewMachineLister returns a new MachineLister.
type MachineListerExpansion ¶
type MachineListerExpansion interface{}
MachineListerExpansion allows custom methods to be added to MachineLister.
Click to show internal directories.
Click to hide internal directories.