Censys · JSON Structure

Asset Graph Kubernetes Versioninfo Structure

Kubernetes_VersionInfo schema from Asset Graph API

Type: object Properties: 9
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

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

Properties

build_date compiler git_commit git_tree_state git_version go_version major minor platform

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/censys/refs/heads/main/json-structure/asset-graph-kubernetes-versioninfo-structure.json",
  "name": "Kubernetes_VersionInfo",
  "description": "Kubernetes_VersionInfo schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "build_date": {
      "type": "string",
      "description": "Date version was built."
    },
    "compiler": {
      "type": "string",
      "description": "Go Compiler used"
    },
    "git_commit": {
      "type": "string",
      "description": "Git commit version built from."
    },
    "git_tree_state": {
      "type": "string",
      "description": "State of the tree when built."
    },
    "git_version": {
      "type": "string"
    },
    "go_version": {
      "type": "string",
      "description": "Version of GO used to build version."
    },
    "major": {
      "type": "string",
      "description": "Kubernetes major version"
    },
    "minor": {
      "type": "string",
      "description": "Kubernetes minor version"
    },
    "platform": {
      "type": "string",
      "description": "Platform compiled for"
    }
  }
}