Documentation ¶
Overview ¶
Package mock_authorizer is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockACRTokenExchanger ¶
type MockACRTokenExchanger struct {
// contains filtered or unexported fields
}
MockACRTokenExchanger is a mock of ACRTokenExchanger interface
func NewMockACRTokenExchanger ¶
func NewMockACRTokenExchanger(ctrl *gomock.Controller) *MockACRTokenExchanger
NewMockACRTokenExchanger creates a new mock instance
func (*MockACRTokenExchanger) EXPECT ¶
func (m *MockACRTokenExchanger) EXPECT() *MockACRTokenExchangerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockACRTokenExchanger) ExchangeACRAccessToken ¶
func (m *MockACRTokenExchanger) ExchangeACRAccessToken(arg0 types.AccessToken, arg1 string) (types.AccessToken, error)
ExchangeACRAccessToken mocks base method
type MockACRTokenExchangerMockRecorder ¶
type MockACRTokenExchangerMockRecorder struct {
// contains filtered or unexported fields
}
MockACRTokenExchangerMockRecorder is the mock recorder for MockACRTokenExchanger
func (*MockACRTokenExchangerMockRecorder) ExchangeACRAccessToken ¶
func (mr *MockACRTokenExchangerMockRecorder) ExchangeACRAccessToken(arg0, arg1 interface{}) *gomock.Call
ExchangeACRAccessToken indicates an expected call of ExchangeACRAccessToken
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance
func (*MockInterface) AcquireACRAccessTokenWithClientID ¶
func (m *MockInterface) AcquireACRAccessTokenWithClientID(arg0, arg1 string) (types.AccessToken, error)
AcquireACRAccessTokenWithClientID mocks base method
func (*MockInterface) AcquireACRAccessTokenWithResourceID ¶
func (m *MockInterface) AcquireACRAccessTokenWithResourceID(arg0, arg1 string) (types.AccessToken, error)
AcquireACRAccessTokenWithResourceID mocks base method
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface
func (*MockInterfaceMockRecorder) AcquireACRAccessTokenWithClientID ¶
func (mr *MockInterfaceMockRecorder) AcquireACRAccessTokenWithClientID(arg0, arg1 interface{}) *gomock.Call
AcquireACRAccessTokenWithClientID indicates an expected call of AcquireACRAccessTokenWithClientID
func (*MockInterfaceMockRecorder) AcquireACRAccessTokenWithResourceID ¶
func (mr *MockInterfaceMockRecorder) AcquireACRAccessTokenWithResourceID(arg0, arg1 interface{}) *gomock.Call
AcquireACRAccessTokenWithResourceID indicates an expected call of AcquireACRAccessTokenWithResourceID
type MockManagedIdentityTokenRetriever ¶
type MockManagedIdentityTokenRetriever struct {
// contains filtered or unexported fields
}
MockManagedIdentityTokenRetriever is a mock of ManagedIdentityTokenRetriever interface
func NewMockManagedIdentityTokenRetriever ¶
func NewMockManagedIdentityTokenRetriever(ctrl *gomock.Controller) *MockManagedIdentityTokenRetriever
NewMockManagedIdentityTokenRetriever creates a new mock instance
func (*MockManagedIdentityTokenRetriever) AcquireARMToken ¶
func (m *MockManagedIdentityTokenRetriever) AcquireARMToken(arg0, arg1 string) (types.AccessToken, error)
AcquireARMToken mocks base method
func (*MockManagedIdentityTokenRetriever) EXPECT ¶
func (m *MockManagedIdentityTokenRetriever) EXPECT() *MockManagedIdentityTokenRetrieverMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockManagedIdentityTokenRetrieverMockRecorder ¶
type MockManagedIdentityTokenRetrieverMockRecorder struct {
// contains filtered or unexported fields
}
MockManagedIdentityTokenRetrieverMockRecorder is the mock recorder for MockManagedIdentityTokenRetriever
func (*MockManagedIdentityTokenRetrieverMockRecorder) AcquireARMToken ¶
func (mr *MockManagedIdentityTokenRetrieverMockRecorder) AcquireARMToken(arg0, arg1 interface{}) *gomock.Call
AcquireARMToken indicates an expected call of AcquireARMToken