Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1018 Bytes

NodecontainerApi.md

File metadata and controls

37 lines (21 loc) · 1018 Bytes

\NodecontainerApi

All URIs are relative to http://localhost

Method HTTP request Description
NodeContainerCreate Post /1.2/nodecontainers

NodeContainerCreate

NodeContainerCreate(ctx, nodeContainer)

Creates container that runs on every node

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
nodeContainer NodeContainer

Return type

(empty response body)

Authorization

Bearer

HTTP request headers

  • Content-Type: application/json
  • Accept: /

[Back to top] [Back to API list] [Back to Model list] [Back to README]