Fix missing serverstransport documentation

This commit is contained in:
Kevin Pollet 2021-02-01 13:58:03 +01:00 committed by GitHub
parent 96a3468791
commit 73cea2d303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 20 additions and 3 deletions

View file

@ -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

View file

@ -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