Documentation ¶
Index ¶
- type AccountingMockClient
- func (c *AccountingMockClient) AssertExpectations(t *testing.T)
- func (c *AccountingMockClient) Close() error
- func (c *AccountingMockClient) Cluster() v1.ClusterServiceClient
- func (c *AccountingMockClient) Health() healthv1.HealthClient
- func (c *AccountingMockClient) IP() v1.IPServiceClient
- func (c *AccountingMockClient) Info() v1.InfoServiceClient
- func (c *AccountingMockClient) Machine() v1.MachineServiceClient
- func (c *AccountingMockClient) NetworkTraffic() v1.NetworkTrafficServiceClient
- func (c *AccountingMockClient) Pod() v1.PodServiceClient
- func (c *AccountingMockClient) Postgres() v1.PostgresServiceClient
- func (c *AccountingMockClient) ProductOption() v1.ProductOptionServiceClient
- func (c *AccountingMockClient) S3() v1.S3ServiceClient
- func (c *AccountingMockClient) Volume() v1.VolumeServiceClient
- type AccountingMockFns
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountingMockClient ¶
type AccountingMockClient struct { ClusterService *accmocks.ClusterServiceClient PodService *accmocks.PodServiceClient S3Service *accmocks.S3ServiceClient IPService *accmocks.IPServiceClient InfoService *accmocks.InfoServiceClient NetworkTrafficService *accmocks.NetworkTrafficServiceClient VolumeService *accmocks.VolumeServiceClient PostgresService *accmocks.PostgresServiceClient ProductOptionService *accmocks.ProductOptionServiceClient MachineService *accmocks.MachineServiceClient }
func NewAccountingMockClient ¶
func NewAccountingMockClient(mockFns *AccountingMockFns) (*AccountingMockClient, accountingclient.AccountingClient)
func (*AccountingMockClient) AssertExpectations ¶
func (c *AccountingMockClient) AssertExpectations(t *testing.T)
func (*AccountingMockClient) Close ¶
func (c *AccountingMockClient) Close() error
func (*AccountingMockClient) Cluster ¶
func (c *AccountingMockClient) Cluster() v1.ClusterServiceClient
func (*AccountingMockClient) Health ¶
func (c *AccountingMockClient) Health() healthv1.HealthClient
func (*AccountingMockClient) IP ¶
func (c *AccountingMockClient) IP() v1.IPServiceClient
func (*AccountingMockClient) Info ¶
func (c *AccountingMockClient) Info() v1.InfoServiceClient
func (*AccountingMockClient) Machine ¶ added in v0.9.0
func (c *AccountingMockClient) Machine() v1.MachineServiceClient
func (*AccountingMockClient) NetworkTraffic ¶
func (c *AccountingMockClient) NetworkTraffic() v1.NetworkTrafficServiceClient
func (*AccountingMockClient) Pod ¶
func (c *AccountingMockClient) Pod() v1.PodServiceClient
func (*AccountingMockClient) Postgres ¶
func (c *AccountingMockClient) Postgres() v1.PostgresServiceClient
func (*AccountingMockClient) ProductOption ¶ added in v0.9.0
func (c *AccountingMockClient) ProductOption() v1.ProductOptionServiceClient
func (*AccountingMockClient) S3 ¶
func (c *AccountingMockClient) S3() v1.S3ServiceClient
func (*AccountingMockClient) Volume ¶
func (c *AccountingMockClient) Volume() v1.VolumeServiceClient
type AccountingMockFns ¶
type AccountingMockFns struct { Cluster func(mock *mock.Mock) Pod func(mock *mock.Mock) S3 func(mock *mock.Mock) IP func(mock *mock.Mock) Info func(mock *mock.Mock) NetworkTraffic func(mock *mock.Mock) Volume func(mock *mock.Mock) Postgres func(mock *mock.Mock) ProductOption func(mock *mock.Mock) Machine func(mock *mock.Mock) }
Click to show internal directories.
Click to hide internal directories.