Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CommonAccessor (0.39 sec)

  1. pkg/printers/tablegenerator.go

    		table.ResourceVersion = m.GetResourceVersion()
    		table.Continue = m.GetContinue()
    		table.RemainingItemCount = m.GetRemainingItemCount()
    	} else {
    		if m, err := meta.CommonAccessor(obj); err == nil {
    			table.ResourceVersion = m.GetResourceVersion()
    		}
    	}
    	return table, nil
    }
    
    // TableHandler adds a print handler with a given set of columns to HumanReadableGenerator instance.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 5.9K bytes
    - Viewed (0)
Back to top