1 write to KubernetesConfigReadRetryCount
Aspire.Hosting (1)
Dcp\DcpOptions.cs (1)
187
options.
KubernetesConfigReadRetryCount
= dcpPublisherConfiguration.GetValue(nameof(options.KubernetesConfigReadRetryCount), options.KubernetesConfigReadRetryCount);
3 references to KubernetesConfigReadRetryCount
Aspire.Hosting (3)
Dcp\DcpOptions.cs (2)
187
options.KubernetesConfigReadRetryCount = dcpPublisherConfiguration.GetValue(nameof(options.
KubernetesConfigReadRetryCount
), options.
KubernetesConfigReadRetryCount
);
Dcp\KubernetesService.cs (1)
497
MaxRetryAttempts = dcpOptions.Value.
KubernetesConfigReadRetryCount
,