From aedabd9834bb3a316b211f82cc4d9d9f90ab3bd6 Mon Sep 17 00:00:00 2001 From: aeneasr Date: Tue, 21 Jan 2020 11:31:49 +0000 Subject: [PATCH] Update SDK --- docs/api.swagger.json | 15 ++++++--------- .../httpclient/models/health_not_ready_status.go | 2 +- internal/httpclient/models/health_status.go | 2 +- internal/httpclient/models/json_web_key.go | 2 +- internal/httpclient/models/json_web_key_set.go | 2 +- internal/httpclient/models/rule.go | 2 +- internal/httpclient/models/rule_handler.go | 2 +- internal/httpclient/models/rule_match.go | 2 +- internal/httpclient/models/upstream.go | 2 +- internal/httpclient/models/version.go | 2 +- 10 files changed, 15 insertions(+), 18 deletions(-) diff --git a/docs/api.swagger.json b/docs/api.swagger.json index 00e2e3de27..39b04eae5a 100755 --- a/docs/api.swagger.json +++ b/docs/api.swagger.json @@ -518,7 +518,7 @@ }, "definitions": { "Upstream": { - "description": "Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream upstream", + "description": "Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream upstream", "type": "object", "properties": { "preserve_host": { @@ -536,7 +536,6 @@ } }, "healthNotReadyStatus": { - "description": "HealthNotReadyStatus health not ready status", "type": "object", "properties": { "errors": { @@ -549,7 +548,6 @@ } }, "healthStatus": { - "description": "HealthStatus HealthStatus HealthStatus HealthStatus HealthStatus HealthStatus health status", "type": "object", "properties": { "status": { @@ -559,7 +557,7 @@ } }, "jsonWebKey": { - "description": "JSONWebKey JSONWebKey json web key", + "description": "JSONWebKey JSONWebKey JSONWebKey json web key", "type": "object", "properties": { "alg": { @@ -636,7 +634,6 @@ } }, "jsonWebKeySet": { - "description": "JSONWebKeySet json web key set", "type": "object", "properties": { "keys": { @@ -650,7 +647,7 @@ }, "rule": { "type": "object", - "title": "Rule swaggerRule is a single rule that will get checked on every HTTP request.", + "title": "Rule Rule swaggerRule is a single rule that will get checked on every HTTP request.", "properties": { "authenticators": { "description": "Authenticators is a list of authentication handlers that will try and authenticate the provided credentials.\nAuthenticators are checked iteratively from index 0 to n and if the first authenticator to return a positive\nresult will be the one used.\n\nIf you want the rule to first check a specific authenticator before \"falling back\" to others, have that authenticator\nas the first item in the array.", @@ -686,7 +683,7 @@ } }, "ruleHandler": { - "description": "RuleHandler rule handler", + "description": "RuleHandler RuleHandler rule handler", "type": "object", "properties": { "config": { @@ -700,7 +697,7 @@ } }, "ruleMatch": { - "description": "RuleMatch RuleMatch RuleMatch rule match", + "description": "RuleMatch RuleMatch RuleMatch RuleMatch rule match", "type": "object", "properties": { "methods": { @@ -717,7 +714,7 @@ } }, "version": { - "description": "Version Version Version Version Version Version version", + "description": "Version Version Version Version Version Version Version version", "type": "object", "properties": { "version": { diff --git a/internal/httpclient/models/health_not_ready_status.go b/internal/httpclient/models/health_not_ready_status.go index dc878b4d71..0de7b2c13a 100644 --- a/internal/httpclient/models/health_not_ready_status.go +++ b/internal/httpclient/models/health_not_ready_status.go @@ -11,7 +11,7 @@ import ( "github.com/go-openapi/swag" ) -// HealthNotReadyStatus HealthNotReadyStatus health not ready status +// HealthNotReadyStatus health not ready status // swagger:model healthNotReadyStatus type HealthNotReadyStatus struct { diff --git a/internal/httpclient/models/health_status.go b/internal/httpclient/models/health_status.go index 1b7db0f8e8..44bb2047eb 100644 --- a/internal/httpclient/models/health_status.go +++ b/internal/httpclient/models/health_status.go @@ -11,7 +11,7 @@ import ( "github.com/go-openapi/swag" ) -// HealthStatus HealthStatus HealthStatus HealthStatus HealthStatus HealthStatus HealthStatus health status +// HealthStatus health status // swagger:model healthStatus type HealthStatus struct { diff --git a/internal/httpclient/models/json_web_key.go b/internal/httpclient/models/json_web_key.go index 2cd54b3cd4..d8f5ff7cbd 100644 --- a/internal/httpclient/models/json_web_key.go +++ b/internal/httpclient/models/json_web_key.go @@ -11,7 +11,7 @@ import ( "github.com/go-openapi/swag" ) -// JSONWebKey JSONWebKey JSONWebKey json web key +// JSONWebKey JSONWebKey JSONWebKey JSONWebKey json web key // swagger:model jsonWebKey type JSONWebKey struct { diff --git a/internal/httpclient/models/json_web_key_set.go b/internal/httpclient/models/json_web_key_set.go index 9b0874e67a..45a15b21c2 100644 --- a/internal/httpclient/models/json_web_key_set.go +++ b/internal/httpclient/models/json_web_key_set.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/swag" ) -// JSONWebKeySet JSONWebKeySet json web key set +// JSONWebKeySet json web key set // swagger:model jsonWebKeySet type JSONWebKeySet struct { diff --git a/internal/httpclient/models/rule.go b/internal/httpclient/models/rule.go index cc15aadfb0..97284bed26 100644 --- a/internal/httpclient/models/rule.go +++ b/internal/httpclient/models/rule.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/swag" ) -// Rule Rule swaggerRule is a single rule that will get checked on every HTTP request. +// Rule Rule Rule swaggerRule is a single rule that will get checked on every HTTP request. // swagger:model rule type Rule struct { diff --git a/internal/httpclient/models/rule_handler.go b/internal/httpclient/models/rule_handler.go index 152ed287d6..a47c104205 100644 --- a/internal/httpclient/models/rule_handler.go +++ b/internal/httpclient/models/rule_handler.go @@ -11,7 +11,7 @@ import ( "github.com/go-openapi/swag" ) -// RuleHandler RuleHandler rule handler +// RuleHandler RuleHandler RuleHandler rule handler // swagger:model ruleHandler type RuleHandler struct { diff --git a/internal/httpclient/models/rule_match.go b/internal/httpclient/models/rule_match.go index 7dd55ed15f..8d49da4b32 100644 --- a/internal/httpclient/models/rule_match.go +++ b/internal/httpclient/models/rule_match.go @@ -11,7 +11,7 @@ import ( "github.com/go-openapi/swag" ) -// RuleMatch RuleMatch RuleMatch RuleMatch rule match +// RuleMatch RuleMatch RuleMatch RuleMatch RuleMatch rule match // swagger:model ruleMatch type RuleMatch struct { diff --git a/internal/httpclient/models/upstream.go b/internal/httpclient/models/upstream.go index 6eab6aced7..905a63fccb 100644 --- a/internal/httpclient/models/upstream.go +++ b/internal/httpclient/models/upstream.go @@ -11,7 +11,7 @@ import ( "github.com/go-openapi/swag" ) -// Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream upstream +// Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream upstream // swagger:model Upstream type Upstream struct { diff --git a/internal/httpclient/models/version.go b/internal/httpclient/models/version.go index 8fde52fb92..a0d2e70bc9 100644 --- a/internal/httpclient/models/version.go +++ b/internal/httpclient/models/version.go @@ -11,7 +11,7 @@ import ( "github.com/go-openapi/swag" ) -// Version Version Version Version Version Version Version version +// Version Version Version Version Version Version Version Version version // swagger:model version type Version struct {