Documentation ¶
Index ¶
- type Client
- func (c *Client) Create(ctx context.Context, namespace string, space *upboundv1alpha1.Space, ...) (*upboundv1alpha1.Space, error)
- func (c *Client) Delete(ctx context.Context, namespace, name string, opts *metav1.DeleteOptions) error
- func (c *Client) List(ctx context.Context, namespace string, opts *metav1.ListOptions) (*upboundv1alpha1.SpaceList, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a spaces client.
func (*Client) Create ¶
func (c *Client) Create(ctx context.Context, namespace string, space *upboundv1alpha1.Space, opts *metav1.CreateOptions) (*upboundv1alpha1.Space, error)
Create creates a space.
Click to show internal directories.
Click to hide internal directories.