Skip to main content

interLink server API (0.4.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
Array of objects or null (V1ConfigMap)
object (V1Pod)
Array of objects or null (V1ConfigMap)
Array of objects or null (V1Secret)

Responses

Request samples

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

Response samples

Content type
application/json
{
  • "container": [
    ],
  • "pod": {
    }
}

/delete

Request Body schema: application/json
apiVersion
string
kind
string
object (V1ObjectMeta)
object (V1PodSpec)
object (V1PodStatus)

Responses

Request samples

Content type
application/json
{
  • "apiVersion": "string",
  • "kind": "string",
  • "metadata": {
    },
  • "spec": {
    },
  • "status": {
    }
}

/getLogs

Request Body schema: application/json
ContainerName
string
Namespace
string
object (InterlinkContainerLogOpts)
PodName
string
PodUID
string

Responses

Request samples

Content type
application/json
{
  • "ContainerName": "string",
  • "Namespace": "string",
  • "Opts": {
    },
  • "PodName": "string",
  • "PodUID": "string"
}

Response samples

Content type
application/json
"string"

/pinglink

Responses

/status

Request Body schema: application/json
Array
apiVersion
string
kind
string
object (V1ObjectMeta)
object (V1PodSpec)
object (V1PodStatus)

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
[
  • {
    }
]