Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientWithOptions ¶
Types ¶
type Client ¶
type Client interface { ListManagedClusters(ctx context.Context, orgSlug string) (uiex.ListManagedClustersResponse, error) GetManagedCluster(ctx context.Context, orgSlug string, id string) (uiex.GetManagedClusterResponse, error) }
func ClientFromContext ¶
ClientFromContext returns the Client ctx carries.
Click to show internal directories.
Click to hide internal directories.