Skip to content

Commit

Permalink
Remove ApiVersion.V3 from RDS
Browse files Browse the repository at this point in the history
  • Loading branch information
slonka committed Sep 25, 2020
1 parent 4779973 commit 756cb90
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ class EnvoyListenersFactory(

private fun egressRds(communicationMode: CommunicationMode): Rds {
val configSource = ConfigSource.newBuilder()
.setResourceApiVersion(ApiVersion.V3)
.setInitialFetchTimeout(egressRdsInitialFetchTimeout)

when (communicationMode) {
Expand Down Expand Up @@ -309,7 +308,6 @@ class EnvoyListenersFactory(

private fun ingressRds(communicationMode: CommunicationMode): Rds {
val configSource = ConfigSource.newBuilder()
.setResourceApiVersion(ApiVersion.V3)
.setInitialFetchTimeout(ingressRdsInitialFetchTimeout)

when (communicationMode) {
Expand Down

0 comments on commit 756cb90

Please sign in to comment.