diff --git a/api/alerting/alerting_controller.go b/api/alerting/alerting_controller.go index 16f25888..098b87a4 100644 --- a/api/alerting/alerting_controller.go +++ b/api/alerting/alerting_controller.go @@ -118,10 +118,8 @@ func UpdateEnvironmentAlertingConfig(accounts models.Accounts, w http.ResponseWr // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -182,10 +180,8 @@ func GetEnvironmentAlertingConfig(accounts models.Accounts, w http.ResponseWrite // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -237,10 +233,8 @@ func EnableEnvironmentAlerting(accounts models.Accounts, w http.ResponseWriter, // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -294,10 +288,8 @@ func DisableEnvironmentAlerting(accounts models.Accounts, w http.ResponseWriter, // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -351,10 +343,8 @@ func UpdateApplicationAlertingConfig(accounts models.Accounts, w http.ResponseWr // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -409,10 +399,8 @@ func GetApplicationAlertingConfig(accounts models.Accounts, w http.ResponseWrite // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -458,10 +446,8 @@ func EnableApplicationAlerting(accounts models.Accounts, w http.ResponseWriter, // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -509,10 +495,8 @@ func DisableApplicationAlerting(accounts models.Accounts, w http.ResponseWriter, // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": diff --git a/api/applications/applications_controller.go b/api/applications/applications_controller.go index 74836f62..48d3b40a 100644 --- a/api/applications/applications_controller.go +++ b/api/applications/applications_controller.go @@ -142,10 +142,8 @@ func (ac *applicationController) ShowApplications(accounts models.Accounts, w ht // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -201,10 +199,8 @@ func (ac *applicationController) SearchApplications(accounts models.Accounts, w // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -274,10 +270,8 @@ func (ac *applicationController) GetApplication(accounts models.Accounts, w http // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -327,10 +321,8 @@ func (ac *applicationController) IsDeployKeyValidHandler(accounts models.Account // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -381,10 +373,8 @@ func (ac *applicationController) RegenerateDeployKeyHandler(accounts models.Acco // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "204": @@ -429,10 +419,8 @@ func (ac *applicationController) GetDeployKeyAndSecret(accounts models.Accounts, // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -475,10 +463,8 @@ func (ac *applicationController) RegisterApplication(accounts models.Accounts, w // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -532,10 +518,8 @@ func (ac *applicationController) ChangeRegistrationDetails(accounts models.Accou // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -593,10 +577,8 @@ func (ac *applicationController) ModifyRegistrationDetails(accounts models.Accou // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -648,10 +630,8 @@ func (ac *applicationController) DeleteApplication(accounts models.Accounts, w h // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -724,10 +704,8 @@ func (ac *applicationController) TriggerPipelineBuild(accounts models.Accounts, // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -774,10 +752,8 @@ func (ac *applicationController) TriggerPipelineBuildDeploy(accounts models.Acco // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -825,10 +801,8 @@ func (ac *applicationController) TriggerPipelineDeploy(accounts models.Accounts, // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -876,10 +850,8 @@ func (ac *applicationController) TriggerPipelinePromote(accounts models.Accounts // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": diff --git a/api/buildsecrets/buildsecrets_controller.go b/api/buildsecrets/buildsecrets_controller.go index 536778e8..ab617811 100644 --- a/api/buildsecrets/buildsecrets_controller.go +++ b/api/buildsecrets/buildsecrets_controller.go @@ -58,10 +58,8 @@ func GetBuildSecrets(accounts models.Accounts, w http.ResponseWriter, r *http.Re // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -116,10 +114,8 @@ func ChangeBuildSecret(accounts models.Accounts, w http.ResponseWriter, r *http. // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": diff --git a/api/deployments/deployment_controller.go b/api/deployments/deployment_controller.go index 042802f8..b6fa0237 100644 --- a/api/deployments/deployment_controller.go +++ b/api/deployments/deployment_controller.go @@ -80,10 +80,8 @@ func GetDeployments(accounts models.Accounts, w http.ResponseWriter, r *http.Req // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -144,10 +142,8 @@ func GetDeployment(accounts models.Accounts, w http.ResponseWriter, r *http.Requ // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -195,10 +191,8 @@ func GetComponents(accounts models.Accounts, w http.ResponseWriter, r *http.Requ // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -279,10 +273,8 @@ func GetPodLog(accounts models.Accounts, w http.ResponseWriter, r *http.Request) // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": diff --git a/api/environments/environment_controller.go b/api/environments/environment_controller.go index 0e0afc78..9dcea55f 100644 --- a/api/environments/environment_controller.go +++ b/api/environments/environment_controller.go @@ -238,10 +238,8 @@ func (c *environmentController) GetApplicationEnvironmentDeployments(accounts mo // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -302,10 +300,8 @@ func (c *environmentController) CreateEnvironment(accounts models.Accounts, w ht // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -351,10 +347,8 @@ func (c *environmentController) GetEnvironment(accounts models.Accounts, w http. // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -404,10 +398,8 @@ func (c *environmentController) DeleteEnvironment(accounts models.Accounts, w ht // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -449,10 +441,8 @@ func (c *environmentController) GetEnvironmentSummary(accounts models.Accounts, // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -501,10 +491,8 @@ func (c *environmentController) GetEnvironmentEvents(accounts models.Accounts, w // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -559,10 +547,8 @@ func (c *environmentController) StopComponent(accounts models.Accounts, w http.R // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -614,10 +600,8 @@ func (c *environmentController) StartComponent(accounts models.Accounts, w http. // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -673,10 +657,8 @@ func (c *environmentController) RestartComponent(accounts models.Accounts, w htt // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -723,10 +705,8 @@ func (c *environmentController) StopEnvironment(accounts models.Accounts, w http // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -772,10 +752,8 @@ func (c *environmentController) StartEnvironment(accounts models.Accounts, w htt // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -825,10 +803,8 @@ func (c *environmentController) RestartEnvironment(accounts models.Accounts, w h // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -871,10 +847,8 @@ func (c *environmentController) StopApplication(accounts models.Accounts, w http // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -914,10 +888,8 @@ func (c *environmentController) StartApplication(accounts models.Accounts, w htt // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -961,10 +933,8 @@ func (c *environmentController) RestartApplication(accounts models.Accounts, w h // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -1014,10 +984,8 @@ func (c *environmentController) RestartOAuthAuxiliaryResource(accounts models.Ac // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -1104,10 +1072,8 @@ func (c *environmentController) GetPodLog(accounts models.Accounts, w http.Respo // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -1193,10 +1159,8 @@ func (c *environmentController) GetScheduledJobLog(accounts models.Accounts, w h // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -1259,10 +1223,8 @@ func (c *environmentController) GetJobComponentDeployments(accounts models.Accou // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -1316,10 +1278,8 @@ func (c *environmentController) GetJobs(accounts models.Accounts, w http.Respons // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -1378,10 +1338,8 @@ func (c *environmentController) GetJob(accounts models.Accounts, w http.Response // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -1439,10 +1397,8 @@ func (c *environmentController) StopJob(accounts models.Accounts, w http.Respons // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "204": @@ -1504,10 +1460,8 @@ func (c *environmentController) RestartJob(accounts models.Accounts, w http.Resp // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "204": @@ -1569,10 +1523,8 @@ func (c *environmentController) DeleteJob(accounts models.Accounts, w http.Respo // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "204": @@ -1629,10 +1581,8 @@ func (c *environmentController) GetBatches(accounts models.Accounts, w http.Resp // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -1691,10 +1641,8 @@ func (c *environmentController) GetBatch(accounts models.Accounts, w http.Respon // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -1752,10 +1700,8 @@ func (c *environmentController) StopBatch(accounts models.Accounts, w http.Respo // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "204": @@ -1817,10 +1763,8 @@ func (c *environmentController) RestartBatch(accounts models.Accounts, w http.Re // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "204": @@ -1888,10 +1832,8 @@ func (c *environmentController) CopyBatch(accounts models.Accounts, w http.Respo // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -1966,10 +1908,8 @@ func (c *environmentController) CopyJob(accounts models.Accounts, w http.Respons // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -2038,10 +1978,8 @@ func (c *environmentController) DeleteBatch(accounts models.Accounts, w http.Res // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "204": @@ -2121,10 +2059,8 @@ func (c *environmentController) GetOAuthAuxiliaryResourcePodLog(accounts models. // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -2199,10 +2135,8 @@ func (c *environmentController) GetJobPayload(accounts models.Accounts, w http.R // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -2260,10 +2194,8 @@ func (c *environmentController) ScaleComponent(accounts models.Accounts, w http. // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "204": diff --git a/api/environmentvariables/env_vars_controller.go b/api/environmentvariables/env_vars_controller.go index f7524841..8d203895 100644 --- a/api/environmentvariables/env_vars_controller.go +++ b/api/environmentvariables/env_vars_controller.go @@ -76,10 +76,8 @@ func (controller *envVarsController) GetComponentEnvVars(accounts models.Account // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -139,10 +137,8 @@ func (controller *envVarsController) ChangeEnvVar(accounts models.Accounts, w ht // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": diff --git a/api/jobs/job_controller.go b/api/jobs/job_controller.go index f3b6a966..93aa736c 100644 --- a/api/jobs/job_controller.go +++ b/api/jobs/job_controller.go @@ -104,10 +104,8 @@ func GetApplicationJobs(accounts models.Accounts, w http.ResponseWriter, r *http // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -156,10 +154,8 @@ func GetApplicationJob(accounts models.Accounts, w http.ResponseWriter, r *http. // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -207,10 +203,8 @@ func StopApplicationJob(accounts models.Accounts, w http.ResponseWriter, r *http // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "204": @@ -256,10 +250,8 @@ func RerunApplicationJob(accounts models.Accounts, w http.ResponseWriter, r *htt // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "204": @@ -304,10 +296,8 @@ func GetTektonPipelineRuns(accounts models.Accounts, w http.ResponseWriter, r *h // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -362,10 +352,8 @@ func GetTektonPipelineRun(accounts models.Accounts, w http.ResponseWriter, r *ht // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -419,10 +407,8 @@ func GetTektonPipelineRunTasks(accounts models.Accounts, w http.ResponseWriter, // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -483,10 +469,8 @@ func GetTektonPipelineRunTask(accounts models.Accounts, w http.ResponseWriter, r // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -546,10 +530,8 @@ func GetTektonPipelineRunTaskSteps(accounts models.Accounts, w http.ResponseWrit // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -634,10 +616,8 @@ func GetTektonPipelineRunTaskStepLogs(accounts models.Accounts, w http.ResponseW // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -721,10 +701,8 @@ func GetPipelineJobStepLogs(accounts models.Accounts, w http.ResponseWriter, r * // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": diff --git a/api/privateimagehubs/privateimagehubs_controller.go b/api/privateimagehubs/privateimagehubs_controller.go index 00e9ab2b..f3b90101 100644 --- a/api/privateimagehubs/privateimagehubs_controller.go +++ b/api/privateimagehubs/privateimagehubs_controller.go @@ -58,10 +58,8 @@ func (dc *privateImageHubController) GetPrivateImageHubs(accounts models.Account // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -116,10 +114,8 @@ func (dc *privateImageHubController) ChangePrivateImageHubSecret(accounts models // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": diff --git a/api/secrets/secret_controller.go b/api/secrets/secret_controller.go index c6851b7e..ebd11b0f 100644 --- a/api/secrets/secret_controller.go +++ b/api/secrets/secret_controller.go @@ -34,12 +34,12 @@ func (ec *secretController) GetRoutes() models.Routes { Method: "GET", HandlerFunc: GetAzureKeyVaultSecretVersions, }, - //TODO reimplement change-secrets individually for each secret type - //models.Route{ + // TODO reimplement change-secrets individually for each secret type + // models.Route{ // Path: rootPath + "/environments/{envName}/components/{componentName}/secrets/azure/keyvault/clientid/{azureKeyVaultName}", // Method: "PUT", // HandlerFunc: ChangeSecretAzureKeyVaultClientId, - //}, + // }, } return routes } @@ -83,10 +83,8 @@ func ChangeComponentSecret(accounts models.Accounts, w http.ResponseWriter, r *h // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": @@ -163,10 +161,8 @@ func GetAzureKeyVaultSecretVersions(accounts models.Accounts, w http.ResponseWri // required: false // - name: Impersonate-Group // in: header - // description: Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set) - // type: array - // items: - // type: string + // description: Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set) + // type: string // required: false // responses: // "200": diff --git a/swaggerui_src/swagger.json b/swaggerui_src/swagger.json index 01aca44a..1dc39617 100644 --- a/swaggerui_src/swagger.json +++ b/swaggerui_src/swagger.json @@ -41,11 +41,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -100,11 +97,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -152,11 +146,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -211,11 +202,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -274,11 +262,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -325,11 +310,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -379,11 +361,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -432,11 +411,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -492,11 +468,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -548,11 +521,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -604,11 +574,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -660,11 +627,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -726,11 +690,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -779,11 +740,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -826,11 +784,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -891,11 +846,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -948,11 +900,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1002,11 +951,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1098,11 +1044,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1142,11 +1085,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1199,11 +1139,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1251,11 +1188,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1297,11 +1231,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1348,11 +1279,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1415,11 +1343,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1478,11 +1403,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1541,11 +1463,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1684,11 +1603,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1751,11 +1667,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1818,11 +1731,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1889,11 +1799,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -1994,11 +1901,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -2052,11 +1956,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -2117,11 +2018,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -2194,11 +2092,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -2286,11 +2181,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -2356,11 +2248,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -2414,11 +2303,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -2471,11 +2357,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -2528,11 +2411,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -2589,11 +2469,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -2657,11 +2534,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -2720,11 +2594,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -2800,11 +2671,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -2874,11 +2742,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -2945,11 +2810,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3009,11 +2871,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3070,11 +2929,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3138,11 +2994,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3201,11 +3054,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3281,11 +3131,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3355,11 +3202,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3420,11 +3264,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3491,11 +3332,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3583,11 +3421,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3634,11 +3469,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3688,11 +3520,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3739,11 +3568,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3783,11 +3609,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3840,11 +3663,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3922,11 +3742,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -3976,11 +3793,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4040,11 +3854,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4101,11 +3912,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4172,11 +3980,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4268,11 +4073,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4336,11 +4138,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4393,11 +4192,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4444,11 +4240,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4526,11 +4319,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4582,11 +4372,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4638,11 +4425,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4694,11 +4478,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4738,11 +4519,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4804,11 +4582,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4866,11 +4641,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4913,11 +4685,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -4957,11 +4726,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" } @@ -5001,11 +4767,8 @@ "in": "header" }, { - "type": "array", - "items": { - "type": "string" - }, - "description": "Works only with custom setup of cluster. Allow impersonation of test group (Required if Impersonate-User is set)", + "type": "string", + "description": "Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)", "name": "Impersonate-Group", "in": "header" }