Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientFactory ¶
type ClientFactory interface {
New(ctx context.Context, accountPath string) (client.Client, error)
}
ClientFactory creates a client for a specific KCP workspace
type KCPClient ¶
type KCPClient struct {
// contains filtered or unexported fields
}
KCPClient implements ClientFactory for KCP workspaces
func NewClientFactory ¶
NewClientFactory creates a new workspace client factory
Click to show internal directories.
Click to hide internal directories.