Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + const FailedWithInvalidPort + const FailedWithNotFound + const NotValidated + const OK + type Interface interface + Validate func(name, namespace string, portNameOrNumber intstr.IntOrString) (ValidationResult, error) + func New(k8sInterface k8s.Interface) Interface + type PortValidator func(port *k8sCore.ServicePort) bool + type ValidationResult int