Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = NewHTTPClient(nil)
Default batch service HTTP client.
Functions ¶
This section is empty.
Types ¶
type BatchService ¶
type BatchService struct { Accounts *accounts.Client Applications *applications.Client Certificates *certificates.Client ComputeNodes *compute_nodes.Client Files *files.Client JobSchedules *job_schedules.Client Jobs *jobs.Client Pools *pools.Client Tasks *tasks.Client Transport runtime.ClientTransport }
BatchService is a client for batch service
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *BatchService
New creates a new batch service client
func NewHTTPClient ¶
func NewHTTPClient(formats strfmt.Registry) *BatchService
NewHTTPClient creates a new batch service HTTP client.
func (*BatchService) SetTransport ¶
func (c *BatchService) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client and all its subresources
Click to show internal directories.
Click to hide internal directories.