2 writes to KubernetesConfigReadRetryIntervalMilliseconds
Aspire.Hosting (1)
Dcp\DcpOptions.cs (1)
331
options.
KubernetesConfigReadRetryIntervalMilliseconds
= dcpPublisherConfiguration.GetValue(nameof(options.KubernetesConfigReadRetryIntervalMilliseconds), options.KubernetesConfigReadRetryIntervalMilliseconds);
Aspire.Hosting.Tests (1)
Dcp\KubernetesServiceTests.cs (1)
214
KubernetesConfigReadRetryIntervalMilliseconds
= 50,
4 references to KubernetesConfigReadRetryIntervalMilliseconds
Aspire.Hosting (4)
Dcp\DcpOptions.cs (2)
331
options.KubernetesConfigReadRetryIntervalMilliseconds = dcpPublisherConfiguration.GetValue(nameof(options.
KubernetesConfigReadRetryIntervalMilliseconds
), options.
KubernetesConfigReadRetryIntervalMilliseconds
);
Dcp\KubernetesService.cs (2)
564
MaxDelay = TimeSpan.FromMilliseconds(dcpOptions.Value.
KubernetesConfigReadRetryIntervalMilliseconds
),
625
await Task.Delay(TimeSpan.FromMilliseconds(dcpOptions.Value.
KubernetesConfigReadRetryIntervalMilliseconds
), cancellationToken).ConfigureAwait(false);