Documentation ¶
Index ¶
- type Client
- func (in *Client) List(resources []schema.GroupVersionResource, options metav1.ListOptions) ([]unstructured.Unstructured, error)
- func (in *Client) Logs(namespace string, name string, writer io.Writer) error
- func (in *Client) LogsForContainer(namespace string, name string, container string, writer io.Writer) error
- func (in *Client) ServerResources() ([]schema.GroupVersionResource, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) List ¶
func (in *Client) List(resources []schema.GroupVersionResource, options metav1.ListOptions) ([]unstructured.Unstructured, error)
func (*Client) LogsForContainer ¶
func (*Client) ServerResources ¶
func (in *Client) ServerResources() ([]schema.GroupVersionResource, error)
Click to show internal directories.
Click to hide internal directories.