Oracle Cloud Infrastructure · JSON Structure

Oke Node Pool Structure

A node pool in a Kubernetes cluster.

Type: object Properties: 9
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

NodePool is a JSON Structure definition published by Oracle Cloud Infrastructure, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id clusterId compartmentId name kubernetesVersion nodeShape quantityPerSubnet lifecycleState timeCreated

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/oracle-cloud/refs/heads/main/json-structure/oke-node-pool-structure.json",
  "name": "NodePool",
  "description": "A node pool in a Kubernetes cluster.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "ocid1.resource.oc1.iad.abcdefg123456"
    },
    "clusterId": {
      "type": "string",
      "example": "ocid1.resource.oc1.iad.abcdefg123456"
    },
    "compartmentId": {
      "type": "string",
      "example": "ocid1.resource.oc1.iad.abcdefg123456"
    },
    "name": {
      "type": "string",
      "example": "pool1"
    },
    "kubernetesVersion": {
      "type": "string",
      "example": "v1.28.2"
    },
    "nodeShape": {
      "type": "string",
      "example": "VM.Standard.E4.Flex"
    },
    "quantityPerSubnet": {
      "type": "int32",
      "example": 3
    },
    "lifecycleState": {
      "type": "string",
      "example": "example-value"
    },
    "timeCreated": {
      "type": "datetime",
      "example": "2026-04-18T10:30:00Z"
    }
  }
}