Versions in this module Expand all Collapse all v0 v0.3.61 Jan 17, 2024 Changes in this version + type Client struct + func NewClient(client client.Client) *Client + func (c *Client) GetControlPlane(ctx context.Context, name string) (*generated.ApplicationBundle, error) + func (c *Client) GetKubernetesCluster(ctx context.Context, name string) (*generated.ApplicationBundle, error) + func (c *Client) ListCluster(ctx context.Context) ([]*generated.ApplicationBundle, error) + func (c *Client) ListControlPlane(ctx context.Context) ([]*generated.ApplicationBundle, error)