Package io.quarkus.grpc.runtime.config
Class Xds
- java.lang.Object
-
- io.quarkus.grpc.runtime.config.Xds
-
-
Constructor Summary
Constructors Constructor Description Xds()
-
-
-
Field Detail
-
enabled
@ConfigItem(defaultValue="false") public boolean enabled
Explicitly enable use of XDS.
-
secure
@ConfigItem(defaultValue="false") public boolean secure
Use secure credentials.
-
-