Skip to content
DocsTry Aspire
DocsTry

TcpSocketActionV1

Classsealednet8.0
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
Represents a TCP socket action configuration used in Kubernetes resources. This class is typically utilized for health or readiness probes or lifecycle handlers, allowing the definition of connectivity checks to a specified host and port via TCP.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class TcpSocketActionV1
{
// ...
}