Interface TableListable

    • Method Detail

      • listAsTable

        Table listAsTable()
        List resources as a Table containing server-defined column definitions and row data. Sends a multi-value Accept header with v1, v1beta1, and plain JSON fallbacks (matching kubectl behavior) so aggregated apiservers fall back gracefully.
        Returns:
        a Table with a row per resource
      • listAsTable

        Table listAsTable​(ListOptions options)
        List resources as a Table with the given options. Sends a multi-value Accept header with v1, v1beta1, and plain JSON fallbacks (matching kubectl behavior) so aggregated apiservers fall back gracefully.
        Parameters:
        options - list options (label selectors, field selectors, pagination, etc.)
        Returns:
        a Table with a row per resource