UpdateClusterDetails

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

Properties

Name Type Description
name string
kubernetesVersion string
View JSON Schema on GitHub

JSON Schema

oracle-cloud-updateclusterdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateClusterDetails",
  "title": "UpdateClusterDetails",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "example-value"
    },
    "kubernetesVersion": {
      "type": "string",
      "example": "v1.28.2"
    }
  }
}