Skip to content

Commit

Permalink
Add "(Kubernetes)" to ProductInfo. (Azure#2811)
Browse files Browse the repository at this point in the history
  • Loading branch information
darobs authored Apr 21, 2020
1 parent d70cc7b commit b44a5e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public KubernetesModule(
this.workloadUri = Preconditions.CheckNotNull(workloadUri, nameof(workloadUri));
this.dockerAuthConfig = Preconditions.CheckNotNull(dockerAuthConfig, nameof(dockerAuthConfig));
this.upstreamProtocol = Preconditions.CheckNotNull(upstreamProtocol, nameof(upstreamProtocol));
this.productInfo = productInfo;
this.productInfo = productInfo.Map(p => $"{p} (Kubernetes)");
this.defaultMapServiceType = defaultMapServiceType;
this.enableServiceCallTracing = enableServiceCallTracing;
this.useMountSourceForVolumeName = useMountSourceForVolumeName;
Expand Down

0 comments on commit b44a5e0

Please sign in to comment.