Documentation ¶
Overview ¶
Package client is a generated GoMock package.
Index ¶
Constants ¶
View Source
const USER_AGENT = "User-Agent"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Url string Transport *http.Transport AuthzHeaderName string AuthzHeaderValue string }
func NewClientWithAuthz ¶ added in v1.11.65
func (Client) PutWorkload ¶
type MockMsdClient ¶
type MockMsdClient struct {
// contains filtered or unexported fields
}
MockMsdClient is a mock of MsdClient interface.
func NewMockMsdClient ¶
func NewMockMsdClient(ctrl *gomock.Controller) *MockMsdClient
NewMockMsdClient creates a new mock instance.
func (*MockMsdClient) EXPECT ¶
func (m *MockMsdClient) EXPECT() *MockMsdClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMsdClient) PutWorkload ¶
func (m *MockMsdClient) PutWorkload(domain, service string, options *msd.WorkloadOptions, resourceOwner string) error
PutWorkload mocks base method.
type MockMsdClientMockRecorder ¶
type MockMsdClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMsdClientMockRecorder is the mock recorder for MockMsdClient.
func (*MockMsdClientMockRecorder) PutWorkload ¶
func (mr *MockMsdClientMockRecorder) PutWorkload(domain, service, options, resourceOwner any) *gomock.Call
PutWorkload indicates an expected call of PutWorkload.
Click to show internal directories.
Click to hide internal directories.