-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs to reflect Provider wording #3331
Conversation
docs/configuration/commons.md
Outdated
@@ -421,12 +421,12 @@ idleTimeout = "360s" | |||
!!! warning | |||
For advanced users only. | |||
|
|||
Supported by all backends except: File backend, Web backend and DynamoDB backend. | |||
Supported by all Providers except: File Provider, Web Provider and DynamoDB Provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Providers -> providers (I'd leave the others as is ... )
|
||
Træfik can be configured to use Zookeeper as a backend configuration. | ||
Træfik can be configured to use Zookeeper as a Provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provider -> provider
|
||
Træfik can be configured to use Azure Service Fabric as a backend configuration. | ||
Træfik can be configured to use Azure Service Fabric as a Provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provider -> provider
|
||
Træfik can be configured to use Marathon as a backend configuration. | ||
Træfik can be configured to use Marathon as a Provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provider -> provider
|
||
Træfik can be configured to use Kubernetes Ingress as a backend configuration. | ||
Træfik can be configured to use Kubernetes Ingress as a Provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provider -> provider
|
||
Træfik can be configured to use Eureka as a backend configuration. | ||
Træfik can be configured to use Eureka as a Provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provider -> provider
docs/configuration/backends/etcd.md
Outdated
|
||
Træfik can be configured to use Etcd as a backend configuration. | ||
Træfik can be configured to use Etcd as a Provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provider -> provider
docs/configuration/backends/ecs.md
Outdated
|
||
Træfik can be configured to use Amazon ECS as a backend configuration. | ||
Træfik can be configured to use Amazon ECS as a Provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provider -> provider
|
||
Træfik can be configured to use Amazon DynamoDB as a backend configuration. | ||
Træfik can be configured to use Amazon DynamoDB as a Provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provider -> provider
|
||
Træfik can be configured to use Docker as a backend configuration. | ||
Træfik can be configured to use Docker as a Provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provider -> provider
|
||
Træfik can be configured to use service discovery catalog of Consul as a backend configuration. | ||
Træfik can be configured to use service discovery catalog of Consul as a Provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provider -> provider
|
||
Træfik can be configured to use Consul as a backend configuration. | ||
Træfik can be configured to use Consul as a Provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provider -> provider
|
||
Træfik can be configured to use BoltDB as a backend configuration. | ||
Træfik can be configured to use BoltDB as a Provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provider -> provider
fix capitalization
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👏 📖
I really like the s/backend/provider/g
modifications 😉 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What does this PR do?
Updates the documentation to use the new Provider wording to prevent confusion between Providers (such as Docker, File, Kubernetes), and Backends (which are groups of servers).
Motivation
Fixes #894
More