ghes-cluster-roles

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-ghes-cluster-roles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ghes-cluster-roles",
  "title": "ghes-cluster-roles",
  "type": "string",
  "enum": [
    "Blank",
    "ActionsServer",
    "ConsulServer",
    "ElasticsearchServer",
    "GitServer",
    "JobServer",
    "LaunchServer",
    "MemcacheServer",
    "MetricsServer",
    "MssqlServer",
    "MysqlServer",
    "PagesServer",
    "RedisServer",
    "StorageServer",
    "WebServer"
  ]
}