v1alpha1

package
v0.0.0-...-8210843 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuctioneerLister

type AuctioneerLister interface {
	// List lists all Auctioneers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Auctioneer, err error)
	// Auctioneers returns an object that can list and get Auctioneers.
	Auctioneers(namespace string) AuctioneerNamespaceLister
	AuctioneerListerExpansion
}

AuctioneerLister helps list Auctioneers. All objects returned here must be treated as read-only.

func NewAuctioneerLister

func NewAuctioneerLister(indexer cache.Indexer) AuctioneerLister

NewAuctioneerLister returns a new AuctioneerLister.

type AuctioneerListerExpansion

type AuctioneerListerExpansion interface{}

AuctioneerListerExpansion allows custom methods to be added to AuctioneerLister.

type AuctioneerNamespaceLister

type AuctioneerNamespaceLister interface {
	// List lists all Auctioneers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Auctioneer, err error)
	// Get retrieves the Auctioneer from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Auctioneer, error)
	AuctioneerNamespaceListerExpansion
}

AuctioneerNamespaceLister helps list and get Auctioneers. All objects returned here must be treated as read-only.

type AuctioneerNamespaceListerExpansion

type AuctioneerNamespaceListerExpansion interface{}

AuctioneerNamespaceListerExpansion allows custom methods to be added to AuctioneerNamespaceLister.

type OrderAuctionLister

type OrderAuctionLister interface {
	// List lists all OrderAuctions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.OrderAuction, err error)
	// OrderAuctions returns an object that can list and get OrderAuctions.
	OrderAuctions(namespace string) OrderAuctionNamespaceLister
	OrderAuctionListerExpansion
}

OrderAuctionLister helps list OrderAuctions. All objects returned here must be treated as read-only.

func NewOrderAuctionLister

func NewOrderAuctionLister(indexer cache.Indexer) OrderAuctionLister

NewOrderAuctionLister returns a new OrderAuctionLister.

type OrderAuctionListerExpansion

type OrderAuctionListerExpansion interface{}

OrderAuctionListerExpansion allows custom methods to be added to OrderAuctionLister.

type OrderAuctionNamespaceLister

type OrderAuctionNamespaceLister interface {
	// List lists all OrderAuctions in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.OrderAuction, err error)
	// Get retrieves the OrderAuction from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.OrderAuction, error)
	OrderAuctionNamespaceListerExpansion
}

OrderAuctionNamespaceLister helps list and get OrderAuctions. All objects returned here must be treated as read-only.

type OrderAuctionNamespaceListerExpansion

type OrderAuctionNamespaceListerExpansion interface{}

OrderAuctionNamespaceListerExpansion allows custom methods to be added to OrderAuctionNamespaceLister.

type OrderReservationLister

type OrderReservationLister interface {
	// List lists all OrderReservations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.OrderReservation, err error)
	// OrderReservations returns an object that can list and get OrderReservations.
	OrderReservations(namespace string) OrderReservationNamespaceLister
	OrderReservationListerExpansion
}

OrderReservationLister helps list OrderReservations. All objects returned here must be treated as read-only.

func NewOrderReservationLister

func NewOrderReservationLister(indexer cache.Indexer) OrderReservationLister

NewOrderReservationLister returns a new OrderReservationLister.

type OrderReservationListerExpansion

type OrderReservationListerExpansion interface{}

OrderReservationListerExpansion allows custom methods to be added to OrderReservationLister.

type OrderReservationNamespaceLister

type OrderReservationNamespaceLister interface {
	// List lists all OrderReservations in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.OrderReservation, err error)
	// Get retrieves the OrderReservation from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.OrderReservation, error)
	OrderReservationNamespaceListerExpansion
}

OrderReservationNamespaceLister helps list and get OrderReservations. All objects returned here must be treated as read-only.

type OrderReservationNamespaceListerExpansion

type OrderReservationNamespaceListerExpansion interface{}

OrderReservationNamespaceListerExpansion allows custom methods to be added to OrderReservationNamespaceLister.

type RobotConfigurationLister

type RobotConfigurationLister interface {
	// List lists all RobotConfigurations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.RobotConfiguration, err error)
	// RobotConfigurations returns an object that can list and get RobotConfigurations.
	RobotConfigurations(namespace string) RobotConfigurationNamespaceLister
	RobotConfigurationListerExpansion
}

