SessionAffinityConfigV1 Properties
Class Properties 1 member
Represents the configuration for session affinity in a Kubernetes Service resource.
Gets or sets the client IP configuration used for session affinity.
public ClientIPConfigV1 ClientIp { get; set; }Remarks
This property specifies the configuration settings related to session affinity that are based on the client's IP address. It encapsulates parameters such as the timeout duration for session stickiness.