Skip to content
Docs Try Aspire
Docs Try

TolerationV1

Class sealed net8.0
📦 Aspire.Hosting.Kubernetes v13.3.0-preview.1.26254.5
Represents a toleration configuration for Kubernetes pods. Used to tolerate taints that would otherwise prevent a pod from being scheduled onto a node. Defines the behavior of tolerating taints based on key-value pairs, operators, effects, and optional toleration durations.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class TolerationV1
{
// ...
}