mirror of
https://github.com/wahyd4/ingress-nginx.git
synced 2026-08-09 05:16:27 +10:00
Fix public function comment (#5181)
This commit is contained in:
@@ -74,7 +74,7 @@ func GetDeploymentPod(flags *genericclioptions.ConfigFlags, deployment string) (
|
||||
return ings[0], nil
|
||||
}
|
||||
|
||||
// GetDeploymentPod finds a pod from a given deployment
|
||||
// GetLabeledPod finds a pod from a given label
|
||||
func GetLabeledPod(flags *genericclioptions.ConfigFlags, label string) (apiv1.Pod, error) {
|
||||
ings, err := getLabeledPods(flags, label)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user