func portsForObject(object runtime.Object) ([]string, error) { … } func getPorts(spec corev1.PodSpec) []string { … } func getServicePorts(spec corev1.ServiceSpec) []string { … }
func portsForObject(object runtime.Object) ([]string, error) { … } func getPorts(spec corev1.PodSpec) []string { … } func getServicePorts(spec corev1.ServiceSpec) []string { … }