Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocationLister ¶
type LocationLister interface { // List lists all Locations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Location, err error) // Get retrieves the Location from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Location, error) LocationListerExpansion }
LocationLister helps list Locations. All objects returned here must be treated as read-only.
func NewLocationLister ¶
func NewLocationLister(indexer cache.Indexer) LocationLister
NewLocationLister returns a new LocationLister.
type LocationListerExpansion ¶
type LocationListerExpansion interface{}
LocationListerExpansion allows custom methods to be added to LocationLister.
type PlacementLister ¶
type PlacementLister interface { // List lists all Placements in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Placement, err error) // Get retrieves the Placement from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Placement, error) PlacementListerExpansion }
PlacementLister helps list Placements. All objects returned here must be treated as read-only.
func NewPlacementLister ¶
func NewPlacementLister(indexer cache.Indexer) PlacementLister
NewPlacementLister returns a new PlacementLister.
type PlacementListerExpansion ¶
type PlacementListerExpansion interface{}
PlacementListerExpansion allows custom methods to be added to PlacementLister.
Click to show internal directories.
Click to hide internal directories.