Documentation ¶
Overview ¶
Package controlplane is a generated GoMock package.
Index ¶
- type MockFileContentInlineCodec
- type MockFileContentInlineCodecMockRecorder
- type MockKubeletConfigCodec
- func (m *MockKubeletConfigCodec) Decode(arg0 *v1alpha1.FileContentInline) (*v1beta1.KubeletConfiguration, error)
- func (m *MockKubeletConfigCodec) EXPECT() *MockKubeletConfigCodecMockRecorder
- func (m *MockKubeletConfigCodec) Encode(arg0 *v1beta1.KubeletConfiguration, arg1 string) (*v1alpha1.FileContentInline, error)
- type MockKubeletConfigCodecMockRecorder
- type MockMutator
- type MockMutatorMockRecorder
- type MockUnitSerializer
- type MockUnitSerializerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFileContentInlineCodec ¶
type MockFileContentInlineCodec struct {
// contains filtered or unexported fields
}
MockFileContentInlineCodec is a mock of FileContentInlineCodec interface
func NewMockFileContentInlineCodec ¶
func NewMockFileContentInlineCodec(ctrl *gomock.Controller) *MockFileContentInlineCodec
NewMockFileContentInlineCodec creates a new mock instance
func (*MockFileContentInlineCodec) Decode ¶
func (m *MockFileContentInlineCodec) Decode(arg0 *v1alpha1.FileContentInline) ([]byte, error)
Decode mocks base method
func (*MockFileContentInlineCodec) EXPECT ¶
func (m *MockFileContentInlineCodec) EXPECT() *MockFileContentInlineCodecMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockFileContentInlineCodec) Encode ¶
func (m *MockFileContentInlineCodec) Encode(arg0 []byte, arg1 string) (*v1alpha1.FileContentInline, error)
Encode mocks base method
type MockFileContentInlineCodecMockRecorder ¶
type MockFileContentInlineCodecMockRecorder struct {
// contains filtered or unexported fields
}
MockFileContentInlineCodecMockRecorder is the mock recorder for MockFileContentInlineCodec
func (*MockFileContentInlineCodecMockRecorder) Decode ¶
func (mr *MockFileContentInlineCodecMockRecorder) Decode(arg0 interface{}) *gomock.Call
Decode indicates an expected call of Decode
func (*MockFileContentInlineCodecMockRecorder) Encode ¶
func (mr *MockFileContentInlineCodecMockRecorder) Encode(arg0, arg1 interface{}) *gomock.Call
Encode indicates an expected call of Encode
type MockKubeletConfigCodec ¶
type MockKubeletConfigCodec struct {
// contains filtered or unexported fields
}
MockKubeletConfigCodec is a mock of KubeletConfigCodec interface
func NewMockKubeletConfigCodec ¶
func NewMockKubeletConfigCodec(ctrl *gomock.Controller) *MockKubeletConfigCodec
NewMockKubeletConfigCodec creates a new mock instance
func (*MockKubeletConfigCodec) Decode ¶
func (m *MockKubeletConfigCodec) Decode(arg0 *v1alpha1.FileContentInline) (*v1beta1.KubeletConfiguration, error)
Decode mocks base method
func (*MockKubeletConfigCodec) EXPECT ¶
func (m *MockKubeletConfigCodec) EXPECT() *MockKubeletConfigCodecMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockKubeletConfigCodec) Encode ¶
func (m *MockKubeletConfigCodec) Encode(arg0 *v1beta1.KubeletConfiguration, arg1 string) (*v1alpha1.FileContentInline, error)
Encode mocks base method
type MockKubeletConfigCodecMockRecorder ¶
type MockKubeletConfigCodecMockRecorder struct {
// contains filtered or unexported fields
}
MockKubeletConfigCodecMockRecorder is the mock recorder for MockKubeletConfigCodec
func (*MockKubeletConfigCodecMockRecorder) Decode ¶
func (mr *MockKubeletConfigCodecMockRecorder) Decode(arg0 interface{}) *gomock.Call
Decode indicates an expected call of Decode
func (*MockKubeletConfigCodecMockRecorder) Encode ¶
func (mr *MockKubeletConfigCodecMockRecorder) Encode(arg0, arg1 interface{}) *gomock.Call
Encode indicates an expected call of Encode
type MockMutator ¶
type MockMutator struct {
// contains filtered or unexported fields
}
MockMutator is a mock of Mutator interface
func NewMockMutator ¶
func NewMockMutator(ctrl *gomock.Controller) *MockMutator
NewMockMutator creates a new mock instance
func (*MockMutator) EXPECT ¶
func (m *MockMutator) EXPECT() *MockMutatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockMutatorMockRecorder ¶
type MockMutatorMockRecorder struct {
// contains filtered or unexported fields
}
MockMutatorMockRecorder is the mock recorder for MockMutator
func (*MockMutatorMockRecorder) Mutate ¶
func (mr *MockMutatorMockRecorder) Mutate(arg0, arg1 interface{}) *gomock.Call
Mutate indicates an expected call of Mutate
type MockUnitSerializer ¶
type MockUnitSerializer struct {
// contains filtered or unexported fields
}
MockUnitSerializer is a mock of UnitSerializer interface
func NewMockUnitSerializer ¶
func NewMockUnitSerializer(ctrl *gomock.Controller) *MockUnitSerializer
NewMockUnitSerializer creates a new mock instance
func (*MockUnitSerializer) Deserialize ¶
func (m *MockUnitSerializer) Deserialize(arg0 string) ([]*unit.UnitOption, error)
Deserialize mocks base method
func (*MockUnitSerializer) EXPECT ¶
func (m *MockUnitSerializer) EXPECT() *MockUnitSerializerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockUnitSerializer) Serialize ¶
func (m *MockUnitSerializer) Serialize(arg0 []*unit.UnitOption) (string, error)
Serialize mocks base method
type MockUnitSerializerMockRecorder ¶
type MockUnitSerializerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnitSerializerMockRecorder is the mock recorder for MockUnitSerializer
func (*MockUnitSerializerMockRecorder) Deserialize ¶
func (mr *MockUnitSerializerMockRecorder) Deserialize(arg0 interface{}) *gomock.Call
Deserialize indicates an expected call of Deserialize
func (*MockUnitSerializerMockRecorder) Serialize ¶
func (mr *MockUnitSerializerMockRecorder) Serialize(arg0 interface{}) *gomock.Call
Serialize indicates an expected call of Serialize
Directories ¶
Path | Synopsis |
---|---|
Package genericmutator is a generated GoMock package.
|
Package genericmutator is a generated GoMock package. |