mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
formatted the file
Signed-off-by: Dipankar Das <dipankardas0115@gmail.com>
This commit is contained in:
parent
9c9a775d4a
commit
b72be5c458
@ -99,7 +99,7 @@ func AddHandlers(h printers.PrintHandler) {
|
|||||||
{Name: "Readiness Gates", Type: "string", Priority: 1, Description: apiv1.PodSpec{}.SwaggerDoc()["readinessGates"]},
|
{Name: "Readiness Gates", Type: "string", Priority: 1, Description: apiv1.PodSpec{}.SwaggerDoc()["readinessGates"]},
|
||||||
}
|
}
|
||||||
|
|
||||||
// Errors are suppressed as TableHandler already logs internally
|
// Errors are suppressed as TableHandler already logs internally
|
||||||
_ = h.TableHandler(podColumnDefinitions, printPodList)
|
_ = h.TableHandler(podColumnDefinitions, printPodList)
|
||||||
_ = h.TableHandler(podColumnDefinitions, printPod)
|
_ = h.TableHandler(podColumnDefinitions, printPod)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user