package
1.13.0-alpha.0
Repository: https://github.com/jsturtevant/kubernetes.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Lookup containerPort number from Service port number It implements the handling of resolving container named port, as well as ignoring targetPort when clusterIP=None It returns an error when a named port can't find a match (with -1 returned), or when the service does not declare such port (with the input port number returned).
ParseFileSource parses the source given.
ParseLiteralSource parses the source key=val pair into its component pieces.
ParseRFC3339 parses an RFC3339 date in either RFC3339Nano or RFC3339 format.
No description provided by the author