ClientIPConfigV1
Class sealed net10.0
Represents the configuration settings for client IP-based session affinity in a Kubernetes resource.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class ClientIPConfigV1{ // ...}Remarks
Section titled Remarks This class encapsulates settings that define the behavior of session affinity when based on the client's IP address. It is used within the broader session affinity configuration.