mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #52942 from amitkumarj441/patch-3
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix typo **What this PR does / why we need it**: To fix typo in annotations **Release note**: ```release-note NONE ```
This commit is contained in:
commit
e87f1cbc88
@ -351,7 +351,7 @@ func hasCondition(conditions []metav1beta1.TableRowCondition, t metav1beta1.RowC
|
|||||||
}
|
}
|
||||||
|
|
||||||
// PrintTable prints a table to the provided output respecting the filtering rules for options
|
// PrintTable prints a table to the provided output respecting the filtering rules for options
|
||||||
// for wide columns and filetred rows. It filters out rows that are Completed. You should call
|
// for wide columns and filtered rows. It filters out rows that are Completed. You should call
|
||||||
// DecorateTable if you receive a table from a remote server before calling PrintTable.
|
// DecorateTable if you receive a table from a remote server before calling PrintTable.
|
||||||
func PrintTable(table *metav1beta1.Table, output io.Writer, options PrintOptions) error {
|
func PrintTable(table *metav1beta1.Table, output io.Writer, options PrintOptions) error {
|
||||||
if !options.NoHeaders {
|
if !options.NoHeaders {
|
||||||
|
Loading…
Reference in New Issue
Block a user