Google Cloud Kubernetes Engine · Schema
Google Kubernetes Engine Cluster
Represents a GKE cluster resource, including its configuration, status, networking, and node pool settings.
ComputeContainersGKEGoogle CloudKubernetesOrchestration
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the cluster. |
| description | string | An optional description of the cluster. |
| initialNodeCount | integer | The number of nodes to create in this cluster's default node pool. |
| location | string | The name of the Google Compute Engine zone or region in which the cluster resides. |
| nodeConfig | object | Parameters used in creating the cluster's nodes. |
| network | string | The name of the Google Compute Engine network to which the cluster is connected. |
| subnetwork | string | The name of the Google Compute Engine subnetwork to which the cluster is connected. |
| clusterIpv4Cidr | string | The IP address range of the container pods in this cluster. |
| status | string | The current status of the cluster. |
| endpoint | string | The IP address of this cluster's master endpoint. |
| currentMasterVersion | string | The current software version of the master endpoint. |
| currentNodeVersion | string | The current version of the node software components. |
| createTime | string | The time the cluster was created. |
| selfLink | string | Server-defined URL for the resource. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-search/google-cloud-kubernetes-engine/refs/heads/main/json-schema/gke-cluster.json",
"title": "Google Kubernetes Engine Cluster",
"description": "Represents a GKE cluster resource, including its configuration, status, networking, and node pool settings.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the cluster."
},
"description": {
"type": "string",
"description": "An optional description of the cluster."
},
"initialNodeCount": {
"type": "integer",
"description": "The number of nodes to create in this cluster's default node pool."
},
"location": {
"type": "string",
"description": "The name of the Google Compute Engine zone or region in which the cluster resides."
},
"nodeConfig": {
"type": "object",
"description": "Parameters used in creating the cluster's nodes.",
"properties": {
"machineType": {
"type": "string",
"description": "The name of a Google Compute Engine machine type."
},
"diskSizeGb": {
"type": "integer",
"description": "Size of the disk attached to each node, specified in GB."
},
"oauthScopes": {
"type": "array",
"items": {
"type": "string"
},
"description": "The set of Google API scopes available on the nodes."
},
"imageType": {
"type": "string",
"description": "The image type to use for this node."
}
}
},
"network": {
"type": "string",
"description": "The name of the Google Compute Engine network to which the cluster is connected."
},
"subnetwork": {
"type": "string",
"description": "The name of the Google Compute Engine subnetwork to which the cluster is connected."
},
"clusterIpv4Cidr": {
"type": "string",
"description": "The IP address range of the container pods in this cluster."
},
"status": {
"type": "string",
"description": "The current status of the cluster.",
"enum": [
"STATUS_UNSPECIFIED",
"PROVISIONING",
"RUNNING",
"RECONCILING",
"STOPPING",
"ERROR",
"DEGRADED"
]
},
"endpoint": {
"type": "string",
"description": "The IP address of this cluster's master endpoint."
},
"currentMasterVersion": {
"type": "string",
"description": "The current software version of the master endpoint."
},
"currentNodeVersion": {
"type": "string",
"description": "The current version of the node software components."
},
"createTime": {
"type": "string",
"format": "date-time",
"description": "The time the cluster was created."
},
"selfLink": {
"type": "string",
"description": "Server-defined URL for the resource."
}
},
"required": ["name"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/gke-cluster"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.