You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "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.",
"properties": {
"max": {
"description": "max is the end of the range, inclusive.",
"format": "int32",
"type": [
"integer",
"null"
]
},
"min": {
"description": "min is the start of the range, inclusive.",