Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkspacesInterface ¶
type WorkspacesInterface interface { GetByName(workspaceName string) (*apicontracts.Workspace, error) GetById(workspaceId string) (*apicontracts.Workspace, error) Get() (*[]apicontracts.Workspace, error) GetAll() (*[]apicontracts.Workspace, error) GetKubeconfig(workspacename, username, password string) (*apicontracts.ClusterKubeconfig, error) }
Click to show internal directories.
Click to hide internal directories.