Skip to content
DocsTry Aspire
DocsTry

withCrdWaitBehavior

Method
📦 CommunityToolkit.Aspire.Hosting.Kind v13.5.1-beta.736
interface K8sManifestResource {
// ... omitted for brevity
withCrdWaitBehavior(behavior: CrdWaitBehavior): K8sManifestResource;
}

Signature

methodwithCrdWaitBehaviorbuilder
Sets whether CRD wait failures fail the manifest resource or are logged as best-effort warnings.
withCrdWaitBehavior(behavior: CrdWaitBehavior): K8sManifestResource
behaviorCrdWaitBehavior
K8sManifestResource

Applies to

This method applies to the following types: