Documentation
¶
Index ¶
- type Adminv2
- func (_m *Adminv2) Filesystem() adminv2connect.FilesystemServiceClient
- func (_m *Adminv2) IP() adminv2connect.IPServiceClient
- func (_m *Adminv2) Image() adminv2connect.ImageServiceClient
- func (_m *Adminv2) Network() adminv2connect.NetworkServiceClient
- func (_m *Adminv2) Partition() adminv2connect.PartitionServiceClient
- func (_m *Adminv2) Size() adminv2connect.SizeServiceClient
- func (_m *Adminv2) Tenant() adminv2connect.TenantServiceClient
- func (_m *Adminv2) Token() adminv2connect.TokenServiceClient
- type Apiv2
- func (_m *Apiv2) Filesystem() apiv2connect.FilesystemServiceClient
- func (_m *Apiv2) Health() apiv2connect.HealthServiceClient
- func (_m *Apiv2) IP() apiv2connect.IPServiceClient
- func (_m *Apiv2) Image() apiv2connect.ImageServiceClient
- func (_m *Apiv2) Machine() apiv2connect.MachineServiceClient
- func (_m *Apiv2) Method() apiv2connect.MethodServiceClient
- func (_m *Apiv2) Network() apiv2connect.NetworkServiceClient
- func (_m *Apiv2) Partition() apiv2connect.PartitionServiceClient
- func (_m *Apiv2) Project() apiv2connect.ProjectServiceClient
- func (_m *Apiv2) Size() apiv2connect.SizeServiceClient
- func (_m *Apiv2) Tenant() apiv2connect.TenantServiceClient
- func (_m *Apiv2) Token() apiv2connect.TokenServiceClient
- func (_m *Apiv2) User() apiv2connect.UserServiceClient
- func (_m *Apiv2) Version() apiv2connect.VersionServiceClient
- type Client
- type Infrav2
- type PersistTokenFn
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adminv2 ¶
Adminv2 is an autogenerated mock type for the Adminv2 type
func NewAdminv2 ¶
NewAdminv2 creates a new instance of Adminv2. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Adminv2) Filesystem ¶
func (_m *Adminv2) Filesystem() adminv2connect.FilesystemServiceClient
Filesystem provides a mock function with no fields
func (*Adminv2) IP ¶
func (_m *Adminv2) IP() adminv2connect.IPServiceClient
IP provides a mock function with no fields
func (*Adminv2) Image ¶
func (_m *Adminv2) Image() adminv2connect.ImageServiceClient
Image provides a mock function with no fields
func (*Adminv2) Network ¶
func (_m *Adminv2) Network() adminv2connect.NetworkServiceClient
Network provides a mock function with no fields
func (*Adminv2) Partition ¶
func (_m *Adminv2) Partition() adminv2connect.PartitionServiceClient
Partition provides a mock function with no fields
func (*Adminv2) Size ¶ added in v0.0.2
func (_m *Adminv2) Size() adminv2connect.SizeServiceClient
Size provides a mock function with no fields
func (*Adminv2) Tenant ¶
func (_m *Adminv2) Tenant() adminv2connect.TenantServiceClient
Tenant provides a mock function with no fields
func (*Adminv2) Token ¶
func (_m *Adminv2) Token() adminv2connect.TokenServiceClient
Token provides a mock function with no fields
type Apiv2 ¶
Apiv2 is an autogenerated mock type for the Apiv2 type
func NewApiv2 ¶
NewApiv2 creates a new instance of Apiv2. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Apiv2) Filesystem ¶
func (_m *Apiv2) Filesystem() apiv2connect.FilesystemServiceClient
Filesystem provides a mock function with no fields
func (*Apiv2) Health ¶
func (_m *Apiv2) Health() apiv2connect.HealthServiceClient
Health provides a mock function with no fields
func (*Apiv2) IP ¶
func (_m *Apiv2) IP() apiv2connect.IPServiceClient
IP provides a mock function with no fields
func (*Apiv2) Image ¶
func (_m *Apiv2) Image() apiv2connect.ImageServiceClient
Image provides a mock function with no fields
func (*Apiv2) Machine ¶ added in v0.0.9
func (_m *Apiv2) Machine() apiv2connect.MachineServiceClient
Machine provides a mock function with no fields
func (*Apiv2) Method ¶
func (_m *Apiv2) Method() apiv2connect.MethodServiceClient
Method provides a mock function with no fields
func (*Apiv2) Network ¶
func (_m *Apiv2) Network() apiv2connect.NetworkServiceClient
Network provides a mock function with no fields
func (*Apiv2) Partition ¶
func (_m *Apiv2) Partition() apiv2connect.PartitionServiceClient
Partition provides a mock function with no fields
func (*Apiv2) Project ¶
func (_m *Apiv2) Project() apiv2connect.ProjectServiceClient
Project provides a mock function with no fields
func (*Apiv2) Size ¶ added in v0.0.2
func (_m *Apiv2) Size() apiv2connect.SizeServiceClient
Size provides a mock function with no fields
func (*Apiv2) Tenant ¶
func (_m *Apiv2) Tenant() apiv2connect.TenantServiceClient
Tenant provides a mock function with no fields
func (*Apiv2) Token ¶
func (_m *Apiv2) Token() apiv2connect.TokenServiceClient
Token provides a mock function with no fields
func (*Apiv2) User ¶
func (_m *Apiv2) User() apiv2connect.UserServiceClient
User provides a mock function with no fields
func (*Apiv2) Version ¶
func (_m *Apiv2) Version() apiv2connect.VersionServiceClient
Version provides a mock function with no fields
type Client ¶
Client is an autogenerated mock type for the Client type
func NewClient ¶
NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
type Infrav2 ¶
Infrav2 is an autogenerated mock type for the Infrav2 type
func NewInfrav2 ¶
NewInfrav2 creates a new instance of Infrav2. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Infrav2) BMC ¶
func (_m *Infrav2) BMC() infrav2connect.BMCServiceClient
BMC provides a mock function with no fields
func (*Infrav2) Switch ¶ added in v0.0.8
func (_m *Infrav2) Switch() infrav2connect.SwitchServiceClient
Switch provides a mock function with no fields
type PersistTokenFn ¶ added in v0.0.4
PersistTokenFn is an autogenerated mock type for the PersistTokenFn type
func NewPersistTokenFn ¶ added in v0.0.4
func NewPersistTokenFn(t interface {
mock.TestingT
Cleanup(func())
}) *PersistTokenFn
NewPersistTokenFn creates a new instance of PersistTokenFn. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*PersistTokenFn) Execute ¶ added in v0.0.4
func (_m *PersistTokenFn) Execute(token string) error
Execute provides a mock function with given fields: token