Google Cloud Kubernetes Engine · JSON-LD Context

Gke Context

JSON-LD context defining the semantic vocabulary for Gke from Google Cloud Kubernetes Engine.

11 Classes 3 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
gcp: https://cloud.google.com/schema#

Classes

Cluster NodePool Operation name description status location endpoint network subnetwork machineType

Properties

Property Type Container
createTime dateTime
initialNodeCount integer
diskSizeGb integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://cloud.google.com/kubernetes-engine/schema#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "gcp": "https://cloud.google.com/schema#",
    "Cluster": "gcp:GKECluster",
    "NodePool": "gcp:GKENodePool",
    "Operation": "gcp:GKEOperation",
    "name": "schema:name",
    "description": "schema:description",
    "status": "gcp:status",
    "location": "gcp:location",
    "endpoint": "schema:url",
    "network": "gcp:network",
    "subnetwork": "gcp:subnetwork",
    "machineType": "gcp:machineType",
    "createTime": {
      "@id": "dcterms:created",
      "@type": "xsd:dateTime"
    },
    "initialNodeCount": {
      "@id": "gcp:initialNodeCount",
      "@type": "xsd:integer"
    },
    "diskSizeGb": {
      "@id": "gcp:diskSizeGb",
      "@type": "xsd:integer"
    }
  }
}