class K8S::Api::Extensions::V1beta1::HostPortRange
- K8S::Api::Extensions::V1beta1::HostPortRange
- Reference
- Object
Overview
HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined. Deprecated: use HostPortRange from policy API Group instead.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.15/api/extensions/v1beta1/host_port_range.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, max : Int32, min : Int32)