package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev
# Functions
FilterPortAndProtocolArray splits an array of strings of format port/proto and returns an array of docker.Port that succeeded parsing.
SplitPortAndProtocol splits a string of format port/proto and returns a docker.Port.
SplitPortAndProtocolArray splits an array of strings of format port/proto and returns an array of docker.Port.
ValidatePortAndProtocol validates the port range and protocol of a docker.Port.