RobotConfigurationLister helps list RobotConfigurations. All objects returned here must be treated as read-only.

func NewRobotConfigurationLister

func NewRobotConfigurationLister(indexer cache.Indexer) RobotConfigurationLister

NewRobotConfigurationLister returns a new RobotConfigurationLister.

type RobotConfigurationListerExpansion

type RobotConfigurationListerExpansion interface{}

RobotConfigurationListerExpansion allows custom methods to be added to RobotConfigurationLister.

type RobotConfigurationNamespaceLister

type RobotConfigurationNamespaceLister interface {
	// List lists all RobotConfigurations in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.RobotConfiguration, err error)
	// Get retrieves the RobotConfiguration from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.RobotConfiguration, error)
	RobotConfigurationNamespaceListerExpansion
}

RobotConfigurationNamespaceLister helps list and get RobotConfigurations. All objects returned here must be treated as read-only.

type RobotConfigurationNamespaceListerExpansion

type RobotConfigurationNamespaceListerExpansion interface{}

RobotConfigurationNamespaceListerExpansion allows custom methods to be added to RobotConfigurationNamespaceLister.

type TravelTimeCalculationLister

type TravelTimeCalculationLister interface {
	// List lists all TravelTimeCalculations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TravelTimeCalculation, err error)
	// TravelTimeCalculations returns an object that can list and get TravelTimeCalculations.
	TravelTimeCalculations(namespace string) TravelTimeCalculationNamespaceLister
	TravelTimeCalculationListerExpansion
}

TravelTimeCalculationLister helps list TravelTimeCalculations. All objects returned here must be treated as read-only.

func NewTravelTimeCalculationLister

func NewTravelTimeCalculationLister(indexer cache.Indexer) TravelTimeCalculationLister

NewTravelTimeCalculationLister returns a new TravelTimeCalculationLister.

type TravelTimeCalculationListerExpansion

type TravelTimeCalculationListerExpansion interface{}

TravelTimeCalculationListerExpansion allows custom methods to be added to TravelTimeCalculationLister.

type TravelTimeCalculationNamespaceLister

type TravelTimeCalculationNamespaceLister interface {
	// List lists all TravelTimeCalculations in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TravelTimeCalculation, err error)
	// Get retrieves the TravelTimeCalculation from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TravelTimeCalculation, error)
	TravelTimeCalculationNamespaceListerExpansion
}

TravelTimeCalculationNamespaceLister helps list and get TravelTimeCalculations. All objects returned here must be treated as read-only.

type TravelTimeCalculationNamespaceListerExpansion

type TravelTimeCalculationNamespaceListerExpansion interface{}

TravelTimeCalculationNamespaceListerExpansion allows custom methods to be added to TravelTimeCalculationNamespaceLister.

type WarehouseOrderLister

type WarehouseOrderLister interface {
	// List lists all WarehouseOrders in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.WarehouseOrder, err error)
	// WarehouseOrders returns an object that can list and get WarehouseOrders.
	WarehouseOrders(namespace string) WarehouseOrderNamespaceLister
	WarehouseOrderListerExpansion
}

WarehouseOrderLister helps list WarehouseOrders. All objects returned here must be treated as read-only.

func NewWarehouseOrderLister

func NewWarehouseOrderLister(indexer cache.Indexer) WarehouseOrderLister

NewWarehouseOrderLister returns a new WarehouseOrderLister.

type WarehouseOrderListerExpansion

type WarehouseOrderListerExpansion interface{}

WarehouseOrderListerExpansion allows custom methods to be added to WarehouseOrderLister.

type WarehouseOrderNamespaceLister

type WarehouseOrderNamespaceLister interface {
	// List lists all WarehouseOrders in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.WarehouseOrder, err error)
	// Get retrieves the WarehouseOrder from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.WarehouseOrder, error)
	WarehouseOrderNamespaceListerExpansion
}

WarehouseOrderNamespaceLister helps list and get WarehouseOrders. All objects returned here must be treated as read-only.

type WarehouseOrderNamespaceListerExpansion

type WarehouseOrderNamespaceListerExpansion interface{}

WarehouseOrderNamespaceListerExpansion allows custom methods to be added to WarehouseOrderNamespaceLister.

Jump to

Keyboard shortcuts

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