GKE Clusters¶
Provider: Google Cloud
Service ID: gcp_gke_clusters
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_gke_clusters',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['project', 'name', 'status', 'location', 'current_master_version', 'node_count']
});
</script>
<div data-sd-service="gcp_gke_clusters" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['project', 'name', 'status', 'location', 'current_master_version', 'node_count', 'network', 'endpoint', 'create_time']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
project |
Project | text |
From API field: __project_id__ |
name |
Name | text |
From API field: name |
status |
Status | status_badge |
From API field: status |
location |
Location | text |
From API field: location |
current_master_version |
Master Version | text |
From API field: current_master_version |
current_node_version |
Node Version | text |
From API field: current_node_version |
node_count |
Node Count | text |
From API field: current_node_count |
network |
Network | gcp_resource_name |
From API field: network |
subnetwork |
Subnetwork | gcp_resource_name |
From API field: subnetwork |
endpoint |
Endpoint | text |
From API field: endpoint |
create_time |
Create Time | datetime |
From API field: create_time |
labels |
Labels | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name