GitLab · JSON Structure

Gitlab Openapi Original Api_Entities_Platform_Kubernetes Structure

API_Entities_Platform_Kubernetes from GitLab API

Type: object Properties: 4
CodePlatformSoftware DevelopmentSource Control

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

Properties

api_url namespace authorization_type ca_cert

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/gitlab/refs/heads/main/json-structure/gitlab-openapi-original-api_entities_platform_kubernetes-structure.json",
  "name": "API_Entities_Platform_Kubernetes",
  "description": "API_Entities_Platform_Kubernetes from GitLab API",
  "type": "object",
  "properties": {
    "api_url": {
      "type": "string",
      "example": "https://gitlab.com/example"
    },
    "namespace": {
      "type": "string",
      "example": "Example Project"
    },
    "authorization_type": {
      "type": "string",
      "example": "2026-04-17T12:00:00Z"
    },
    "ca_cert": {
      "type": "string",
      "example": "example_value"
    }
  }
}