v1alpha1

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2022 License: Apache-2.0 Imports: 4 Imported by: 1

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.

Jump to

Keyboard shortcuts

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