Fix public function comment (#5181)
This commit is contained in:
parent
28d0c6dc7a
commit
0ccf520c99
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue