Documentation ¶
Overview ¶
Package tablelistconvert provides a client that will use a table client but convert *UnstructuredList and *Unstructured objects returned by ByID and List to resemble those returned by non-table clients while preserving some table-related data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
dynamic.ResourceInterface
}
func (*Client) List ¶
func (c *Client) List(ctx context.Context, opts metav1.ListOptions) (*unstructured.UnstructuredList, error)
List will return an *UnstructuredList that contains Items instead of just using the Object field to store a table as Table Clients do. The items will preserve values for columns in the form of metadata.fields.
Click to show internal directories.
Click to hide internal directories.