Skip to content
DocsTry Aspire
DocsTry

KindHelmChartResource.withCrdWaitRetry

Method
📦 CommunityToolkit.Aspire.Hosting.Kind v13.5.1-beta.736
interface KindHelmChartResource {
// ... omitted for brevity
withCrdWaitRetry(
maxAttempts?: number,
backoff?: timespan,
crdWaitTimeout?: timespan): KindHelmChartResource;
}

Signature

methodwithCrdWaitRetrybuilder
Retries Helm installs that race newly-created CRDs which have not reached the `Established` condition yet.
withCrdWaitRetry(
maxAttempts?: number,
backoff?: timespan,
crdWaitTimeout?: timespan): KindHelmChartResource
maxAttemptsnumberoptional= 3
backofftimespanoptional
crdWaitTimeouttimespanoptional
KindHelmChartResource

Defined on

This method is defined on the following type: