MCPcopy Create free account
hub / github.com/docker/compose / NodeInspect

Method NodeInspect

pkg/mocks/mock_docker_api.go:1124–1127  ·  view source on GitHub ↗

NodeInspect indicates an expected call of NodeInspect.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1122
1123// NodeInspect indicates an expected call of NodeInspect.
1124func (mr *MockAPIClientMockRecorder) NodeInspect(arg0, arg1, arg2 any) *gomock.Call {
1125 mr.mock.ctrl.T.Helper()
1126 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NodeInspect", reflect.TypeOf((*MockAPIClient)(nil).NodeInspect), arg0, arg1, arg2)
1127}
1128
1129// NodeList mocks base method.
1130func (m *MockAPIClient) NodeList(arg0 context.Context, arg1 client.NodeListOptions) (client.NodeListResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected