Skip to main content

interLink server API (0.6.0)

Download OpenAPI specification:Download

This is the API spec for the Virtual Kubelet to interLink API server communication

/create

Request Body schema: application/json
required
Array of objects or null (V1ConfigMap)
jobscriptURL
string
object (V1Pod)
Array of objects or null (V1ConfigMap)
Array of objects or null (V1Secret)

Responses

Request samples

Content type
application/json
{
  • "configmaps": [
    ],
  • "jobscriptURL": "string",
  • "pod": {
    },
  • "projectedvolumesmaps": [
    ],
  • "secrets": [
    ]
}

Response samples

Content type
application/json
{
  • "PodJID": "string",
  • "PodUID": "string"
}

/delete

Responses

/getLogs

Responses

/pinglink

Responses

/status

Responses

Response samples

Content type
application/json
[
  • {
    }
]