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: 8 Imported by: 0

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuctioneerExpansion

type AuctioneerExpansion interface{}

type AuctioneerInterface

type AuctioneerInterface interface {
	Create(ctx context.Context, auctioneer *v1alpha1.Auctioneer, opts v1.CreateOptions) (*v1alpha1.Auctioneer, error)
	Update(ctx context.Context, auctioneer *v1alpha1.Auctioneer, opts v1.UpdateOptions) (*v1alpha1.Auctioneer, error)
	UpdateStatus(ctx context.Context, auctioneer *v1alpha1.Auctioneer, opts v1.UpdateOptions) (*v1alpha1.Auctioneer, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Auctioneer, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AuctioneerList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Auctioneer, err error)
	AuctioneerExpansion
}

AuctioneerInterface has methods to work with Auctioneer resources.

type AuctioneersGetter

type AuctioneersGetter interface {
	Auctioneers(namespace string) AuctioneerInterface
}

AuctioneersGetter has a method to return a AuctioneerInterface. A group's client should implement this interface.

type EwmV1alpha1Client

type EwmV1alpha1Client struct {
	// contains filtered or unexported fields
}

EwmV1alpha1Client is used to interact with features provided by the ewm.sap.com group.

func New

New creates a new EwmV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*EwmV1alpha1Client, error)

NewForConfig creates a new EwmV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *EwmV1alpha1Client

NewForConfigOrDie creates a new EwmV1alpha1Client for the given config and panics if there is an error in the config.

func (*EwmV1alpha1Client) Auctioneers

func (c *EwmV1alpha1Client) Auctioneers(namespace string) AuctioneerInterface

func (*EwmV1alpha1Client) OrderAuctions

func (c *EwmV1alpha1Client) OrderAuctions(namespace string) OrderAuctionInterface

func (*EwmV1alpha1Client) OrderReservations

func (c *EwmV1alpha1Client) OrderReservations(namespace string) OrderReservationInterface

func (*EwmV1alpha1Client) RESTClient

func (c *EwmV1alpha1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*EwmV1alpha1Client) RobotConfigurations

func (c *EwmV1alpha1Client) RobotConfigurations(namespace string) RobotConfigurationInterface

func (*EwmV1alpha1Client) TravelTimeCalculations

func (c *EwmV1alpha1Client) TravelTimeCalculations(namespace string) TravelTimeCalculationInterface

func (*EwmV1alpha1Client) WarehouseOrders

func (c *EwmV1alpha1Client) WarehouseOrders(namespace string) WarehouseOrderInterface

type OrderAuctionExpansion

type OrderAuctionExpansion interface{}

type OrderAuctionInterface

type OrderAuctionInterface interface {
	Create(ctx context.Context, orderAuction *v1alpha1.OrderAuction, opts v1.CreateOptions) (*v1alpha1.OrderAuction, error)
	Update(ctx context.Context, orderAuction *v1alpha1.OrderAuction, opts v1.UpdateOptions) (*v1alpha1.OrderAuction, error)
	UpdateStatus(ctx context.Context, orderAuction *v1alpha1.OrderAuction, opts v1.UpdateOptions) (*v1alpha1.OrderAuction, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.OrderAuction, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.OrderAuctionList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.OrderAuction, err error)
	OrderAuctionExpansion
}

OrderAuctionInterface has methods to work with OrderAuction resources.

type OrderAuctionsGetter

type OrderAuctionsGetter interface {
	OrderAuctions(namespace string) OrderAuctionInterface
}

OrderAuctionsGetter has a method to return a OrderAuctionInterface. A group's client should implement this interface.

type OrderReservationExpansion

type OrderReservationExpansion interface{}

type OrderReservationInterface

type OrderReservationInterface interface {
	Create(ctx context.Context, orderReservation *v1alpha1.OrderReservation, opts v1.CreateOptions) (*v1alpha1.OrderReservation, error)
	Update(ctx context.Context, orderReservation *v1alpha1.OrderReservation, opts v1.UpdateOptions) (*v1alpha1.OrderReservation, error)
	UpdateStatus(ctx context.Context, orderReservation *v1alpha1.OrderReservation, opts v1.UpdateOptions) (*v1alpha1.OrderReservation, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.OrderReservation, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.OrderReservationList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.OrderReservation, err error)
	OrderReservationExpansion
}

