Share via


HostPortRangeV1Beta1 Class

Definition

Represents a range of host ports that can be used in Kubernetes deployments.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class HostPortRangeV1Beta1
[<YamlDotNet.Serialization.YamlSerializable>]
type HostPortRangeV1Beta1 = class
Public NotInheritable Class HostPortRangeV1Beta1
Inheritance
HostPortRangeV1Beta1
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

Constructors

HostPortRangeV1Beta1()

Properties

Max

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.

Min

Gets or sets the minimum value of the port range. Represents the smallest port number within this range.

Applies to