GitLab · Schema

API_Entities_Platform_Kubernetes

API_Entities_Platform_Kubernetes from GitLab API

CodePlatformSoftware DevelopmentSource Control

Properties

Name Type Description
api_url string
namespace string
authorization_type string
ca_cert string
View JSON Schema on GitHub

JSON Schema

gitlab-openapi-original-api_entities_platform_kubernetes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/gitlab/refs/heads/main/json-schema/gitlab-openapi-original-api_entities_platform_kubernetes-schema.json",
  "title": "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"
    }
  }
}