1 write to KubernetesConfigReadRetryIntervalMilliseconds
Aspire.Hosting (1)
Dcp\DcpOptions.cs (1)
188
options.
KubernetesConfigReadRetryIntervalMilliseconds
= dcpPublisherConfiguration.GetValue(nameof(options.KubernetesConfigReadRetryIntervalMilliseconds), options.KubernetesConfigReadRetryIntervalMilliseconds);
4 references to KubernetesConfigReadRetryIntervalMilliseconds
Aspire.Hosting (4)
Dcp\DcpOptions.cs (2)
188
options.KubernetesConfigReadRetryIntervalMilliseconds = dcpPublisherConfiguration.GetValue(nameof(options.
KubernetesConfigReadRetryIntervalMilliseconds
), options.
KubernetesConfigReadRetryIntervalMilliseconds
);
Dcp\KubernetesService.cs (2)
498
MaxDelay = TimeSpan.FromMilliseconds(dcpOptions.Value.
KubernetesConfigReadRetryIntervalMilliseconds
),
548
await Task.Delay(TimeSpan.FromMilliseconds(dcpOptions.Value.
KubernetesConfigReadRetryIntervalMilliseconds
), cancellationToken).ConfigureAwait(false);