Skip to content

Commit

Permalink
fix(provider/gce): Marking the servergroup caching agents for gce as …
Browse files Browse the repository at this point in the history
…authoritative for clusters. (#4570)

Co-authored-by: Luke Abraham <luke.abraham@lowes.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed May 16, 2020
1 parent c92021a commit dd6de86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ abstract class AbstractGoogleServerGroupCachingAgent
ImmutableSet.of(
AUTHORITATIVE.forType(SERVER_GROUPS.getNs()),
AUTHORITATIVE.forType(APPLICATIONS.getNs()),
INFORMATIVE.forType(CLUSTERS.getNs()),
AUTHORITATIVE.forType(CLUSTERS.getNs()),
INFORMATIVE.forType(LOAD_BALANCERS.getNs()));

private static final String ON_DEMAND_TYPE =
Expand Down

0 comments on commit dd6de86

Please sign in to comment.