HostPortRangeV1Beta1 Properties
Class Properties 2 members
Represents a range of host ports that can be used in Kubernetes deployments.
Gets or sets the maximum value of the port range. Represents the upper bound of the host port range in a Kubernetes resource configuration. Must be greater than or equal to the Min property to define a valid range.
public int Max { get; set; } Gets or sets the minimum value of the port range. Represents the smallest port number within this range.
public int Min { get; set; }