Documentation ¶
Overview ¶
Code generated by mockery v1.0.0. DO NOT EDIT.
Index ¶
- type Client
- func (_m *Client) Deploy(_a0 types.LeaseID, _a1 *types.ManifestGroup) error
- func (_m *Client) Deployments() ([]cluster.Deployment, error)
- func (_m *Client) Inventory() ([]cluster.Node, error)
- func (_m *Client) LeaseStatus(_a0 types.LeaseID) (*types.LeaseStatusResponse, error)
- func (_m *Client) ServiceLogs(_a0 context.Context, _a1 types.LeaseID, _a2 int64, _a3 bool) ([]*cluster.ServiceLog, error)
- func (_m *Client) ServiceStatus(_a0 types.LeaseID, _a1 string) (*types.ServiceStatusResponse, error)
- func (_m *Client) TeardownLease(_a0 types.LeaseID) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func (*Client) Deployments ¶
func (_m *Client) Deployments() ([]cluster.Deployment, error)
Deployments provides a mock function with given fields:
func (*Client) LeaseStatus ¶ added in v0.2.2
LeaseStatus provides a mock function with given fields: _a0
func (*Client) ServiceLogs ¶ added in v0.2.2
func (_m *Client) ServiceLogs(_a0 context.Context, _a1 types.LeaseID, _a2 int64, _a3 bool) ([]*cluster.ServiceLog, error)
ServiceLogs provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*Client) ServiceStatus ¶ added in v0.2.2
func (_m *Client) ServiceStatus(_a0 types.LeaseID, _a1 string) (*types.ServiceStatusResponse, error)
ServiceStatus provides a mock function with given fields: _a0, _a1
Click to show internal directories.
Click to hide internal directories.