2 writes to KubernetesConfigReadRetryCount
Aspire.Hosting (1)
Dcp\DcpOptions.cs (1)
330
options.
KubernetesConfigReadRetryCount
= dcpPublisherConfiguration.GetValue(nameof(options.KubernetesConfigReadRetryCount), options.KubernetesConfigReadRetryCount);
Aspire.Hosting.Tests (1)
Dcp\KubernetesServiceTests.cs (1)
215
KubernetesConfigReadRetryCount
= 300,
3 references to KubernetesConfigReadRetryCount
Aspire.Hosting (3)
Dcp\DcpOptions.cs (2)
330
options.KubernetesConfigReadRetryCount = dcpPublisherConfiguration.GetValue(nameof(options.
KubernetesConfigReadRetryCount
), options.
KubernetesConfigReadRetryCount
);
Dcp\KubernetesService.cs (1)
563
MaxRetryAttempts = dcpOptions.Value.
KubernetesConfigReadRetryCount
,