Fix missing serverstransport documentation
This commit is contained in:
parent
96a3468791
commit
73cea2d303
8 changed files with 20 additions and 3 deletions
|
@ -380,6 +380,7 @@
|
|||
token = "foobar"
|
||||
|
||||
[experimental]
|
||||
kubernetesGateway = true
|
||||
[experimental.plugins]
|
||||
[experimental.plugins.Descriptor0]
|
||||
moduleName = "foobar"
|
||||
|
@ -390,4 +391,3 @@
|
|||
[experimental.devPlugin]
|
||||
goPath = "foobar"
|
||||
moduleName = "foobar"
|
||||
kubernetesGateway = true
|
||||
|
|
|
@ -400,6 +400,7 @@ certificatesResolvers:
|
|||
pilot:
|
||||
token: foobar
|
||||
experimental:
|
||||
kubernetesGateway: true
|
||||
plugins:
|
||||
Descriptor0:
|
||||
moduleName: foobar
|
||||
|
@ -410,5 +411,4 @@ experimental:
|
|||
devPlugin:
|
||||
goPath: foobar
|
||||
moduleName: foobar
|
||||
kubernetesGateway: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue