Skip to content
DocsTry Aspire
DocsTry

K8sManifestResource.withClusterReadyTimeout

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

Signature

methodwithClusterReadyTimeoutbuilder
Sets the maximum time to wait for the Kubernetes API to become reachable before running `kubectl apply`.
withClusterReadyTimeout(timeout: timespan): K8sManifestResource
timeouttimespan
K8sManifestResource

Defined on

This method is defined on the following type: