You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix refresh of target if upstream no longer exists (#70) (#73)
* Fix refresh of target if upstream no longer exists
Provider should not throw error when upstream no longer exists as that
means that the target no longer exists either.
* Adjust documentation of upstream name to match Kong's description
Hopefully removes confusion regarding presence of upstream_url on
service resource
(#52 (comment))
* goimports
* Code review adjustments
*`name` is a hostname like name that can be referenced in the upstream_url field of a service.
317
+
*`name` is a hostname, which must be equal to the host of a Service.
318
318
*`slots` is the number of slots in the load balancer algorithm (10-65536, defaults to 10000).
319
319
*`hash_on` is a hashing input type: `none `(resulting in a weighted-round-robin scheme with no hashing), `consumer`, `ip`, `header`, or `cookie`. Defaults to `none`.
320
320
*`hash_fallback` is a hashing input type if the primary `hash_on` does not return a hash (eg. header is missing, or no consumer identified). One of: `none`, `consumer`, `ip`, `header`, or `cookie`. Not available if `hash_on` is set to `cookie`. Defaults to `none`.
0 commit comments