Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cluster_agent_authorization_configuration.json « json_schemas « validators « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3de0b7043be7e7025e02d45ff9b70cdc1b58cc2 (plain)
1
2
3
4
5
6
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "description": "Cluster Agent configuration for an authorized project or group",
  "type": "object",
  "additionalProperties": true
}