SupervisorResource

SupervisorResource
SupervisorResource

A model that represents a resource created on a supervisor/kubernetes cluster

JSON Example
{
    "additionalFields": {
        "additionalFields": {}
    },
    "apiVersion": "string",
    "deployment": {
        "id": "string",
        "name": "string"
    },
    "id": "string",
    "kind": "string",
    "metadata": {
        "annotations": {},
        "creationTimestamp": "string",
        "deletionGracePeriodSeconds": 0,
        "deletionTimestamp": "string",
        "labels": {},
        "name": "string",
        "namespace": "string",
        "resourceVersion": "string",
        "uid": "string"
    },
    "orgId": "string",
    "project": {
        "id": "string",
        "name": "string"
    }
}
object
additionalFields
Optional

additionalFields

string
apiVersion
Required

API version of the resource

deployment
Optional

Deployment id and name of the deployment to which the supervisor resource belongs

string As uuid As uuid
id
Required

Supervisor resource id

string
kind
Required

The kind of the resource

metadata
Required

The metadata of the resource

string
orgId
Required

Supervisor resource org id

project
Required

Deployment id and name of the deployment to which the supervisor resource belongs