TcpSocketActionV1 Properties
Class Properties 2 members
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.
Specifies the hostname or IP address to be used for the TCP socket action.
public string Host { get; set; } Gets or sets the port number to access for the TCP socket action. This property specifies the numeric port on which the TCP connection should be established.
public int Port { get; set; }