Documentation ¶
Index ¶
- type DirectorClient
- func (_m *DirectorClient) CreateRuntime(config *gqlschema.RuntimeInput, tenant string) (string, error)
- func (_m *DirectorClient) DeleteRuntime(id string, tenant string) error
- func (_m *DirectorClient) GetConnectionToken(id string, tenant string) (graphql.OneTimeTokenForRuntimeExt, error)
- func (_m *DirectorClient) GetRuntime(id string, tenant string) (graphql.RuntimeExt, error)
- func (_m *DirectorClient) RuntimeExists(gardenerClusterName string, tenant string) (bool, error)
- func (_m *DirectorClient) SetRuntimeStatusCondition(id string, statusCondition graphql.RuntimeStatusCondition, tenant string) error
- func (_m *DirectorClient) UpdateRuntime(id string, config *graphql.RuntimeInput, tenant string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectorClient ¶
DirectorClient is an autogenerated mock type for the DirectorClient type
func (*DirectorClient) CreateRuntime ¶
func (_m *DirectorClient) CreateRuntime(config *gqlschema.RuntimeInput, tenant string) (string, error)
CreateRuntime provides a mock function with given fields: config, tenant
func (*DirectorClient) DeleteRuntime ¶
func (_m *DirectorClient) DeleteRuntime(id string, tenant string) error
DeleteRuntime provides a mock function with given fields: id, tenant
func (*DirectorClient) GetConnectionToken ¶
func (_m *DirectorClient) GetConnectionToken(id string, tenant string) (graphql.OneTimeTokenForRuntimeExt, error)
GetConnectionToken provides a mock function with given fields: id, tenant
func (*DirectorClient) GetRuntime ¶
func (_m *DirectorClient) GetRuntime(id string, tenant string) (graphql.RuntimeExt, error)
GetRuntime provides a mock function with given fields: id, tenant
func (*DirectorClient) RuntimeExists ¶
func (_m *DirectorClient) RuntimeExists(gardenerClusterName string, tenant string) (bool, error)
RuntimeExists provides a mock function with given fields: gardenerClusterName, tenant
func (*DirectorClient) SetRuntimeStatusCondition ¶
func (_m *DirectorClient) SetRuntimeStatusCondition(id string, statusCondition graphql.RuntimeStatusCondition, tenant string) error
SetRuntimeStatusCondition provides a mock function with given fields: id, statusCondition, tenant
func (*DirectorClient) UpdateRuntime ¶
func (_m *DirectorClient) UpdateRuntime(id string, config *graphql.RuntimeInput, tenant string) error
UpdateRuntime provides a mock function with given fields: id, config, tenant
Click to show internal directories.
Click to hide internal directories.