Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
Clientset is an autogenerated mock type for the Clientset type
func NewClientset ¶
NewClientset creates a new instance of Clientset. 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 (*Clientset) NewCommitServerClient ¶
NewCommitServerClient provides a mock function with given fields:
type CommitServiceClient ¶
CommitServiceClient is an autogenerated mock type for the CommitServiceClient type
func NewCommitServiceClient ¶
func NewCommitServiceClient(t interface { mock.TestingT Cleanup(func()) }) *CommitServiceClient
NewCommitServiceClient creates a new instance of CommitServiceClient. 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 (*CommitServiceClient) CommitHydratedManifests ¶
func (_m *CommitServiceClient) CommitHydratedManifests(ctx context.Context, in *apiclient.CommitHydratedManifestsRequest, opts ...grpc.CallOption) (*apiclient.CommitHydratedManifestsResponse, error)
CommitHydratedManifests provides a mock function with given fields: ctx, in, opts