OrderReservationInterface has methods to work with OrderReservation resources.

type OrderReservationsGetter

type OrderReservationsGetter interface {
	OrderReservations(namespace string) OrderReservationInterface
}

OrderReservationsGetter has a method to return a OrderReservationInterface. A group's client should implement this interface.

type RobotConfigurationExpansion

type RobotConfigurationExpansion interface{}

type RobotConfigurationInterface

type RobotConfigurationInterface interface {
	Create(ctx context.Context, robotConfiguration *v1alpha1.RobotConfiguration, opts v1.CreateOptions) (*v1alpha1.RobotConfiguration, error)
	Update(ctx context.Context, robotConfiguration *v1alpha1.RobotConfiguration, opts v1.UpdateOptions) (*v1alpha1.RobotConfiguration, error)
	UpdateStatus(ctx context.Context, robotConfiguration *v1alpha1.RobotConfiguration, opts v1.UpdateOptions) (*v1alpha1.RobotConfiguration, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.RobotConfiguration, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RobotConfigurationList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.RobotConfiguration, err error)
	RobotConfigurationExpansion
}

RobotConfigurationInterface has methods to work with RobotConfiguration resources.

type RobotConfigurationsGetter

type RobotConfigurationsGetter interface {
	RobotConfigurations(namespace string) RobotConfigurationInterface
}

RobotConfigurationsGetter has a method to return a RobotConfigurationInterface. A group's client should implement this interface.

type TravelTimeCalculationExpansion

type TravelTimeCalculationExpansion interface{}

type TravelTimeCalculationInterface

type TravelTimeCalculationInterface interface {
	Create(ctx context.Context, travelTimeCalculation *v1alpha1.TravelTimeCalculation, opts v1.CreateOptions) (*v1alpha1.TravelTimeCalculation, error)
	Update(ctx context.Context, travelTimeCalculation *v1alpha1.TravelTimeCalculation, opts v1.UpdateOptions) (*v1alpha1.TravelTimeCalculation, error)
	UpdateStatus(ctx context.Context, travelTimeCalculation *v1alpha1.TravelTimeCalculation, opts v1.UpdateOptions) (*v1alpha1.TravelTimeCalculation, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.TravelTimeCalculation, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.TravelTimeCalculationList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.TravelTimeCalculation, err error)
	TravelTimeCalculationExpansion
}

TravelTimeCalculationInterface has methods to work with TravelTimeCalculation resources.

type TravelTimeCalculationsGetter

type TravelTimeCalculationsGetter interface {
	TravelTimeCalculations(namespace string) TravelTimeCalculationInterface
}

TravelTimeCalculationsGetter has a method to return a TravelTimeCalculationInterface. A group's client should implement this interface.

type WarehouseOrderExpansion

type WarehouseOrderExpansion interface{}

type WarehouseOrderInterface

type WarehouseOrderInterface interface {
	Create(ctx context.Context, warehouseOrder *v1alpha1.WarehouseOrder, opts v1.CreateOptions) (*v1alpha1.WarehouseOrder, error)
	Update(ctx context.Context, warehouseOrder *v1alpha1.WarehouseOrder, opts v1.UpdateOptions) (*v1alpha1.WarehouseOrder, error)
	UpdateStatus(ctx context.Context, warehouseOrder *v1alpha1.WarehouseOrder, opts v1.UpdateOptions) (*v1alpha1.WarehouseOrder, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.WarehouseOrder, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.WarehouseOrderList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.WarehouseOrder, err error)
	WarehouseOrderExpansion
}

WarehouseOrderInterface has methods to work with WarehouseOrder resources.

type WarehouseOrdersGetter

type WarehouseOrdersGetter interface {
	WarehouseOrders(namespace string) WarehouseOrderInterface
}

WarehouseOrdersGetter has a method to return a WarehouseOrderInterface. A group's client should implement this interface.

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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