Documentation
¶
Overview ¶
Package testing contains the testing infrastructure to mock out the LXD API. Run 'go generate' to regenerate the mock interfaces.
Code generated by MockGen. DO NOT EDIT. Source: github.com/canonical/lxd/client (interfaces: Operation,RemoteOperation,Server,ImageServer,InstanceServer)
Generated by this command:
mockgen -typed -package testing -destination lxd_mock.go -write_package_comment=false github.com/canonical/lxd/client Operation,RemoteOperation,Server,ImageServer,InstanceServer
Index ¶
- Constants
- Variables
- type BaseSuite
- func (s *BaseSuite) Arch() string
- func (s *BaseSuite) NewMockServer(ctrl *gomock.Controller, svrMutations ...func(*lxdapi.Server)) *MockInstanceServer
- func (s *BaseSuite) NewMockServerClustered(ctrl *gomock.Controller, serverName string) *MockInstanceServer
- func (s *BaseSuite) NewMockServerWithExtensions(ctrl *gomock.Controller, extensions ...string) *MockInstanceServer
- func (s *BaseSuite) SetUpSuite(c *gc.C)
- type MockImageServer
- func (m *MockImageServer) Disconnect()
- func (m *MockImageServer) DoHTTP(arg0 *http.Request) (*http.Response, error)
- func (m *MockImageServer) EXPECT() *MockImageServerMockRecorder
- func (m *MockImageServer) ExportImage(arg0 string, arg1 api.ImageExportPost) (lxd.Operation, error)
- func (m *MockImageServer) GetConnectionInfo() (*lxd.ConnectionInfo, error)
- func (m *MockImageServer) GetHTTPClient() (*http.Client, error)
- func (m *MockImageServer) GetImage(arg0 string) (*api.Image, string, error)
- func (m *MockImageServer) GetImageAlias(arg0 string) (*api.ImageAliasesEntry, string, error)
- func (m *MockImageServer) GetImageAliasArchitectures(arg0, arg1 string) (map[string]*api.ImageAliasesEntry, error)
- func (m *MockImageServer) GetImageAliasNames() ([]string, error)
- func (m *MockImageServer) GetImageAliasType(arg0, arg1 string) (*api.ImageAliasesEntry, string, error)
- func (m *MockImageServer) GetImageAliases() ([]api.ImageAliasesEntry, error)
- func (m *MockImageServer) GetImageFile(arg0 string, arg1 lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)
- func (m *MockImageServer) GetImageFingerprints() ([]string, error)
- func (m *MockImageServer) GetImageSecret(arg0 string) (string, error)
- func (m *MockImageServer) GetImages() ([]api.Image, error)
- func (m *MockImageServer) GetImagesWithFilter(arg0 []string) ([]api.Image, error)
- func (m *MockImageServer) GetPrivateImage(arg0, arg1 string) (*api.Image, string, error)
- func (m *MockImageServer) GetPrivateImageFile(arg0, arg1 string, arg2 lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)
- type MockImageServerDisconnectCall
- type MockImageServerDoHTTPCall
- func (c *MockImageServerDoHTTPCall) Do(f func(*http.Request) (*http.Response, error)) *MockImageServerDoHTTPCall
- func (c *MockImageServerDoHTTPCall) DoAndReturn(f func(*http.Request) (*http.Response, error)) *MockImageServerDoHTTPCall
- func (c *MockImageServerDoHTTPCall) Return(arg0 *http.Response, arg1 error) *MockImageServerDoHTTPCall
- type MockImageServerExportImageCall
- func (c *MockImageServerExportImageCall) Do(f func(string, api.ImageExportPost) (lxd.Operation, error)) *MockImageServerExportImageCall
- func (c *MockImageServerExportImageCall) DoAndReturn(f func(string, api.ImageExportPost) (lxd.Operation, error)) *MockImageServerExportImageCall
- func (c *MockImageServerExportImageCall) Return(arg0 lxd.Operation, arg1 error) *MockImageServerExportImageCall
- type MockImageServerGetConnectionInfoCall
- func (c *MockImageServerGetConnectionInfoCall) Do(f func() (*lxd.ConnectionInfo, error)) *MockImageServerGetConnectionInfoCall
- func (c *MockImageServerGetConnectionInfoCall) DoAndReturn(f func() (*lxd.ConnectionInfo, error)) *MockImageServerGetConnectionInfoCall
- func (c *MockImageServerGetConnectionInfoCall) Return(arg0 *lxd.ConnectionInfo, arg1 error) *MockImageServerGetConnectionInfoCall
- type MockImageServerGetHTTPClientCall
- func (c *MockImageServerGetHTTPClientCall) Do(f func() (*http.Client, error)) *MockImageServerGetHTTPClientCall
- func (c *MockImageServerGetHTTPClientCall) DoAndReturn(f func() (*http.Client, error)) *MockImageServerGetHTTPClientCall
- func (c *MockImageServerGetHTTPClientCall) Return(arg0 *http.Client, arg1 error) *MockImageServerGetHTTPClientCall
- type MockImageServerGetImageAliasArchitecturesCall
- func (c *MockImageServerGetImageAliasArchitecturesCall) Do(f func(string, string) (map[string]*api.ImageAliasesEntry, error)) *MockImageServerGetImageAliasArchitecturesCall
- func (c *MockImageServerGetImageAliasArchitecturesCall) DoAndReturn(f func(string, string) (map[string]*api.ImageAliasesEntry, error)) *MockImageServerGetImageAliasArchitecturesCall
- func (c *MockImageServerGetImageAliasArchitecturesCall) Return(arg0 map[string]*api.ImageAliasesEntry, arg1 error) *MockImageServerGetImageAliasArchitecturesCall
- type MockImageServerGetImageAliasCall
- func (c *MockImageServerGetImageAliasCall) Do(f func(string) (*api.ImageAliasesEntry, string, error)) *MockImageServerGetImageAliasCall
- func (c *MockImageServerGetImageAliasCall) DoAndReturn(f func(string) (*api.ImageAliasesEntry, string, error)) *MockImageServerGetImageAliasCall
- func (c *MockImageServerGetImageAliasCall) Return(arg0 *api.ImageAliasesEntry, arg1 string, arg2 error) *MockImageServerGetImageAliasCall
- type MockImageServerGetImageAliasNamesCall
- func (c *MockImageServerGetImageAliasNamesCall) Do(f func() ([]string, error)) *MockImageServerGetImageAliasNamesCall
- func (c *MockImageServerGetImageAliasNamesCall) DoAndReturn(f func() ([]string, error)) *MockImageServerGetImageAliasNamesCall
- func (c *MockImageServerGetImageAliasNamesCall) Return(arg0 []string, arg1 error) *MockImageServerGetImageAliasNamesCall
- type MockImageServerGetImageAliasTypeCall
- func (c *MockImageServerGetImageAliasTypeCall) Do(f func(string, string) (*api.ImageAliasesEntry, string, error)) *MockImageServerGetImageAliasTypeCall
- func (c *MockImageServerGetImageAliasTypeCall) DoAndReturn(f func(string, string) (*api.ImageAliasesEntry, string, error)) *MockImageServerGetImageAliasTypeCall
- func (c *MockImageServerGetImageAliasTypeCall) Return(arg0 *api.ImageAliasesEntry, arg1 string, arg2 error) *MockImageServerGetImageAliasTypeCall
- type MockImageServerGetImageAliasesCall
- func (c *MockImageServerGetImageAliasesCall) Do(f func() ([]api.ImageAliasesEntry, error)) *MockImageServerGetImageAliasesCall
- func (c *MockImageServerGetImageAliasesCall) DoAndReturn(f func() ([]api.ImageAliasesEntry, error)) *MockImageServerGetImageAliasesCall
- func (c *MockImageServerGetImageAliasesCall) Return(arg0 []api.ImageAliasesEntry, arg1 error) *MockImageServerGetImageAliasesCall
- type MockImageServerGetImageCall
- func (c *MockImageServerGetImageCall) Do(f func(string) (*api.Image, string, error)) *MockImageServerGetImageCall
- func (c *MockImageServerGetImageCall) DoAndReturn(f func(string) (*api.Image, string, error)) *MockImageServerGetImageCall
- func (c *MockImageServerGetImageCall) Return(arg0 *api.Image, arg1 string, arg2 error) *MockImageServerGetImageCall
- type MockImageServerGetImageFileCall
- func (c *MockImageServerGetImageFileCall) Do(f func(string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockImageServerGetImageFileCall
- func (c *MockImageServerGetImageFileCall) DoAndReturn(f func(string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockImageServerGetImageFileCall
- func (c *MockImageServerGetImageFileCall) Return(arg0 *lxd.ImageFileResponse, arg1 error) *MockImageServerGetImageFileCall
- type MockImageServerGetImageFingerprintsCall
- func (c *MockImageServerGetImageFingerprintsCall) Do(f func() ([]string, error)) *MockImageServerGetImageFingerprintsCall
- func (c *MockImageServerGetImageFingerprintsCall) DoAndReturn(f func() ([]string, error)) *MockImageServerGetImageFingerprintsCall
- func (c *MockImageServerGetImageFingerprintsCall) Return(arg0 []string, arg1 error) *MockImageServerGetImageFingerprintsCall
- type MockImageServerGetImageSecretCall
- func (c *MockImageServerGetImageSecretCall) Do(f func(string) (string, error)) *MockImageServerGetImageSecretCall
- func (c *MockImageServerGetImageSecretCall) DoAndReturn(f func(string) (string, error)) *MockImageServerGetImageSecretCall
- func (c *MockImageServerGetImageSecretCall) Return(arg0 string, arg1 error) *MockImageServerGetImageSecretCall
- type MockImageServerGetImagesCall
- func (c *MockImageServerGetImagesCall) Do(f func() ([]api.Image, error)) *MockImageServerGetImagesCall
- func (c *MockImageServerGetImagesCall) DoAndReturn(f func() ([]api.Image, error)) *MockImageServerGetImagesCall
- func (c *MockImageServerGetImagesCall) Return(arg0 []api.Image, arg1 error) *MockImageServerGetImagesCall
- type MockImageServerGetImagesWithFilterCall
- func (c *MockImageServerGetImagesWithFilterCall) Do(f func([]string) ([]api.Image, error)) *MockImageServerGetImagesWithFilterCall
- func (c *MockImageServerGetImagesWithFilterCall) DoAndReturn(f func([]string) ([]api.Image, error)) *MockImageServerGetImagesWithFilterCall
- func (c *MockImageServerGetImagesWithFilterCall) Return(arg0 []api.Image, arg1 error) *MockImageServerGetImagesWithFilterCall
- type MockImageServerGetPrivateImageCall
- func (c *MockImageServerGetPrivateImageCall) Do(f func(string, string) (*api.Image, string, error)) *MockImageServerGetPrivateImageCall
- func (c *MockImageServerGetPrivateImageCall) DoAndReturn(f func(string, string) (*api.Image, string, error)) *MockImageServerGetPrivateImageCall
- func (c *MockImageServerGetPrivateImageCall) Return(arg0 *api.Image, arg1 string, arg2 error) *MockImageServerGetPrivateImageCall
- type MockImageServerGetPrivateImageFileCall
- func (c *MockImageServerGetPrivateImageFileCall) Do(f func(string, string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockImageServerGetPrivateImageFileCall
- func (c *MockImageServerGetPrivateImageFileCall) DoAndReturn(f func(string, string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockImageServerGetPrivateImageFileCall
- func (c *MockImageServerGetPrivateImageFileCall) Return(arg0 *lxd.ImageFileResponse, arg1 error) *MockImageServerGetPrivateImageFileCall
- type MockImageServerMockRecorder
- func (mr *MockImageServerMockRecorder) Disconnect() *MockImageServerDisconnectCall
- func (mr *MockImageServerMockRecorder) DoHTTP(arg0 any) *MockImageServerDoHTTPCall
- func (mr *MockImageServerMockRecorder) ExportImage(arg0, arg1 any) *MockImageServerExportImageCall
- func (mr *MockImageServerMockRecorder) GetConnectionInfo() *MockImageServerGetConnectionInfoCall
- func (mr *MockImageServerMockRecorder) GetHTTPClient() *MockImageServerGetHTTPClientCall
- func (mr *MockImageServerMockRecorder) GetImage(arg0 any) *MockImageServerGetImageCall
- func (mr *MockImageServerMockRecorder) GetImageAlias(arg0 any) *MockImageServerGetImageAliasCall
- func (mr *MockImageServerMockRecorder) GetImageAliasArchitectures(arg0, arg1 any) *MockImageServerGetImageAliasArchitecturesCall
- func (mr *MockImageServerMockRecorder) GetImageAliasNames() *MockImageServerGetImageAliasNamesCall
- func (mr *MockImageServerMockRecorder) GetImageAliasType(arg0, arg1 any) *MockImageServerGetImageAliasTypeCall
- func (mr *MockImageServerMockRecorder) GetImageAliases() *MockImageServerGetImageAliasesCall
- func (mr *MockImageServerMockRecorder) GetImageFile(arg0, arg1 any) *MockImageServerGetImageFileCall
- func (mr *MockImageServerMockRecorder) GetImageFingerprints() *MockImageServerGetImageFingerprintsCall
- func (mr *MockImageServerMockRecorder) GetImageSecret(arg0 any) *MockImageServerGetImageSecretCall
- func (mr *MockImageServerMockRecorder) GetImages() *MockImageServerGetImagesCall
- func (mr *MockImageServerMockRecorder) GetImagesWithFilter(arg0 any) *MockImageServerGetImagesWithFilterCall
- func (mr *MockImageServerMockRecorder) GetPrivateImage(arg0, arg1 any) *MockImageServerGetPrivateImageCall
- func (mr *MockImageServerMockRecorder) GetPrivateImageFile(arg0, arg1, arg2 any) *MockImageServerGetPrivateImageFileCall
- type MockInstanceServer
- func (m *MockInstanceServer) ConsoleContainer(arg0 string, arg1 api.ContainerConsolePost, arg2 *lxd.ContainerConsoleArgs) (lxd.Operation, error)
- func (m *MockInstanceServer) ConsoleInstance(arg0 string, arg1 api.InstanceConsolePost, arg2 *lxd.InstanceConsoleArgs) (lxd.Operation, error)
- func (m *MockInstanceServer) ConsoleInstanceDynamic(arg0 string, arg1 api.InstanceConsolePost, arg2 *lxd.InstanceConsoleArgs) (lxd.Operation, func(io.ReadWriteCloser) error, error)
- func (m *MockInstanceServer) CopyContainer(arg0 lxd.InstanceServer, arg1 api.Container, arg2 *lxd.ContainerCopyArgs) (lxd.RemoteOperation, error)
- func (m *MockInstanceServer) CopyContainerSnapshot(arg0 lxd.InstanceServer, arg1 string, arg2 api.ContainerSnapshot, ...) (lxd.RemoteOperation, error)
- func (m *MockInstanceServer) CopyImage(arg0 lxd.ImageServer, arg1 api.Image, arg2 *lxd.ImageCopyArgs) (lxd.RemoteOperation, error)
- func (m *MockInstanceServer) CopyInstance(arg0 lxd.InstanceServer, arg1 api.Instance, arg2 *lxd.InstanceCopyArgs) (lxd.RemoteOperation, error)
- func (m *MockInstanceServer) CopyInstanceSnapshot(arg0 lxd.InstanceServer, arg1 string, arg2 api.InstanceSnapshot, ...) (lxd.RemoteOperation, error)
- func (m *MockInstanceServer) CopyStoragePoolVolume(arg0 string, arg1 lxd.InstanceServer, arg2 string, arg3 api.StorageVolume, ...) (lxd.RemoteOperation, error)
- func (m *MockInstanceServer) CreateAuthGroup(arg0 api.AuthGroupsPost) error
- func (m *MockInstanceServer) CreateCertificate(arg0 api.CertificatesPost) error
- func (m *MockInstanceServer) CreateCertificateToken(arg0 api.CertificatesPost) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateClusterGroup(arg0 api.ClusterGroupsPost) error
- func (m *MockInstanceServer) CreateClusterMember(arg0 api.ClusterMembersPost) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateContainer(arg0 api.ContainersPost) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateContainerBackup(arg0 string, arg1 api.ContainerBackupsPost) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateContainerFile(arg0, arg1 string, arg2 lxd.ContainerFileArgs) error
- func (m *MockInstanceServer) CreateContainerFromBackup(arg0 lxd.ContainerBackupArgs) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateContainerFromImage(arg0 lxd.ImageServer, arg1 api.Image, arg2 api.ContainersPost) (lxd.RemoteOperation, error)
- func (m *MockInstanceServer) CreateContainerSnapshot(arg0 string, arg1 api.ContainerSnapshotsPost) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateContainerTemplateFile(arg0, arg1 string, arg2 io.ReadSeeker) error
- func (m *MockInstanceServer) CreateIdentityProviderGroup(arg0 api.IdentityProviderGroup) error
- func (m *MockInstanceServer) CreateImage(arg0 api.ImagesPost, arg1 *lxd.ImageCreateArgs) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateImageAlias(arg0 api.ImageAliasesPost) error
- func (m *MockInstanceServer) CreateImageSecret(arg0 string) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateInstance(arg0 api.InstancesPost) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateInstanceBackup(arg0 string, arg1 api.InstanceBackupsPost) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateInstanceFile(arg0, arg1 string, arg2 lxd.InstanceFileArgs) error
- func (m *MockInstanceServer) CreateInstanceFromBackup(arg0 lxd.InstanceBackupArgs) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateInstanceFromImage(arg0 lxd.ImageServer, arg1 api.Image, arg2 api.InstancesPost) (lxd.RemoteOperation, error)
- func (m *MockInstanceServer) CreateInstanceSnapshot(arg0 string, arg1 api.InstanceSnapshotsPost) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateInstanceTemplateFile(arg0, arg1 string, arg2 io.ReadSeeker) error
- func (m *MockInstanceServer) CreateNetwork(arg0 api.NetworksPost) error
- func (m *MockInstanceServer) CreateNetworkACL(arg0 api.NetworkACLsPost) error
- func (m *MockInstanceServer) CreateNetworkForward(arg0 string, arg1 api.NetworkForwardsPost) error
- func (m *MockInstanceServer) CreateNetworkLoadBalancer(arg0 string, arg1 api.NetworkLoadBalancersPost) error
- func (m *MockInstanceServer) CreateNetworkPeer(arg0 string, arg1 api.NetworkPeersPost) error
- func (m *MockInstanceServer) CreateNetworkZone(arg0 api.NetworkZonesPost) error
- func (m *MockInstanceServer) CreateNetworkZoneRecord(arg0 string, arg1 api.NetworkZoneRecordsPost) error
- func (m *MockInstanceServer) CreateProfile(arg0 api.ProfilesPost) error
- func (m *MockInstanceServer) CreateProject(arg0 api.ProjectsPost) error
- func (m *MockInstanceServer) CreateStoragePool(arg0 api.StoragePoolsPost) error
- func (m *MockInstanceServer) CreateStoragePoolBucket(arg0 string, arg1 api.StorageBucketsPost) (*api.StorageBucketKey, error)
- func (m *MockInstanceServer) CreateStoragePoolBucketKey(arg0, arg1 string, arg2 api.StorageBucketKeysPost) (*api.StorageBucketKey, error)
- func (m *MockInstanceServer) CreateStoragePoolVolume(arg0 string, arg1 api.StorageVolumesPost) error
- func (m *MockInstanceServer) CreateStoragePoolVolumeBackup(arg0, arg1 string, arg2 api.StoragePoolVolumeBackupsPost) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateStoragePoolVolumeFromBackup(arg0 string, arg1 lxd.StoragePoolVolumeBackupArgs) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateStoragePoolVolumeFromISO(arg0 string, arg1 lxd.StoragePoolVolumeBackupArgs) (lxd.Operation, error)
- func (m *MockInstanceServer) CreateStoragePoolVolumeSnapshot(arg0, arg1, arg2 string, arg3 api.StorageVolumeSnapshotsPost) (lxd.Operation, error)
- func (m *MockInstanceServer) DeleteAuthGroup(arg0 string) error
- func (m *MockInstanceServer) DeleteCertificate(arg0 string) error
- func (m *MockInstanceServer) DeleteClusterGroup(arg0 string) error
- func (m *MockInstanceServer) DeleteClusterMember(arg0 string, arg1 bool) error
- func (m *MockInstanceServer) DeleteContainer(arg0 string) (lxd.Operation, error)
- func (m *MockInstanceServer) DeleteContainerBackup(arg0, arg1 string) (lxd.Operation, error)
- func (m *MockInstanceServer) DeleteContainerConsoleLog(arg0 string, arg1 *lxd.ContainerConsoleLogArgs) error
- func (m *MockInstanceServer) DeleteContainerFile(arg0, arg1 string) error
- func (m *MockInstanceServer) DeleteContainerLogfile(arg0, arg1 string) error
- func (m *MockInstanceServer) DeleteContainerSnapshot(arg0, arg1 string) (lxd.Operation, error)
- func (m *MockInstanceServer) DeleteContainerTemplateFile(arg0, arg1 string) error
- func (m *MockInstanceServer) DeleteIdentityProviderGroup(arg0 string) error
- func (m *MockInstanceServer) DeleteImage(arg0 string) (lxd.Operation, error)
- func (m *MockInstanceServer) DeleteImageAlias(arg0 string) error
- func (m *MockInstanceServer) DeleteInstance(arg0 string) (lxd.Operation, error)
- func (m *MockInstanceServer) DeleteInstanceBackup(arg0, arg1 string) (lxd.Operation, error)
- func (m *MockInstanceServer) DeleteInstanceConsoleLog(arg0 string, arg1 *lxd.InstanceConsoleLogArgs) error
- func (m *MockInstanceServer) DeleteInstanceFile(arg0, arg1 string) error
- func (m *MockInstanceServer) DeleteInstanceLogfile(arg0, arg1 string) error
- func (m *MockInstanceServer) DeleteInstanceSnapshot(arg0, arg1 string) (lxd.Operation, error)
- func (m *MockInstanceServer) DeleteInstanceTemplateFile(arg0, arg1 string) error
- func (m *MockInstanceServer) DeleteNetwork(arg0 string) error
- func (m *MockInstanceServer) DeleteNetworkACL(arg0 string) error
- func (m *MockInstanceServer) DeleteNetworkForward(arg0, arg1 string) error
- func (m *MockInstanceServer) DeleteNetworkLoadBalancer(arg0, arg1 string) error
- func (m *MockInstanceServer) DeleteNetworkPeer(arg0, arg1 string) error
- func (m *MockInstanceServer) DeleteNetworkZone(arg0 string) error
- func (m *MockInstanceServer) DeleteNetworkZoneRecord(arg0, arg1 string) error
- func (m *MockInstanceServer) DeleteOperation(arg0 string) error
- func (m *MockInstanceServer) DeleteProfile(arg0 string) error
- func (m *MockInstanceServer) DeleteProject(arg0 string) error
- func (m *MockInstanceServer) DeleteStoragePool(arg0 string) error
- func (m *MockInstanceServer) DeleteStoragePoolBucket(arg0, arg1 string) error
- func (m *MockInstanceServer) DeleteStoragePoolBucketKey(arg0, arg1, arg2 string) error
- func (m *MockInstanceServer) DeleteStoragePoolVolume(arg0, arg1, arg2 string) error
- func (m *MockInstanceServer) DeleteStoragePoolVolumeBackup(arg0, arg1, arg2 string) (lxd.Operation, error)
- func (m *MockInstanceServer) DeleteStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3 string) (lxd.Operation, error)
- func (m *MockInstanceServer) DeleteWarning(arg0 string) error
- func (m *MockInstanceServer) Disconnect()
- func (m *MockInstanceServer) DoHTTP(arg0 *http.Request) (*http.Response, error)
- func (m *MockInstanceServer) EXPECT() *MockInstanceServerMockRecorder
- func (m *MockInstanceServer) ExecContainer(arg0 string, arg1 api.ContainerExecPost, arg2 *lxd.ContainerExecArgs) (lxd.Operation, error)
- func (m *MockInstanceServer) ExecInstance(arg0 string, arg1 api.InstanceExecPost, arg2 *lxd.InstanceExecArgs) (lxd.Operation, error)
- func (m *MockInstanceServer) ExportImage(arg0 string, arg1 api.ImageExportPost) (lxd.Operation, error)
- func (m *MockInstanceServer) GetAuthGroup(arg0 string) (*api.AuthGroup, string, error)
- func (m *MockInstanceServer) GetAuthGroupNames() ([]string, error)
- func (m *MockInstanceServer) GetAuthGroups() ([]api.AuthGroup, error)
- func (m *MockInstanceServer) GetCertificate(arg0 string) (*api.Certificate, string, error)
- func (m *MockInstanceServer) GetCertificateFingerprints() ([]string, error)
- func (m *MockInstanceServer) GetCertificates() ([]api.Certificate, error)
- func (m *MockInstanceServer) GetCluster() (*api.Cluster, string, error)
- func (m *MockInstanceServer) GetClusterGroup(arg0 string) (*api.ClusterGroup, string, error)
- func (m *MockInstanceServer) GetClusterGroupNames() ([]string, error)
- func (m *MockInstanceServer) GetClusterGroups() ([]api.ClusterGroup, error)
- func (m *MockInstanceServer) GetClusterMember(arg0 string) (*api.ClusterMember, string, error)
- func (m *MockInstanceServer) GetClusterMemberNames() ([]string, error)
- func (m *MockInstanceServer) GetClusterMemberState(arg0 string) (*api.ClusterMemberState, string, error)
- func (m *MockInstanceServer) GetClusterMembers() ([]api.ClusterMember, error)
- func (m *MockInstanceServer) GetConnectionInfo() (*lxd.ConnectionInfo, error)
- func (m *MockInstanceServer) GetContainer(arg0 string) (*api.Container, string, error)
- func (m *MockInstanceServer) GetContainerBackup(arg0, arg1 string) (*api.ContainerBackup, string, error)
- func (m *MockInstanceServer) GetContainerBackupFile(arg0, arg1 string, arg2 *lxd.BackupFileRequest) (*lxd.BackupFileResponse, error)
- func (m *MockInstanceServer) GetContainerBackupNames(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetContainerBackups(arg0 string) ([]api.ContainerBackup, error)
- func (m *MockInstanceServer) GetContainerConsoleLog(arg0 string, arg1 *lxd.ContainerConsoleLogArgs) (io.ReadCloser, error)
- func (m *MockInstanceServer) GetContainerFile(arg0, arg1 string) (io.ReadCloser, *lxd.ContainerFileResponse, error)
- func (m *MockInstanceServer) GetContainerLogfile(arg0, arg1 string) (io.ReadCloser, error)
- func (m *MockInstanceServer) GetContainerLogfiles(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetContainerMetadata(arg0 string) (*api.ImageMetadata, string, error)
- func (m *MockInstanceServer) GetContainerNames() ([]string, error)
- func (m *MockInstanceServer) GetContainerSnapshot(arg0, arg1 string) (*api.ContainerSnapshot, string, error)
- func (m *MockInstanceServer) GetContainerSnapshotNames(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetContainerSnapshots(arg0 string) ([]api.ContainerSnapshot, error)
- func (m *MockInstanceServer) GetContainerState(arg0 string) (*api.ContainerState, string, error)
- func (m *MockInstanceServer) GetContainerTemplateFile(arg0, arg1 string) (io.ReadCloser, error)
- func (m *MockInstanceServer) GetContainerTemplateFiles(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetContainers() ([]api.Container, error)
- func (m *MockInstanceServer) GetContainersFull() ([]api.ContainerFull, error)
- func (m *MockInstanceServer) GetCurrentIdentityInfo() (*api.IdentityInfo, string, error)
- func (m *MockInstanceServer) GetEvents() (*lxd.EventListener, error)
- func (m *MockInstanceServer) GetEventsAllProjects() (*lxd.EventListener, error)
- func (m *MockInstanceServer) GetHTTPClient() (*http.Client, error)
- func (m *MockInstanceServer) GetIdentities() ([]api.Identity, error)
- func (m *MockInstanceServer) GetIdentitiesByAuthenticationMethod(arg0 string) ([]api.Identity, error)
- func (m *MockInstanceServer) GetIdentity(arg0, arg1 string) (*api.Identity, string, error)
- func (m *MockInstanceServer) GetIdentityAuthenticationMethodsIdentifiers() (map[string][]string, error)
- func (m *MockInstanceServer) GetIdentityIdentifiersByAuthenticationMethod(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetIdentityProviderGroup(arg0 string) (*api.IdentityProviderGroup, string, error)
- func (m *MockInstanceServer) GetIdentityProviderGroupNames() ([]string, error)
- func (m *MockInstanceServer) GetIdentityProviderGroups() ([]api.IdentityProviderGroup, error)
- func (m *MockInstanceServer) GetImage(arg0 string) (*api.Image, string, error)
- func (m *MockInstanceServer) GetImageAlias(arg0 string) (*api.ImageAliasesEntry, string, error)
- func (m *MockInstanceServer) GetImageAliasArchitectures(arg0, arg1 string) (map[string]*api.ImageAliasesEntry, error)
- func (m *MockInstanceServer) GetImageAliasNames() ([]string, error)
- func (m *MockInstanceServer) GetImageAliasType(arg0, arg1 string) (*api.ImageAliasesEntry, string, error)
- func (m *MockInstanceServer) GetImageAliases() ([]api.ImageAliasesEntry, error)
- func (m *MockInstanceServer) GetImageFile(arg0 string, arg1 lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)
- func (m *MockInstanceServer) GetImageFingerprints() ([]string, error)
- func (m *MockInstanceServer) GetImageSecret(arg0 string) (string, error)
- func (m *MockInstanceServer) GetImages() ([]api.Image, error)
- func (m *MockInstanceServer) GetImagesWithFilter(arg0 []string) ([]api.Image, error)
- func (m *MockInstanceServer) GetInstance(arg0 string) (*api.Instance, string, error)
- func (m *MockInstanceServer) GetInstanceBackup(arg0, arg1 string) (*api.InstanceBackup, string, error)
- func (m *MockInstanceServer) GetInstanceBackupFile(arg0, arg1 string, arg2 *lxd.BackupFileRequest) (*lxd.BackupFileResponse, error)
- func (m *MockInstanceServer) GetInstanceBackupNames(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetInstanceBackups(arg0 string) ([]api.InstanceBackup, error)
- func (m *MockInstanceServer) GetInstanceConsoleLog(arg0 string, arg1 *lxd.InstanceConsoleLogArgs) (io.ReadCloser, error)
- func (m *MockInstanceServer) GetInstanceFile(arg0, arg1 string) (io.ReadCloser, *lxd.InstanceFileResponse, error)
- func (m *MockInstanceServer) GetInstanceFileSFTP(arg0 string) (*sftp.Client, error)
- func (m *MockInstanceServer) GetInstanceFileSFTPConn(arg0 string) (net.Conn, error)
- func (m *MockInstanceServer) GetInstanceFull(arg0 string) (*api.InstanceFull, string, error)
- func (m *MockInstanceServer) GetInstanceLogfile(arg0, arg1 string) (io.ReadCloser, error)
- func (m *MockInstanceServer) GetInstanceLogfiles(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetInstanceMetadata(arg0 string) (*api.ImageMetadata, string, error)
- func (m *MockInstanceServer) GetInstanceNames(arg0 api.InstanceType) ([]string, error)
- func (m *MockInstanceServer) GetInstanceNamesAllProjects(arg0 api.InstanceType) (map[string][]string, error)
- func (m *MockInstanceServer) GetInstanceSnapshot(arg0, arg1 string) (*api.InstanceSnapshot, string, error)
- func (m *MockInstanceServer) GetInstanceSnapshotNames(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetInstanceSnapshots(arg0 string) ([]api.InstanceSnapshot, error)
- func (m *MockInstanceServer) GetInstanceState(arg0 string) (*api.InstanceState, string, error)
- func (m *MockInstanceServer) GetInstanceTemplateFile(arg0, arg1 string) (io.ReadCloser, error)
- func (m *MockInstanceServer) GetInstanceTemplateFiles(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetInstanceUEFIVars(arg0 string) (*api.InstanceUEFIVars, string, error)
- func (m *MockInstanceServer) GetInstances(arg0 api.InstanceType) ([]api.Instance, error)
- func (m *MockInstanceServer) GetInstancesAllProjects(arg0 api.InstanceType) ([]api.Instance, error)
- func (m *MockInstanceServer) GetInstancesAllProjectsWithFilter(arg0 api.InstanceType, arg1 []string) ([]api.Instance, error)
- func (m *MockInstanceServer) GetInstancesFull(arg0 api.InstanceType) ([]api.InstanceFull, error)
- func (m *MockInstanceServer) GetInstancesFullAllProjects(arg0 api.InstanceType) ([]api.InstanceFull, error)
- func (m *MockInstanceServer) GetInstancesFullAllProjectsWithFilter(arg0 api.InstanceType, arg1 []string) ([]api.InstanceFull, error)
- func (m *MockInstanceServer) GetInstancesFullWithFilter(arg0 api.InstanceType, arg1 []string) ([]api.InstanceFull, error)
- func (m *MockInstanceServer) GetInstancesWithFilter(arg0 api.InstanceType, arg1 []string) ([]api.Instance, error)
- func (m *MockInstanceServer) GetMetrics() (string, error)
- func (m *MockInstanceServer) GetNetwork(arg0 string) (*api.Network, string, error)
- func (m *MockInstanceServer) GetNetworkACL(arg0 string) (*api.NetworkACL, string, error)
- func (m *MockInstanceServer) GetNetworkACLLogfile(arg0 string) (io.ReadCloser, error)
- func (m *MockInstanceServer) GetNetworkACLNames() ([]string, error)
- func (m *MockInstanceServer) GetNetworkACLs() ([]api.NetworkACL, error)
- func (m *MockInstanceServer) GetNetworkAllocations(arg0 bool) ([]api.NetworkAllocations, error)
- func (m *MockInstanceServer) GetNetworkForward(arg0, arg1 string) (*api.NetworkForward, string, error)
- func (m *MockInstanceServer) GetNetworkForwardAddresses(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetNetworkForwards(arg0 string) ([]api.NetworkForward, error)
- func (m *MockInstanceServer) GetNetworkLeases(arg0 string) ([]api.NetworkLease, error)
- func (m *MockInstanceServer) GetNetworkLoadBalancer(arg0, arg1 string) (*api.NetworkLoadBalancer, string, error)
- func (m *MockInstanceServer) GetNetworkLoadBalancerAddresses(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetNetworkLoadBalancers(arg0 string) ([]api.NetworkLoadBalancer, error)
- func (m *MockInstanceServer) GetNetworkNames() ([]string, error)
- func (m *MockInstanceServer) GetNetworkPeer(arg0, arg1 string) (*api.NetworkPeer, string, error)
- func (m *MockInstanceServer) GetNetworkPeerNames(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetNetworkPeers(arg0 string) ([]api.NetworkPeer, error)
- func (m *MockInstanceServer) GetNetworkState(arg0 string) (*api.NetworkState, error)
- func (m *MockInstanceServer) GetNetworkZone(arg0 string) (*api.NetworkZone, string, error)
- func (m *MockInstanceServer) GetNetworkZoneNames() ([]string, error)
- func (m *MockInstanceServer) GetNetworkZoneRecord(arg0, arg1 string) (*api.NetworkZoneRecord, string, error)
- func (m *MockInstanceServer) GetNetworkZoneRecordNames(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetNetworkZoneRecords(arg0 string) ([]api.NetworkZoneRecord, error)
- func (m *MockInstanceServer) GetNetworkZones() ([]api.NetworkZone, error)
- func (m *MockInstanceServer) GetNetworks() ([]api.Network, error)
- func (m *MockInstanceServer) GetOperation(arg0 string) (*api.Operation, string, error)
- func (m *MockInstanceServer) GetOperationUUIDs() ([]string, error)
- func (m *MockInstanceServer) GetOperationWait(arg0 string, arg1 int) (*api.Operation, string, error)
- func (m *MockInstanceServer) GetOperationWaitSecret(arg0, arg1 string, arg2 int) (*api.Operation, string, error)
- func (m *MockInstanceServer) GetOperationWebsocket(arg0, arg1 string) (*websocket.Conn, error)
- func (m *MockInstanceServer) GetOperations() ([]api.Operation, error)
- func (m *MockInstanceServer) GetOperationsAllProjects() ([]api.Operation, error)
- func (m *MockInstanceServer) GetPermissions(arg0 lxd.GetPermissionsArgs) ([]api.Permission, error)
- func (m *MockInstanceServer) GetPermissionsInfo(arg0 lxd.GetPermissionsArgs) ([]api.PermissionInfo, error)
- func (m *MockInstanceServer) GetPrivateImage(arg0, arg1 string) (*api.Image, string, error)
- func (m *MockInstanceServer) GetPrivateImageFile(arg0, arg1 string, arg2 lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)
- func (m *MockInstanceServer) GetProfile(arg0 string) (*api.Profile, string, error)
- func (m *MockInstanceServer) GetProfileNames() ([]string, error)
- func (m *MockInstanceServer) GetProfiles() ([]api.Profile, error)
- func (m *MockInstanceServer) GetProject(arg0 string) (*api.Project, string, error)
- func (m *MockInstanceServer) GetProjectNames() ([]string, error)
- func (m *MockInstanceServer) GetProjectState(arg0 string) (*api.ProjectState, error)
- func (m *MockInstanceServer) GetProjects() ([]api.Project, error)
- func (m *MockInstanceServer) GetServer() (*api.Server, string, error)
- func (m *MockInstanceServer) GetServerResources() (*api.Resources, error)
- func (m *MockInstanceServer) GetStoragePool(arg0 string) (*api.StoragePool, string, error)
- func (m *MockInstanceServer) GetStoragePoolBucket(arg0, arg1 string) (*api.StorageBucket, string, error)
- func (m *MockInstanceServer) GetStoragePoolBucketKey(arg0, arg1, arg2 string) (*api.StorageBucketKey, string, error)
- func (m *MockInstanceServer) GetStoragePoolBucketKeyNames(arg0, arg1 string) ([]string, error)
- func (m *MockInstanceServer) GetStoragePoolBucketKeys(arg0, arg1 string) ([]api.StorageBucketKey, error)
- func (m *MockInstanceServer) GetStoragePoolBucketNames(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetStoragePoolBuckets(arg0 string) ([]api.StorageBucket, error)
- func (m *MockInstanceServer) GetStoragePoolNames() ([]string, error)
- func (m *MockInstanceServer) GetStoragePoolResources(arg0 string) (*api.ResourcesStoragePool, error)
- func (m *MockInstanceServer) GetStoragePoolVolume(arg0, arg1, arg2 string) (*api.StorageVolume, string, error)
- func (m *MockInstanceServer) GetStoragePoolVolumeBackup(arg0, arg1, arg2 string) (*api.StoragePoolVolumeBackup, string, error)
- func (m *MockInstanceServer) GetStoragePoolVolumeBackupFile(arg0, arg1, arg2 string, arg3 *lxd.BackupFileRequest) (*lxd.BackupFileResponse, error)
- func (m *MockInstanceServer) GetStoragePoolVolumeBackupNames(arg0, arg1 string) ([]string, error)
- func (m *MockInstanceServer) GetStoragePoolVolumeBackups(arg0, arg1 string) ([]api.StoragePoolVolumeBackup, error)
- func (m *MockInstanceServer) GetStoragePoolVolumeNames(arg0 string) ([]string, error)
- func (m *MockInstanceServer) GetStoragePoolVolumeNamesAllProjects(arg0 string) (map[string][]string, error)
- func (m *MockInstanceServer) GetStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3 string) (*api.StorageVolumeSnapshot, string, error)
- func (m *MockInstanceServer) GetStoragePoolVolumeSnapshotNames(arg0, arg1, arg2 string) ([]string, error)
- func (m *MockInstanceServer) GetStoragePoolVolumeSnapshots(arg0, arg1, arg2 string) ([]api.StorageVolumeSnapshot, error)
- func (m *MockInstanceServer) GetStoragePoolVolumeState(arg0, arg1, arg2 string) (*api.StorageVolumeState, error)
- func (m *MockInstanceServer) GetStoragePoolVolumes(arg0 string) ([]api.StorageVolume, error)
- func (m *MockInstanceServer) GetStoragePoolVolumesAllProjects(arg0 string) ([]api.StorageVolume, error)
- func (m *MockInstanceServer) GetStoragePoolVolumesWithFilter(arg0 string, arg1 []string) ([]api.StorageVolume, error)
- func (m *MockInstanceServer) GetStoragePoolVolumesWithFilterAllProjects(arg0 string, arg1 []string) ([]api.StorageVolume, error)
- func (m *MockInstanceServer) GetStoragePools() ([]api.StoragePool, error)
- func (m *MockInstanceServer) GetVolumesWithFilter(arg0 []string) ([]api.StorageVolume, error)
- func (m *MockInstanceServer) GetVolumesWithFilterAllProjects(arg0 []string) ([]api.StorageVolume, error)
- func (m *MockInstanceServer) GetWarning(arg0 string) (*api.Warning, string, error)
- func (m *MockInstanceServer) GetWarningUUIDs() ([]string, error)
- func (m *MockInstanceServer) GetWarnings() ([]api.Warning, error)
- func (m *MockInstanceServer) HasExtension(arg0 string) bool
- func (m *MockInstanceServer) IsClustered() bool
- func (m *MockInstanceServer) MigrateContainer(arg0 string, arg1 api.ContainerPost) (lxd.Operation, error)
- func (m *MockInstanceServer) MigrateContainerSnapshot(arg0, arg1 string, arg2 api.ContainerSnapshotPost) (lxd.Operation, error)
- func (m *MockInstanceServer) MigrateInstance(arg0 string, arg1 api.InstancePost) (lxd.Operation, error)
- func (m *MockInstanceServer) MigrateInstanceSnapshot(arg0, arg1 string, arg2 api.InstanceSnapshotPost) (lxd.Operation, error)
- func (m *MockInstanceServer) MigrateStoragePoolVolume(arg0 string, arg1 api.StorageVolumePost) (lxd.Operation, error)
- func (m *MockInstanceServer) MoveStoragePoolVolume(arg0 string, arg1 lxd.InstanceServer, arg2 string, arg3 api.StorageVolume, ...) (lxd.RemoteOperation, error)
- func (m *MockInstanceServer) RawOperation(arg0, arg1 string, arg2 any, arg3 string) (lxd.Operation, string, error)
- func (m *MockInstanceServer) RawQuery(arg0, arg1 string, arg2 any, arg3 string) (*api.Response, string, error)
- func (m *MockInstanceServer) RawWebsocket(arg0 string) (*websocket.Conn, error)
- func (m *MockInstanceServer) RebuildInstance(arg0 string, arg1 api.InstanceRebuildPost) (lxd.Operation, error)
- func (m *MockInstanceServer) RebuildInstanceFromImage(arg0 lxd.ImageServer, arg1 api.Image, arg2 string, ...) (lxd.RemoteOperation, error)
- func (m *MockInstanceServer) RefreshImage(arg0 string) (lxd.Operation, error)
- func (m *MockInstanceServer) RenameAuthGroup(arg0 string, arg1 api.AuthGroupPost) error
- func (m *MockInstanceServer) RenameClusterGroup(arg0 string, arg1 api.ClusterGroupPost) error
- func (m *MockInstanceServer) RenameClusterMember(arg0 string, arg1 api.ClusterMemberPost) error
- func (m *MockInstanceServer) RenameContainer(arg0 string, arg1 api.ContainerPost) (lxd.Operation, error)
- func (m *MockInstanceServer) RenameContainerBackup(arg0, arg1 string, arg2 api.ContainerBackupPost) (lxd.Operation, error)
- func (m *MockInstanceServer) RenameContainerSnapshot(arg0, arg1 string, arg2 api.ContainerSnapshotPost) (lxd.Operation, error)
- func (m *MockInstanceServer) RenameIdentityProviderGroup(arg0 string, arg1 api.IdentityProviderGroupPost) error
- func (m *MockInstanceServer) RenameImageAlias(arg0 string, arg1 api.ImageAliasesEntryPost) error
- func (m *MockInstanceServer) RenameInstance(arg0 string, arg1 api.InstancePost) (lxd.Operation, error)
- func (m *MockInstanceServer) RenameInstanceBackup(arg0, arg1 string, arg2 api.InstanceBackupPost) (lxd.Operation, error)
- func (m *MockInstanceServer) RenameInstanceSnapshot(arg0, arg1 string, arg2 api.InstanceSnapshotPost) (lxd.Operation, error)
- func (m *MockInstanceServer) RenameNetwork(arg0 string, arg1 api.NetworkPost) error
- func (m *MockInstanceServer) RenameNetworkACL(arg0 string, arg1 api.NetworkACLPost) error
- func (m *MockInstanceServer) RenameProfile(arg0 string, arg1 api.ProfilePost) error
- func (m *MockInstanceServer) RenameProject(arg0 string, arg1 api.ProjectPost) (lxd.Operation, error)
- func (m *MockInstanceServer) RenameStoragePoolVolume(arg0, arg1, arg2 string, arg3 api.StorageVolumePost) error
- func (m *MockInstanceServer) RenameStoragePoolVolumeBackup(arg0, arg1, arg2 string, arg3 api.StoragePoolVolumeBackupPost) (lxd.Operation, error)
- func (m *MockInstanceServer) RenameStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3 string, arg4 api.StorageVolumeSnapshotPost) (lxd.Operation, error)
- func (m *MockInstanceServer) RequireAuthenticated(arg0 bool)
- func (m *MockInstanceServer) SendEvent(arg0 api.Event) error
- func (m *MockInstanceServer) SetContainerMetadata(arg0 string, arg1 api.ImageMetadata, arg2 string) error
- func (m *MockInstanceServer) UpdateAuthGroup(arg0 string, arg1 api.AuthGroupPut, arg2 string) error
- func (m *MockInstanceServer) UpdateCertificate(arg0 string, arg1 api.CertificatePut, arg2 string) error
- func (m *MockInstanceServer) UpdateCluster(arg0 api.ClusterPut, arg1 string) (lxd.Operation, error)
- func (m *MockInstanceServer) UpdateClusterCertificate(arg0 api.ClusterCertificatePut, arg1 string) error
- func (m *MockInstanceServer) UpdateClusterGroup(arg0 string, arg1 api.ClusterGroupPut, arg2 string) error
- func (m *MockInstanceServer) UpdateClusterMember(arg0 string, arg1 api.ClusterMemberPut, arg2 string) error
- func (m *MockInstanceServer) UpdateClusterMemberState(arg0 string, arg1 api.ClusterMemberStatePost) (lxd.Operation, error)
- func (m *MockInstanceServer) UpdateContainer(arg0 string, arg1 api.ContainerPut, arg2 string) (lxd.Operation, error)
- func (m *MockInstanceServer) UpdateContainerSnapshot(arg0, arg1 string, arg2 api.ContainerSnapshotPut, arg3 string) (lxd.Operation, error)
- func (m *MockInstanceServer) UpdateContainerState(arg0 string, arg1 api.ContainerStatePut, arg2 string) (lxd.Operation, error)
- func (m *MockInstanceServer) UpdateContainerTemplateFile(arg0, arg1 string, arg2 io.ReadSeeker) error
- func (m *MockInstanceServer) UpdateIdentity(arg0, arg1 string, arg2 api.IdentityPut, arg3 string) error
- func (m *MockInstanceServer) UpdateIdentityProviderGroup(arg0 string, arg1 api.IdentityProviderGroupPut, arg2 string) error
- func (m *MockInstanceServer) UpdateImage(arg0 string, arg1 api.ImagePut, arg2 string) error
- func (m *MockInstanceServer) UpdateImageAlias(arg0 string, arg1 api.ImageAliasesEntryPut, arg2 string) error
- func (m *MockInstanceServer) UpdateInstance(arg0 string, arg1 api.InstancePut, arg2 string) (lxd.Operation, error)
- func (m *MockInstanceServer) UpdateInstanceMetadata(arg0 string, arg1 api.ImageMetadata, arg2 string) error
- func (m *MockInstanceServer) UpdateInstanceSnapshot(arg0, arg1 string, arg2 api.InstanceSnapshotPut, arg3 string) (lxd.Operation, error)
- func (m *MockInstanceServer) UpdateInstanceState(arg0 string, arg1 api.InstanceStatePut, arg2 string) (lxd.Operation, error)
- func (m *MockInstanceServer) UpdateInstanceUEFIVars(arg0 string, arg1 api.InstanceUEFIVars, arg2 string) error
- func (m *MockInstanceServer) UpdateInstances(arg0 api.InstancesPut, arg1 string) (lxd.Operation, error)
- func (m *MockInstanceServer) UpdateNetwork(arg0 string, arg1 api.NetworkPut, arg2 string) error
- func (m *MockInstanceServer) UpdateNetworkACL(arg0 string, arg1 api.NetworkACLPut, arg2 string) error
- func (m *MockInstanceServer) UpdateNetworkForward(arg0, arg1 string, arg2 api.NetworkForwardPut, arg3 string) error
- func (m *MockInstanceServer) UpdateNetworkLoadBalancer(arg0, arg1 string, arg2 api.NetworkLoadBalancerPut, arg3 string) error
- func (m *MockInstanceServer) UpdateNetworkPeer(arg0, arg1 string, arg2 api.NetworkPeerPut, arg3 string) error
- func (m *MockInstanceServer) UpdateNetworkZone(arg0 string, arg1 api.NetworkZonePut, arg2 string) error
- func (m *MockInstanceServer) UpdateNetworkZoneRecord(arg0, arg1 string, arg2 api.NetworkZoneRecordPut, arg3 string) error
- func (m *MockInstanceServer) UpdateProfile(arg0 string, arg1 api.ProfilePut, arg2 string) error
- func (m *MockInstanceServer) UpdateProject(arg0 string, arg1 api.ProjectPut, arg2 string) error
- func (m *MockInstanceServer) UpdateServer(arg0 api.ServerPut, arg1 string) error
- func (m *MockInstanceServer) UpdateStoragePool(arg0 string, arg1 api.StoragePoolPut, arg2 string) error
- func (m *MockInstanceServer) UpdateStoragePoolBucket(arg0, arg1 string, arg2 api.StorageBucketPut, arg3 string) error
- func (m *MockInstanceServer) UpdateStoragePoolBucketKey(arg0, arg1, arg2 string, arg3 api.StorageBucketKeyPut, arg4 string) error
- func (m *MockInstanceServer) UpdateStoragePoolVolume(arg0, arg1, arg2 string, arg3 api.StorageVolumePut, arg4 string) error
- func (m *MockInstanceServer) UpdateStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3 string, arg4 api.StorageVolumeSnapshotPut, arg5 string) error
- func (m *MockInstanceServer) UpdateWarning(arg0 string, arg1 api.WarningPut, arg2 string) error
- func (m *MockInstanceServer) UseProject(arg0 string) lxd.InstanceServer
- func (m *MockInstanceServer) UseTarget(arg0 string) lxd.InstanceServer
- type MockInstanceServerConsoleContainerCall
- func (c *MockInstanceServerConsoleContainerCall) Do(...) *MockInstanceServerConsoleContainerCall
- func (c *MockInstanceServerConsoleContainerCall) DoAndReturn(...) *MockInstanceServerConsoleContainerCall
- func (c *MockInstanceServerConsoleContainerCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerConsoleContainerCall
- type MockInstanceServerConsoleInstanceCall
- func (c *MockInstanceServerConsoleInstanceCall) Do(...) *MockInstanceServerConsoleInstanceCall
- func (c *MockInstanceServerConsoleInstanceCall) DoAndReturn(...) *MockInstanceServerConsoleInstanceCall
- func (c *MockInstanceServerConsoleInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerConsoleInstanceCall
- type MockInstanceServerConsoleInstanceDynamicCall
- func (c *MockInstanceServerConsoleInstanceDynamicCall) Do(...) *MockInstanceServerConsoleInstanceDynamicCall
- func (c *MockInstanceServerConsoleInstanceDynamicCall) DoAndReturn(...) *MockInstanceServerConsoleInstanceDynamicCall
- func (c *MockInstanceServerConsoleInstanceDynamicCall) Return(arg0 lxd.Operation, arg1 func(io.ReadWriteCloser) error, arg2 error) *MockInstanceServerConsoleInstanceDynamicCall
- type MockInstanceServerCopyContainerCall
- func (c *MockInstanceServerCopyContainerCall) Do(...) *MockInstanceServerCopyContainerCall
- func (c *MockInstanceServerCopyContainerCall) DoAndReturn(...) *MockInstanceServerCopyContainerCall
- func (c *MockInstanceServerCopyContainerCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCopyContainerCall
- type MockInstanceServerCopyContainerSnapshotCall
- func (c *MockInstanceServerCopyContainerSnapshotCall) Do(...) *MockInstanceServerCopyContainerSnapshotCall
- func (c *MockInstanceServerCopyContainerSnapshotCall) DoAndReturn(...) *MockInstanceServerCopyContainerSnapshotCall
- func (c *MockInstanceServerCopyContainerSnapshotCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCopyContainerSnapshotCall
- type MockInstanceServerCopyImageCall
- type MockInstanceServerCopyInstanceCall
- func (c *MockInstanceServerCopyInstanceCall) Do(...) *MockInstanceServerCopyInstanceCall
- func (c *MockInstanceServerCopyInstanceCall) DoAndReturn(...) *MockInstanceServerCopyInstanceCall
- func (c *MockInstanceServerCopyInstanceCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCopyInstanceCall
- type MockInstanceServerCopyInstanceSnapshotCall
- func (c *MockInstanceServerCopyInstanceSnapshotCall) Do(...) *MockInstanceServerCopyInstanceSnapshotCall
- func (c *MockInstanceServerCopyInstanceSnapshotCall) DoAndReturn(...) *MockInstanceServerCopyInstanceSnapshotCall
- func (c *MockInstanceServerCopyInstanceSnapshotCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCopyInstanceSnapshotCall
- type MockInstanceServerCopyStoragePoolVolumeCall
- func (c *MockInstanceServerCopyStoragePoolVolumeCall) Do(...) *MockInstanceServerCopyStoragePoolVolumeCall
- func (c *MockInstanceServerCopyStoragePoolVolumeCall) DoAndReturn(...) *MockInstanceServerCopyStoragePoolVolumeCall
- func (c *MockInstanceServerCopyStoragePoolVolumeCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCopyStoragePoolVolumeCall
- type MockInstanceServerCreateAuthGroupCall
- func (c *MockInstanceServerCreateAuthGroupCall) Do(f func(api.AuthGroupsPost) error) *MockInstanceServerCreateAuthGroupCall
- func (c *MockInstanceServerCreateAuthGroupCall) DoAndReturn(f func(api.AuthGroupsPost) error) *MockInstanceServerCreateAuthGroupCall
- func (c *MockInstanceServerCreateAuthGroupCall) Return(arg0 error) *MockInstanceServerCreateAuthGroupCall
- type MockInstanceServerCreateCertificateCall
- func (c *MockInstanceServerCreateCertificateCall) Do(f func(api.CertificatesPost) error) *MockInstanceServerCreateCertificateCall
- func (c *MockInstanceServerCreateCertificateCall) DoAndReturn(f func(api.CertificatesPost) error) *MockInstanceServerCreateCertificateCall
- func (c *MockInstanceServerCreateCertificateCall) Return(arg0 error) *MockInstanceServerCreateCertificateCall
- type MockInstanceServerCreateCertificateTokenCall
- func (c *MockInstanceServerCreateCertificateTokenCall) Do(f func(api.CertificatesPost) (lxd.Operation, error)) *MockInstanceServerCreateCertificateTokenCall
- func (c *MockInstanceServerCreateCertificateTokenCall) DoAndReturn(f func(api.CertificatesPost) (lxd.Operation, error)) *MockInstanceServerCreateCertificateTokenCall
- func (c *MockInstanceServerCreateCertificateTokenCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateCertificateTokenCall
- type MockInstanceServerCreateClusterGroupCall
- func (c *MockInstanceServerCreateClusterGroupCall) Do(f func(api.ClusterGroupsPost) error) *MockInstanceServerCreateClusterGroupCall
- func (c *MockInstanceServerCreateClusterGroupCall) DoAndReturn(f func(api.ClusterGroupsPost) error) *MockInstanceServerCreateClusterGroupCall
- func (c *MockInstanceServerCreateClusterGroupCall) Return(arg0 error) *MockInstanceServerCreateClusterGroupCall
- type MockInstanceServerCreateClusterMemberCall
- func (c *MockInstanceServerCreateClusterMemberCall) Do(f func(api.ClusterMembersPost) (lxd.Operation, error)) *MockInstanceServerCreateClusterMemberCall
- func (c *MockInstanceServerCreateClusterMemberCall) DoAndReturn(f func(api.ClusterMembersPost) (lxd.Operation, error)) *MockInstanceServerCreateClusterMemberCall
- func (c *MockInstanceServerCreateClusterMemberCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateClusterMemberCall
- type MockInstanceServerCreateContainerBackupCall
- func (c *MockInstanceServerCreateContainerBackupCall) Do(f func(string, api.ContainerBackupsPost) (lxd.Operation, error)) *MockInstanceServerCreateContainerBackupCall
- func (c *MockInstanceServerCreateContainerBackupCall) DoAndReturn(f func(string, api.ContainerBackupsPost) (lxd.Operation, error)) *MockInstanceServerCreateContainerBackupCall
- func (c *MockInstanceServerCreateContainerBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateContainerBackupCall
- type MockInstanceServerCreateContainerCall
- func (c *MockInstanceServerCreateContainerCall) Do(f func(api.ContainersPost) (lxd.Operation, error)) *MockInstanceServerCreateContainerCall
- func (c *MockInstanceServerCreateContainerCall) DoAndReturn(f func(api.ContainersPost) (lxd.Operation, error)) *MockInstanceServerCreateContainerCall
- func (c *MockInstanceServerCreateContainerCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateContainerCall
- type MockInstanceServerCreateContainerFileCall
- func (c *MockInstanceServerCreateContainerFileCall) Do(f func(string, string, lxd.ContainerFileArgs) error) *MockInstanceServerCreateContainerFileCall
- func (c *MockInstanceServerCreateContainerFileCall) DoAndReturn(f func(string, string, lxd.ContainerFileArgs) error) *MockInstanceServerCreateContainerFileCall
- func (c *MockInstanceServerCreateContainerFileCall) Return(arg0 error) *MockInstanceServerCreateContainerFileCall
- type MockInstanceServerCreateContainerFromBackupCall
- func (c *MockInstanceServerCreateContainerFromBackupCall) Do(f func(lxd.ContainerBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateContainerFromBackupCall
- func (c *MockInstanceServerCreateContainerFromBackupCall) DoAndReturn(f func(lxd.ContainerBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateContainerFromBackupCall
- func (c *MockInstanceServerCreateContainerFromBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateContainerFromBackupCall
- type MockInstanceServerCreateContainerFromImageCall
- func (c *MockInstanceServerCreateContainerFromImageCall) Do(...) *MockInstanceServerCreateContainerFromImageCall
- func (c *MockInstanceServerCreateContainerFromImageCall) DoAndReturn(...) *MockInstanceServerCreateContainerFromImageCall
- func (c *MockInstanceServerCreateContainerFromImageCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCreateContainerFromImageCall
- type MockInstanceServerCreateContainerSnapshotCall
- func (c *MockInstanceServerCreateContainerSnapshotCall) Do(f func(string, api.ContainerSnapshotsPost) (lxd.Operation, error)) *MockInstanceServerCreateContainerSnapshotCall
- func (c *MockInstanceServerCreateContainerSnapshotCall) DoAndReturn(f func(string, api.ContainerSnapshotsPost) (lxd.Operation, error)) *MockInstanceServerCreateContainerSnapshotCall
- func (c *MockInstanceServerCreateContainerSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateContainerSnapshotCall
- type MockInstanceServerCreateContainerTemplateFileCall
- func (c *MockInstanceServerCreateContainerTemplateFileCall) Do(f func(string, string, io.ReadSeeker) error) *MockInstanceServerCreateContainerTemplateFileCall
- func (c *MockInstanceServerCreateContainerTemplateFileCall) DoAndReturn(f func(string, string, io.ReadSeeker) error) *MockInstanceServerCreateContainerTemplateFileCall
- func (c *MockInstanceServerCreateContainerTemplateFileCall) Return(arg0 error) *MockInstanceServerCreateContainerTemplateFileCall
- type MockInstanceServerCreateIdentityProviderGroupCall
- func (c *MockInstanceServerCreateIdentityProviderGroupCall) Do(f func(api.IdentityProviderGroup) error) *MockInstanceServerCreateIdentityProviderGroupCall
- func (c *MockInstanceServerCreateIdentityProviderGroupCall) DoAndReturn(f func(api.IdentityProviderGroup) error) *MockInstanceServerCreateIdentityProviderGroupCall
- func (c *MockInstanceServerCreateIdentityProviderGroupCall) Return(arg0 error) *MockInstanceServerCreateIdentityProviderGroupCall
- type MockInstanceServerCreateImageAliasCall
- func (c *MockInstanceServerCreateImageAliasCall) Do(f func(api.ImageAliasesPost) error) *MockInstanceServerCreateImageAliasCall
- func (c *MockInstanceServerCreateImageAliasCall) DoAndReturn(f func(api.ImageAliasesPost) error) *MockInstanceServerCreateImageAliasCall
- func (c *MockInstanceServerCreateImageAliasCall) Return(arg0 error) *MockInstanceServerCreateImageAliasCall
- type MockInstanceServerCreateImageCall
- func (c *MockInstanceServerCreateImageCall) Do(f func(api.ImagesPost, *lxd.ImageCreateArgs) (lxd.Operation, error)) *MockInstanceServerCreateImageCall
- func (c *MockInstanceServerCreateImageCall) DoAndReturn(f func(api.ImagesPost, *lxd.ImageCreateArgs) (lxd.Operation, error)) *MockInstanceServerCreateImageCall
- func (c *MockInstanceServerCreateImageCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateImageCall
- type MockInstanceServerCreateImageSecretCall
- func (c *MockInstanceServerCreateImageSecretCall) Do(f func(string) (lxd.Operation, error)) *MockInstanceServerCreateImageSecretCall
- func (c *MockInstanceServerCreateImageSecretCall) DoAndReturn(f func(string) (lxd.Operation, error)) *MockInstanceServerCreateImageSecretCall
- func (c *MockInstanceServerCreateImageSecretCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateImageSecretCall
- type MockInstanceServerCreateInstanceBackupCall
- func (c *MockInstanceServerCreateInstanceBackupCall) Do(f func(string, api.InstanceBackupsPost) (lxd.Operation, error)) *MockInstanceServerCreateInstanceBackupCall
- func (c *MockInstanceServerCreateInstanceBackupCall) DoAndReturn(f func(string, api.InstanceBackupsPost) (lxd.Operation, error)) *MockInstanceServerCreateInstanceBackupCall
- func (c *MockInstanceServerCreateInstanceBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateInstanceBackupCall
- type MockInstanceServerCreateInstanceCall
- func (c *MockInstanceServerCreateInstanceCall) Do(f func(api.InstancesPost) (lxd.Operation, error)) *MockInstanceServerCreateInstanceCall
- func (c *MockInstanceServerCreateInstanceCall) DoAndReturn(f func(api.InstancesPost) (lxd.Operation, error)) *MockInstanceServerCreateInstanceCall
- func (c *MockInstanceServerCreateInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateInstanceCall
- type MockInstanceServerCreateInstanceFileCall
- func (c *MockInstanceServerCreateInstanceFileCall) Do(f func(string, string, lxd.InstanceFileArgs) error) *MockInstanceServerCreateInstanceFileCall
- func (c *MockInstanceServerCreateInstanceFileCall) DoAndReturn(f func(string, string, lxd.InstanceFileArgs) error) *MockInstanceServerCreateInstanceFileCall
- func (c *MockInstanceServerCreateInstanceFileCall) Return(arg0 error) *MockInstanceServerCreateInstanceFileCall
- type MockInstanceServerCreateInstanceFromBackupCall
- func (c *MockInstanceServerCreateInstanceFromBackupCall) Do(f func(lxd.InstanceBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateInstanceFromBackupCall
- func (c *MockInstanceServerCreateInstanceFromBackupCall) DoAndReturn(f func(lxd.InstanceBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateInstanceFromBackupCall
- func (c *MockInstanceServerCreateInstanceFromBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateInstanceFromBackupCall
- type MockInstanceServerCreateInstanceFromImageCall
- func (c *MockInstanceServerCreateInstanceFromImageCall) Do(...) *MockInstanceServerCreateInstanceFromImageCall
- func (c *MockInstanceServerCreateInstanceFromImageCall) DoAndReturn(...) *MockInstanceServerCreateInstanceFromImageCall
- func (c *MockInstanceServerCreateInstanceFromImageCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCreateInstanceFromImageCall
- type MockInstanceServerCreateInstanceSnapshotCall
- func (c *MockInstanceServerCreateInstanceSnapshotCall) Do(f func(string, api.InstanceSnapshotsPost) (lxd.Operation, error)) *MockInstanceServerCreateInstanceSnapshotCall
- func (c *MockInstanceServerCreateInstanceSnapshotCall) DoAndReturn(f func(string, api.InstanceSnapshotsPost) (lxd.Operation, error)) *MockInstanceServerCreateInstanceSnapshotCall
- func (c *MockInstanceServerCreateInstanceSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateInstanceSnapshotCall
- type MockInstanceServerCreateInstanceTemplateFileCall
- func (c *MockInstanceServerCreateInstanceTemplateFileCall) Do(f func(string, string, io.ReadSeeker) error) *MockInstanceServerCreateInstanceTemplateFileCall
- func (c *MockInstanceServerCreateInstanceTemplateFileCall) DoAndReturn(f func(string, string, io.ReadSeeker) error) *MockInstanceServerCreateInstanceTemplateFileCall
- func (c *MockInstanceServerCreateInstanceTemplateFileCall) Return(arg0 error) *MockInstanceServerCreateInstanceTemplateFileCall
- type MockInstanceServerCreateNetworkACLCall
- func (c *MockInstanceServerCreateNetworkACLCall) Do(f func(api.NetworkACLsPost) error) *MockInstanceServerCreateNetworkACLCall
- func (c *MockInstanceServerCreateNetworkACLCall) DoAndReturn(f func(api.NetworkACLsPost) error) *MockInstanceServerCreateNetworkACLCall
- func (c *MockInstanceServerCreateNetworkACLCall) Return(arg0 error) *MockInstanceServerCreateNetworkACLCall
- type MockInstanceServerCreateNetworkCall
- func (c *MockInstanceServerCreateNetworkCall) Do(f func(api.NetworksPost) error) *MockInstanceServerCreateNetworkCall
- func (c *MockInstanceServerCreateNetworkCall) DoAndReturn(f func(api.NetworksPost) error) *MockInstanceServerCreateNetworkCall
- func (c *MockInstanceServerCreateNetworkCall) Return(arg0 error) *MockInstanceServerCreateNetworkCall
- type MockInstanceServerCreateNetworkForwardCall
- func (c *MockInstanceServerCreateNetworkForwardCall) Do(f func(string, api.NetworkForwardsPost) error) *MockInstanceServerCreateNetworkForwardCall
- func (c *MockInstanceServerCreateNetworkForwardCall) DoAndReturn(f func(string, api.NetworkForwardsPost) error) *MockInstanceServerCreateNetworkForwardCall
- func (c *MockInstanceServerCreateNetworkForwardCall) Return(arg0 error) *MockInstanceServerCreateNetworkForwardCall
- type MockInstanceServerCreateNetworkLoadBalancerCall
- func (c *MockInstanceServerCreateNetworkLoadBalancerCall) Do(f func(string, api.NetworkLoadBalancersPost) error) *MockInstanceServerCreateNetworkLoadBalancerCall
- func (c *MockInstanceServerCreateNetworkLoadBalancerCall) DoAndReturn(f func(string, api.NetworkLoadBalancersPost) error) *MockInstanceServerCreateNetworkLoadBalancerCall
- func (c *MockInstanceServerCreateNetworkLoadBalancerCall) Return(arg0 error) *MockInstanceServerCreateNetworkLoadBalancerCall
- type MockInstanceServerCreateNetworkPeerCall
- func (c *MockInstanceServerCreateNetworkPeerCall) Do(f func(string, api.NetworkPeersPost) error) *MockInstanceServerCreateNetworkPeerCall
- func (c *MockInstanceServerCreateNetworkPeerCall) DoAndReturn(f func(string, api.NetworkPeersPost) error) *MockInstanceServerCreateNetworkPeerCall
- func (c *MockInstanceServerCreateNetworkPeerCall) Return(arg0 error) *MockInstanceServerCreateNetworkPeerCall
- type MockInstanceServerCreateNetworkZoneCall
- func (c *MockInstanceServerCreateNetworkZoneCall) Do(f func(api.NetworkZonesPost) error) *MockInstanceServerCreateNetworkZoneCall
- func (c *MockInstanceServerCreateNetworkZoneCall) DoAndReturn(f func(api.NetworkZonesPost) error) *MockInstanceServerCreateNetworkZoneCall
- func (c *MockInstanceServerCreateNetworkZoneCall) Return(arg0 error) *MockInstanceServerCreateNetworkZoneCall
- type MockInstanceServerCreateNetworkZoneRecordCall
- func (c *MockInstanceServerCreateNetworkZoneRecordCall) Do(f func(string, api.NetworkZoneRecordsPost) error) *MockInstanceServerCreateNetworkZoneRecordCall
- func (c *MockInstanceServerCreateNetworkZoneRecordCall) DoAndReturn(f func(string, api.NetworkZoneRecordsPost) error) *MockInstanceServerCreateNetworkZoneRecordCall
- func (c *MockInstanceServerCreateNetworkZoneRecordCall) Return(arg0 error) *MockInstanceServerCreateNetworkZoneRecordCall
- type MockInstanceServerCreateProfileCall
- func (c *MockInstanceServerCreateProfileCall) Do(f func(api.ProfilesPost) error) *MockInstanceServerCreateProfileCall
- func (c *MockInstanceServerCreateProfileCall) DoAndReturn(f func(api.ProfilesPost) error) *MockInstanceServerCreateProfileCall
- func (c *MockInstanceServerCreateProfileCall) Return(arg0 error) *MockInstanceServerCreateProfileCall
- type MockInstanceServerCreateProjectCall
- func (c *MockInstanceServerCreateProjectCall) Do(f func(api.ProjectsPost) error) *MockInstanceServerCreateProjectCall
- func (c *MockInstanceServerCreateProjectCall) DoAndReturn(f func(api.ProjectsPost) error) *MockInstanceServerCreateProjectCall
- func (c *MockInstanceServerCreateProjectCall) Return(arg0 error) *MockInstanceServerCreateProjectCall
- type MockInstanceServerCreateStoragePoolBucketCall
- func (c *MockInstanceServerCreateStoragePoolBucketCall) Do(f func(string, api.StorageBucketsPost) (*api.StorageBucketKey, error)) *MockInstanceServerCreateStoragePoolBucketCall
- func (c *MockInstanceServerCreateStoragePoolBucketCall) DoAndReturn(f func(string, api.StorageBucketsPost) (*api.StorageBucketKey, error)) *MockInstanceServerCreateStoragePoolBucketCall
- func (c *MockInstanceServerCreateStoragePoolBucketCall) Return(arg0 *api.StorageBucketKey, arg1 error) *MockInstanceServerCreateStoragePoolBucketCall
- type MockInstanceServerCreateStoragePoolBucketKeyCall
- func (c *MockInstanceServerCreateStoragePoolBucketKeyCall) Do(...) *MockInstanceServerCreateStoragePoolBucketKeyCall
- func (c *MockInstanceServerCreateStoragePoolBucketKeyCall) DoAndReturn(...) *MockInstanceServerCreateStoragePoolBucketKeyCall
- func (c *MockInstanceServerCreateStoragePoolBucketKeyCall) Return(arg0 *api.StorageBucketKey, arg1 error) *MockInstanceServerCreateStoragePoolBucketKeyCall
- type MockInstanceServerCreateStoragePoolCall
- func (c *MockInstanceServerCreateStoragePoolCall) Do(f func(api.StoragePoolsPost) error) *MockInstanceServerCreateStoragePoolCall
- func (c *MockInstanceServerCreateStoragePoolCall) DoAndReturn(f func(api.StoragePoolsPost) error) *MockInstanceServerCreateStoragePoolCall
- func (c *MockInstanceServerCreateStoragePoolCall) Return(arg0 error) *MockInstanceServerCreateStoragePoolCall
- type MockInstanceServerCreateStoragePoolVolumeBackupCall
- func (c *MockInstanceServerCreateStoragePoolVolumeBackupCall) Do(...) *MockInstanceServerCreateStoragePoolVolumeBackupCall
- func (c *MockInstanceServerCreateStoragePoolVolumeBackupCall) DoAndReturn(...) *MockInstanceServerCreateStoragePoolVolumeBackupCall
- func (c *MockInstanceServerCreateStoragePoolVolumeBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateStoragePoolVolumeBackupCall
- type MockInstanceServerCreateStoragePoolVolumeCall
- func (c *MockInstanceServerCreateStoragePoolVolumeCall) Do(f func(string, api.StorageVolumesPost) error) *MockInstanceServerCreateStoragePoolVolumeCall
- func (c *MockInstanceServerCreateStoragePoolVolumeCall) DoAndReturn(f func(string, api.StorageVolumesPost) error) *MockInstanceServerCreateStoragePoolVolumeCall
- func (c *MockInstanceServerCreateStoragePoolVolumeCall) Return(arg0 error) *MockInstanceServerCreateStoragePoolVolumeCall
- type MockInstanceServerCreateStoragePoolVolumeFromBackupCall
- func (c *MockInstanceServerCreateStoragePoolVolumeFromBackupCall) Do(f func(string, lxd.StoragePoolVolumeBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateStoragePoolVolumeFromBackupCall
- func (c *MockInstanceServerCreateStoragePoolVolumeFromBackupCall) DoAndReturn(f func(string, lxd.StoragePoolVolumeBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateStoragePoolVolumeFromBackupCall
- func (c *MockInstanceServerCreateStoragePoolVolumeFromBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateStoragePoolVolumeFromBackupCall
- type MockInstanceServerCreateStoragePoolVolumeFromISOCall
- func (c *MockInstanceServerCreateStoragePoolVolumeFromISOCall) Do(f func(string, lxd.StoragePoolVolumeBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateStoragePoolVolumeFromISOCall
- func (c *MockInstanceServerCreateStoragePoolVolumeFromISOCall) DoAndReturn(f func(string, lxd.StoragePoolVolumeBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateStoragePoolVolumeFromISOCall
- func (c *MockInstanceServerCreateStoragePoolVolumeFromISOCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateStoragePoolVolumeFromISOCall
- type MockInstanceServerCreateStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerCreateStoragePoolVolumeSnapshotCall) Do(...) *MockInstanceServerCreateStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerCreateStoragePoolVolumeSnapshotCall) DoAndReturn(...) *MockInstanceServerCreateStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerCreateStoragePoolVolumeSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateStoragePoolVolumeSnapshotCall
- type MockInstanceServerDeleteAuthGroupCall
- func (c *MockInstanceServerDeleteAuthGroupCall) Do(f func(string) error) *MockInstanceServerDeleteAuthGroupCall
- func (c *MockInstanceServerDeleteAuthGroupCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteAuthGroupCall
- func (c *MockInstanceServerDeleteAuthGroupCall) Return(arg0 error) *MockInstanceServerDeleteAuthGroupCall
- type MockInstanceServerDeleteCertificateCall
- func (c *MockInstanceServerDeleteCertificateCall) Do(f func(string) error) *MockInstanceServerDeleteCertificateCall
- func (c *MockInstanceServerDeleteCertificateCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteCertificateCall
- func (c *MockInstanceServerDeleteCertificateCall) Return(arg0 error) *MockInstanceServerDeleteCertificateCall
- type MockInstanceServerDeleteClusterGroupCall
- func (c *MockInstanceServerDeleteClusterGroupCall) Do(f func(string) error) *MockInstanceServerDeleteClusterGroupCall
- func (c *MockInstanceServerDeleteClusterGroupCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteClusterGroupCall
- func (c *MockInstanceServerDeleteClusterGroupCall) Return(arg0 error) *MockInstanceServerDeleteClusterGroupCall
- type MockInstanceServerDeleteClusterMemberCall
- func (c *MockInstanceServerDeleteClusterMemberCall) Do(f func(string, bool) error) *MockInstanceServerDeleteClusterMemberCall
- func (c *MockInstanceServerDeleteClusterMemberCall) DoAndReturn(f func(string, bool) error) *MockInstanceServerDeleteClusterMemberCall
- func (c *MockInstanceServerDeleteClusterMemberCall) Return(arg0 error) *MockInstanceServerDeleteClusterMemberCall
- type MockInstanceServerDeleteContainerBackupCall
- func (c *MockInstanceServerDeleteContainerBackupCall) Do(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteContainerBackupCall
- func (c *MockInstanceServerDeleteContainerBackupCall) DoAndReturn(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteContainerBackupCall
- func (c *MockInstanceServerDeleteContainerBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteContainerBackupCall
- type MockInstanceServerDeleteContainerCall
- func (c *MockInstanceServerDeleteContainerCall) Do(f func(string) (lxd.Operation, error)) *MockInstanceServerDeleteContainerCall
- func (c *MockInstanceServerDeleteContainerCall) DoAndReturn(f func(string) (lxd.Operation, error)) *MockInstanceServerDeleteContainerCall
- func (c *MockInstanceServerDeleteContainerCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteContainerCall
- type MockInstanceServerDeleteContainerConsoleLogCall
- func (c *MockInstanceServerDeleteContainerConsoleLogCall) Do(f func(string, *lxd.ContainerConsoleLogArgs) error) *MockInstanceServerDeleteContainerConsoleLogCall
- func (c *MockInstanceServerDeleteContainerConsoleLogCall) DoAndReturn(f func(string, *lxd.ContainerConsoleLogArgs) error) *MockInstanceServerDeleteContainerConsoleLogCall
- func (c *MockInstanceServerDeleteContainerConsoleLogCall) Return(arg0 error) *MockInstanceServerDeleteContainerConsoleLogCall
- type MockInstanceServerDeleteContainerFileCall
- func (c *MockInstanceServerDeleteContainerFileCall) Do(f func(string, string) error) *MockInstanceServerDeleteContainerFileCall
- func (c *MockInstanceServerDeleteContainerFileCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteContainerFileCall
- func (c *MockInstanceServerDeleteContainerFileCall) Return(arg0 error) *MockInstanceServerDeleteContainerFileCall
- type MockInstanceServerDeleteContainerLogfileCall
- func (c *MockInstanceServerDeleteContainerLogfileCall) Do(f func(string, string) error) *MockInstanceServerDeleteContainerLogfileCall
- func (c *MockInstanceServerDeleteContainerLogfileCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteContainerLogfileCall
- func (c *MockInstanceServerDeleteContainerLogfileCall) Return(arg0 error) *MockInstanceServerDeleteContainerLogfileCall
- type MockInstanceServerDeleteContainerSnapshotCall
- func (c *MockInstanceServerDeleteContainerSnapshotCall) Do(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteContainerSnapshotCall
- func (c *MockInstanceServerDeleteContainerSnapshotCall) DoAndReturn(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteContainerSnapshotCall
- func (c *MockInstanceServerDeleteContainerSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteContainerSnapshotCall
- type MockInstanceServerDeleteContainerTemplateFileCall
- func (c *MockInstanceServerDeleteContainerTemplateFileCall) Do(f func(string, string) error) *MockInstanceServerDeleteContainerTemplateFileCall
- func (c *MockInstanceServerDeleteContainerTemplateFileCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteContainerTemplateFileCall
- func (c *MockInstanceServerDeleteContainerTemplateFileCall) Return(arg0 error) *MockInstanceServerDeleteContainerTemplateFileCall
- type MockInstanceServerDeleteIdentityProviderGroupCall
- func (c *MockInstanceServerDeleteIdentityProviderGroupCall) Do(f func(string) error) *MockInstanceServerDeleteIdentityProviderGroupCall
- func (c *MockInstanceServerDeleteIdentityProviderGroupCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteIdentityProviderGroupCall
- func (c *MockInstanceServerDeleteIdentityProviderGroupCall) Return(arg0 error) *MockInstanceServerDeleteIdentityProviderGroupCall
- type MockInstanceServerDeleteImageAliasCall
- func (c *MockInstanceServerDeleteImageAliasCall) Do(f func(string) error) *MockInstanceServerDeleteImageAliasCall
- func (c *MockInstanceServerDeleteImageAliasCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteImageAliasCall
- func (c *MockInstanceServerDeleteImageAliasCall) Return(arg0 error) *MockInstanceServerDeleteImageAliasCall
- type MockInstanceServerDeleteImageCall
- func (c *MockInstanceServerDeleteImageCall) Do(f func(string) (lxd.Operation, error)) *MockInstanceServerDeleteImageCall
- func (c *MockInstanceServerDeleteImageCall) DoAndReturn(f func(string) (lxd.Operation, error)) *MockInstanceServerDeleteImageCall
- func (c *MockInstanceServerDeleteImageCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteImageCall
- type MockInstanceServerDeleteInstanceBackupCall
- func (c *MockInstanceServerDeleteInstanceBackupCall) Do(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteInstanceBackupCall
- func (c *MockInstanceServerDeleteInstanceBackupCall) DoAndReturn(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteInstanceBackupCall
- func (c *MockInstanceServerDeleteInstanceBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteInstanceBackupCall
- type MockInstanceServerDeleteInstanceCall
- func (c *MockInstanceServerDeleteInstanceCall) Do(f func(string) (lxd.Operation, error)) *MockInstanceServerDeleteInstanceCall
- func (c *MockInstanceServerDeleteInstanceCall) DoAndReturn(f func(string) (lxd.Operation, error)) *MockInstanceServerDeleteInstanceCall
- func (c *MockInstanceServerDeleteInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteInstanceCall
- type MockInstanceServerDeleteInstanceConsoleLogCall
- func (c *MockInstanceServerDeleteInstanceConsoleLogCall) Do(f func(string, *lxd.InstanceConsoleLogArgs) error) *MockInstanceServerDeleteInstanceConsoleLogCall
- func (c *MockInstanceServerDeleteInstanceConsoleLogCall) DoAndReturn(f func(string, *lxd.InstanceConsoleLogArgs) error) *MockInstanceServerDeleteInstanceConsoleLogCall
- func (c *MockInstanceServerDeleteInstanceConsoleLogCall) Return(arg0 error) *MockInstanceServerDeleteInstanceConsoleLogCall
- type MockInstanceServerDeleteInstanceFileCall
- func (c *MockInstanceServerDeleteInstanceFileCall) Do(f func(string, string) error) *MockInstanceServerDeleteInstanceFileCall
- func (c *MockInstanceServerDeleteInstanceFileCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteInstanceFileCall
- func (c *MockInstanceServerDeleteInstanceFileCall) Return(arg0 error) *MockInstanceServerDeleteInstanceFileCall
- type MockInstanceServerDeleteInstanceLogfileCall
- func (c *MockInstanceServerDeleteInstanceLogfileCall) Do(f func(string, string) error) *MockInstanceServerDeleteInstanceLogfileCall
- func (c *MockInstanceServerDeleteInstanceLogfileCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteInstanceLogfileCall
- func (c *MockInstanceServerDeleteInstanceLogfileCall) Return(arg0 error) *MockInstanceServerDeleteInstanceLogfileCall
- type MockInstanceServerDeleteInstanceSnapshotCall
- func (c *MockInstanceServerDeleteInstanceSnapshotCall) Do(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteInstanceSnapshotCall
- func (c *MockInstanceServerDeleteInstanceSnapshotCall) DoAndReturn(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteInstanceSnapshotCall
- func (c *MockInstanceServerDeleteInstanceSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteInstanceSnapshotCall
- type MockInstanceServerDeleteInstanceTemplateFileCall
- func (c *MockInstanceServerDeleteInstanceTemplateFileCall) Do(f func(string, string) error) *MockInstanceServerDeleteInstanceTemplateFileCall
- func (c *MockInstanceServerDeleteInstanceTemplateFileCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteInstanceTemplateFileCall
- func (c *MockInstanceServerDeleteInstanceTemplateFileCall) Return(arg0 error) *MockInstanceServerDeleteInstanceTemplateFileCall
- type MockInstanceServerDeleteNetworkACLCall
- func (c *MockInstanceServerDeleteNetworkACLCall) Do(f func(string) error) *MockInstanceServerDeleteNetworkACLCall
- func (c *MockInstanceServerDeleteNetworkACLCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteNetworkACLCall
- func (c *MockInstanceServerDeleteNetworkACLCall) Return(arg0 error) *MockInstanceServerDeleteNetworkACLCall
- type MockInstanceServerDeleteNetworkCall
- func (c *MockInstanceServerDeleteNetworkCall) Do(f func(string) error) *MockInstanceServerDeleteNetworkCall
- func (c *MockInstanceServerDeleteNetworkCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteNetworkCall
- func (c *MockInstanceServerDeleteNetworkCall) Return(arg0 error) *MockInstanceServerDeleteNetworkCall
- type MockInstanceServerDeleteNetworkForwardCall
- func (c *MockInstanceServerDeleteNetworkForwardCall) Do(f func(string, string) error) *MockInstanceServerDeleteNetworkForwardCall
- func (c *MockInstanceServerDeleteNetworkForwardCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteNetworkForwardCall
- func (c *MockInstanceServerDeleteNetworkForwardCall) Return(arg0 error) *MockInstanceServerDeleteNetworkForwardCall
- type MockInstanceServerDeleteNetworkLoadBalancerCall
- func (c *MockInstanceServerDeleteNetworkLoadBalancerCall) Do(f func(string, string) error) *MockInstanceServerDeleteNetworkLoadBalancerCall
- func (c *MockInstanceServerDeleteNetworkLoadBalancerCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteNetworkLoadBalancerCall
- func (c *MockInstanceServerDeleteNetworkLoadBalancerCall) Return(arg0 error) *MockInstanceServerDeleteNetworkLoadBalancerCall
- type MockInstanceServerDeleteNetworkPeerCall
- func (c *MockInstanceServerDeleteNetworkPeerCall) Do(f func(string, string) error) *MockInstanceServerDeleteNetworkPeerCall
- func (c *MockInstanceServerDeleteNetworkPeerCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteNetworkPeerCall
- func (c *MockInstanceServerDeleteNetworkPeerCall) Return(arg0 error) *MockInstanceServerDeleteNetworkPeerCall
- type MockInstanceServerDeleteNetworkZoneCall
- func (c *MockInstanceServerDeleteNetworkZoneCall) Do(f func(string) error) *MockInstanceServerDeleteNetworkZoneCall
- func (c *MockInstanceServerDeleteNetworkZoneCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteNetworkZoneCall
- func (c *MockInstanceServerDeleteNetworkZoneCall) Return(arg0 error) *MockInstanceServerDeleteNetworkZoneCall
- type MockInstanceServerDeleteNetworkZoneRecordCall
- func (c *MockInstanceServerDeleteNetworkZoneRecordCall) Do(f func(string, string) error) *MockInstanceServerDeleteNetworkZoneRecordCall
- func (c *MockInstanceServerDeleteNetworkZoneRecordCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteNetworkZoneRecordCall
- func (c *MockInstanceServerDeleteNetworkZoneRecordCall) Return(arg0 error) *MockInstanceServerDeleteNetworkZoneRecordCall
- type MockInstanceServerDeleteOperationCall
- func (c *MockInstanceServerDeleteOperationCall) Do(f func(string) error) *MockInstanceServerDeleteOperationCall
- func (c *MockInstanceServerDeleteOperationCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteOperationCall
- func (c *MockInstanceServerDeleteOperationCall) Return(arg0 error) *MockInstanceServerDeleteOperationCall
- type MockInstanceServerDeleteProfileCall
- func (c *MockInstanceServerDeleteProfileCall) Do(f func(string) error) *MockInstanceServerDeleteProfileCall
- func (c *MockInstanceServerDeleteProfileCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteProfileCall
- func (c *MockInstanceServerDeleteProfileCall) Return(arg0 error) *MockInstanceServerDeleteProfileCall
- type MockInstanceServerDeleteProjectCall
- func (c *MockInstanceServerDeleteProjectCall) Do(f func(string) error) *MockInstanceServerDeleteProjectCall
- func (c *MockInstanceServerDeleteProjectCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteProjectCall
- func (c *MockInstanceServerDeleteProjectCall) Return(arg0 error) *MockInstanceServerDeleteProjectCall
- type MockInstanceServerDeleteStoragePoolBucketCall
- func (c *MockInstanceServerDeleteStoragePoolBucketCall) Do(f func(string, string) error) *MockInstanceServerDeleteStoragePoolBucketCall
- func (c *MockInstanceServerDeleteStoragePoolBucketCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteStoragePoolBucketCall
- func (c *MockInstanceServerDeleteStoragePoolBucketCall) Return(arg0 error) *MockInstanceServerDeleteStoragePoolBucketCall
- type MockInstanceServerDeleteStoragePoolBucketKeyCall
- func (c *MockInstanceServerDeleteStoragePoolBucketKeyCall) Do(f func(string, string, string) error) *MockInstanceServerDeleteStoragePoolBucketKeyCall
- func (c *MockInstanceServerDeleteStoragePoolBucketKeyCall) DoAndReturn(f func(string, string, string) error) *MockInstanceServerDeleteStoragePoolBucketKeyCall
- func (c *MockInstanceServerDeleteStoragePoolBucketKeyCall) Return(arg0 error) *MockInstanceServerDeleteStoragePoolBucketKeyCall
- type MockInstanceServerDeleteStoragePoolCall
- func (c *MockInstanceServerDeleteStoragePoolCall) Do(f func(string) error) *MockInstanceServerDeleteStoragePoolCall
- func (c *MockInstanceServerDeleteStoragePoolCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteStoragePoolCall
- func (c *MockInstanceServerDeleteStoragePoolCall) Return(arg0 error) *MockInstanceServerDeleteStoragePoolCall
- type MockInstanceServerDeleteStoragePoolVolumeBackupCall
- func (c *MockInstanceServerDeleteStoragePoolVolumeBackupCall) Do(f func(string, string, string) (lxd.Operation, error)) *MockInstanceServerDeleteStoragePoolVolumeBackupCall
- func (c *MockInstanceServerDeleteStoragePoolVolumeBackupCall) DoAndReturn(f func(string, string, string) (lxd.Operation, error)) *MockInstanceServerDeleteStoragePoolVolumeBackupCall
- func (c *MockInstanceServerDeleteStoragePoolVolumeBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteStoragePoolVolumeBackupCall
- type MockInstanceServerDeleteStoragePoolVolumeCall
- func (c *MockInstanceServerDeleteStoragePoolVolumeCall) Do(f func(string, string, string) error) *MockInstanceServerDeleteStoragePoolVolumeCall
- func (c *MockInstanceServerDeleteStoragePoolVolumeCall) DoAndReturn(f func(string, string, string) error) *MockInstanceServerDeleteStoragePoolVolumeCall
- func (c *MockInstanceServerDeleteStoragePoolVolumeCall) Return(arg0 error) *MockInstanceServerDeleteStoragePoolVolumeCall
- type MockInstanceServerDeleteStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerDeleteStoragePoolVolumeSnapshotCall) Do(f func(string, string, string, string) (lxd.Operation, error)) *MockInstanceServerDeleteStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerDeleteStoragePoolVolumeSnapshotCall) DoAndReturn(f func(string, string, string, string) (lxd.Operation, error)) *MockInstanceServerDeleteStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerDeleteStoragePoolVolumeSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteStoragePoolVolumeSnapshotCall
- type MockInstanceServerDeleteWarningCall
- func (c *MockInstanceServerDeleteWarningCall) Do(f func(string) error) *MockInstanceServerDeleteWarningCall
- func (c *MockInstanceServerDeleteWarningCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteWarningCall
- func (c *MockInstanceServerDeleteWarningCall) Return(arg0 error) *MockInstanceServerDeleteWarningCall
- type MockInstanceServerDisconnectCall
- type MockInstanceServerDoHTTPCall
- func (c *MockInstanceServerDoHTTPCall) Do(f func(*http.Request) (*http.Response, error)) *MockInstanceServerDoHTTPCall
- func (c *MockInstanceServerDoHTTPCall) DoAndReturn(f func(*http.Request) (*http.Response, error)) *MockInstanceServerDoHTTPCall
- func (c *MockInstanceServerDoHTTPCall) Return(arg0 *http.Response, arg1 error) *MockInstanceServerDoHTTPCall
- type MockInstanceServerExecContainerCall
- func (c *MockInstanceServerExecContainerCall) Do(...) *MockInstanceServerExecContainerCall
- func (c *MockInstanceServerExecContainerCall) DoAndReturn(...) *MockInstanceServerExecContainerCall
- func (c *MockInstanceServerExecContainerCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerExecContainerCall
- type MockInstanceServerExecInstanceCall
- func (c *MockInstanceServerExecInstanceCall) Do(...) *MockInstanceServerExecInstanceCall
- func (c *MockInstanceServerExecInstanceCall) DoAndReturn(...) *MockInstanceServerExecInstanceCall
- func (c *MockInstanceServerExecInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerExecInstanceCall
- type MockInstanceServerExportImageCall
- func (c *MockInstanceServerExportImageCall) Do(f func(string, api.ImageExportPost) (lxd.Operation, error)) *MockInstanceServerExportImageCall
- func (c *MockInstanceServerExportImageCall) DoAndReturn(f func(string, api.ImageExportPost) (lxd.Operation, error)) *MockInstanceServerExportImageCall
- func (c *MockInstanceServerExportImageCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerExportImageCall
- type MockInstanceServerGetAuthGroupCall
- func (c *MockInstanceServerGetAuthGroupCall) Do(f func(string) (*api.AuthGroup, string, error)) *MockInstanceServerGetAuthGroupCall
- func (c *MockInstanceServerGetAuthGroupCall) DoAndReturn(f func(string) (*api.AuthGroup, string, error)) *MockInstanceServerGetAuthGroupCall
- func (c *MockInstanceServerGetAuthGroupCall) Return(arg0 *api.AuthGroup, arg1 string, arg2 error) *MockInstanceServerGetAuthGroupCall
- type MockInstanceServerGetAuthGroupNamesCall
- func (c *MockInstanceServerGetAuthGroupNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetAuthGroupNamesCall
- func (c *MockInstanceServerGetAuthGroupNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetAuthGroupNamesCall
- func (c *MockInstanceServerGetAuthGroupNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetAuthGroupNamesCall
- type MockInstanceServerGetAuthGroupsCall
- func (c *MockInstanceServerGetAuthGroupsCall) Do(f func() ([]api.AuthGroup, error)) *MockInstanceServerGetAuthGroupsCall
- func (c *MockInstanceServerGetAuthGroupsCall) DoAndReturn(f func() ([]api.AuthGroup, error)) *MockInstanceServerGetAuthGroupsCall
- func (c *MockInstanceServerGetAuthGroupsCall) Return(arg0 []api.AuthGroup, arg1 error) *MockInstanceServerGetAuthGroupsCall
- type MockInstanceServerGetCertificateCall
- func (c *MockInstanceServerGetCertificateCall) Do(f func(string) (*api.Certificate, string, error)) *MockInstanceServerGetCertificateCall
- func (c *MockInstanceServerGetCertificateCall) DoAndReturn(f func(string) (*api.Certificate, string, error)) *MockInstanceServerGetCertificateCall
- func (c *MockInstanceServerGetCertificateCall) Return(arg0 *api.Certificate, arg1 string, arg2 error) *MockInstanceServerGetCertificateCall
- type MockInstanceServerGetCertificateFingerprintsCall
- func (c *MockInstanceServerGetCertificateFingerprintsCall) Do(f func() ([]string, error)) *MockInstanceServerGetCertificateFingerprintsCall
- func (c *MockInstanceServerGetCertificateFingerprintsCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetCertificateFingerprintsCall
- func (c *MockInstanceServerGetCertificateFingerprintsCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetCertificateFingerprintsCall
- type MockInstanceServerGetCertificatesCall
- func (c *MockInstanceServerGetCertificatesCall) Do(f func() ([]api.Certificate, error)) *MockInstanceServerGetCertificatesCall
- func (c *MockInstanceServerGetCertificatesCall) DoAndReturn(f func() ([]api.Certificate, error)) *MockInstanceServerGetCertificatesCall
- func (c *MockInstanceServerGetCertificatesCall) Return(arg0 []api.Certificate, arg1 error) *MockInstanceServerGetCertificatesCall
- type MockInstanceServerGetClusterCall
- func (c *MockInstanceServerGetClusterCall) Do(f func() (*api.Cluster, string, error)) *MockInstanceServerGetClusterCall
- func (c *MockInstanceServerGetClusterCall) DoAndReturn(f func() (*api.Cluster, string, error)) *MockInstanceServerGetClusterCall
- func (c *MockInstanceServerGetClusterCall) Return(arg0 *api.Cluster, arg1 string, arg2 error) *MockInstanceServerGetClusterCall
- type MockInstanceServerGetClusterGroupCall
- func (c *MockInstanceServerGetClusterGroupCall) Do(f func(string) (*api.ClusterGroup, string, error)) *MockInstanceServerGetClusterGroupCall
- func (c *MockInstanceServerGetClusterGroupCall) DoAndReturn(f func(string) (*api.ClusterGroup, string, error)) *MockInstanceServerGetClusterGroupCall
- func (c *MockInstanceServerGetClusterGroupCall) Return(arg0 *api.ClusterGroup, arg1 string, arg2 error) *MockInstanceServerGetClusterGroupCall
- type MockInstanceServerGetClusterGroupNamesCall
- func (c *MockInstanceServerGetClusterGroupNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetClusterGroupNamesCall
- func (c *MockInstanceServerGetClusterGroupNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetClusterGroupNamesCall
- func (c *MockInstanceServerGetClusterGroupNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetClusterGroupNamesCall
- type MockInstanceServerGetClusterGroupsCall
- func (c *MockInstanceServerGetClusterGroupsCall) Do(f func() ([]api.ClusterGroup, error)) *MockInstanceServerGetClusterGroupsCall
- func (c *MockInstanceServerGetClusterGroupsCall) DoAndReturn(f func() ([]api.ClusterGroup, error)) *MockInstanceServerGetClusterGroupsCall
- func (c *MockInstanceServerGetClusterGroupsCall) Return(arg0 []api.ClusterGroup, arg1 error) *MockInstanceServerGetClusterGroupsCall
- type MockInstanceServerGetClusterMemberCall
- func (c *MockInstanceServerGetClusterMemberCall) Do(f func(string) (*api.ClusterMember, string, error)) *MockInstanceServerGetClusterMemberCall
- func (c *MockInstanceServerGetClusterMemberCall) DoAndReturn(f func(string) (*api.ClusterMember, string, error)) *MockInstanceServerGetClusterMemberCall
- func (c *MockInstanceServerGetClusterMemberCall) Return(arg0 *api.ClusterMember, arg1 string, arg2 error) *MockInstanceServerGetClusterMemberCall
- type MockInstanceServerGetClusterMemberNamesCall
- func (c *MockInstanceServerGetClusterMemberNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetClusterMemberNamesCall
- func (c *MockInstanceServerGetClusterMemberNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetClusterMemberNamesCall
- func (c *MockInstanceServerGetClusterMemberNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetClusterMemberNamesCall
- type MockInstanceServerGetClusterMemberStateCall
- func (c *MockInstanceServerGetClusterMemberStateCall) Do(f func(string) (*api.ClusterMemberState, string, error)) *MockInstanceServerGetClusterMemberStateCall
- func (c *MockInstanceServerGetClusterMemberStateCall) DoAndReturn(f func(string) (*api.ClusterMemberState, string, error)) *MockInstanceServerGetClusterMemberStateCall
- func (c *MockInstanceServerGetClusterMemberStateCall) Return(arg0 *api.ClusterMemberState, arg1 string, arg2 error) *MockInstanceServerGetClusterMemberStateCall
- type MockInstanceServerGetClusterMembersCall
- func (c *MockInstanceServerGetClusterMembersCall) Do(f func() ([]api.ClusterMember, error)) *MockInstanceServerGetClusterMembersCall
- func (c *MockInstanceServerGetClusterMembersCall) DoAndReturn(f func() ([]api.ClusterMember, error)) *MockInstanceServerGetClusterMembersCall
- func (c *MockInstanceServerGetClusterMembersCall) Return(arg0 []api.ClusterMember, arg1 error) *MockInstanceServerGetClusterMembersCall
- type MockInstanceServerGetConnectionInfoCall
- func (c *MockInstanceServerGetConnectionInfoCall) Do(f func() (*lxd.ConnectionInfo, error)) *MockInstanceServerGetConnectionInfoCall
- func (c *MockInstanceServerGetConnectionInfoCall) DoAndReturn(f func() (*lxd.ConnectionInfo, error)) *MockInstanceServerGetConnectionInfoCall
- func (c *MockInstanceServerGetConnectionInfoCall) Return(arg0 *lxd.ConnectionInfo, arg1 error) *MockInstanceServerGetConnectionInfoCall
- type MockInstanceServerGetContainerBackupCall
- func (c *MockInstanceServerGetContainerBackupCall) Do(f func(string, string) (*api.ContainerBackup, string, error)) *MockInstanceServerGetContainerBackupCall
- func (c *MockInstanceServerGetContainerBackupCall) DoAndReturn(f func(string, string) (*api.ContainerBackup, string, error)) *MockInstanceServerGetContainerBackupCall
- func (c *MockInstanceServerGetContainerBackupCall) Return(arg0 *api.ContainerBackup, arg1 string, arg2 error) *MockInstanceServerGetContainerBackupCall
- type MockInstanceServerGetContainerBackupFileCall
- func (c *MockInstanceServerGetContainerBackupFileCall) Do(...) *MockInstanceServerGetContainerBackupFileCall
- func (c *MockInstanceServerGetContainerBackupFileCall) DoAndReturn(...) *MockInstanceServerGetContainerBackupFileCall
- func (c *MockInstanceServerGetContainerBackupFileCall) Return(arg0 *lxd.BackupFileResponse, arg1 error) *MockInstanceServerGetContainerBackupFileCall
- type MockInstanceServerGetContainerBackupNamesCall
- func (c *MockInstanceServerGetContainerBackupNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetContainerBackupNamesCall
- func (c *MockInstanceServerGetContainerBackupNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetContainerBackupNamesCall
- func (c *MockInstanceServerGetContainerBackupNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetContainerBackupNamesCall
- type MockInstanceServerGetContainerBackupsCall
- func (c *MockInstanceServerGetContainerBackupsCall) Do(f func(string) ([]api.ContainerBackup, error)) *MockInstanceServerGetContainerBackupsCall
- func (c *MockInstanceServerGetContainerBackupsCall) DoAndReturn(f func(string) ([]api.ContainerBackup, error)) *MockInstanceServerGetContainerBackupsCall
- func (c *MockInstanceServerGetContainerBackupsCall) Return(arg0 []api.ContainerBackup, arg1 error) *MockInstanceServerGetContainerBackupsCall
- type MockInstanceServerGetContainerCall
- func (c *MockInstanceServerGetContainerCall) Do(f func(string) (*api.Container, string, error)) *MockInstanceServerGetContainerCall
- func (c *MockInstanceServerGetContainerCall) DoAndReturn(f func(string) (*api.Container, string, error)) *MockInstanceServerGetContainerCall
- func (c *MockInstanceServerGetContainerCall) Return(arg0 *api.Container, arg1 string, arg2 error) *MockInstanceServerGetContainerCall
- type MockInstanceServerGetContainerConsoleLogCall
- func (c *MockInstanceServerGetContainerConsoleLogCall) Do(f func(string, *lxd.ContainerConsoleLogArgs) (io.ReadCloser, error)) *MockInstanceServerGetContainerConsoleLogCall
- func (c *MockInstanceServerGetContainerConsoleLogCall) DoAndReturn(f func(string, *lxd.ContainerConsoleLogArgs) (io.ReadCloser, error)) *MockInstanceServerGetContainerConsoleLogCall
- func (c *MockInstanceServerGetContainerConsoleLogCall) Return(arg0 io.ReadCloser, arg1 error) *MockInstanceServerGetContainerConsoleLogCall
- type MockInstanceServerGetContainerFileCall
- func (c *MockInstanceServerGetContainerFileCall) Do(f func(string, string) (io.ReadCloser, *lxd.ContainerFileResponse, error)) *MockInstanceServerGetContainerFileCall
- func (c *MockInstanceServerGetContainerFileCall) DoAndReturn(f func(string, string) (io.ReadCloser, *lxd.ContainerFileResponse, error)) *MockInstanceServerGetContainerFileCall
- func (c *MockInstanceServerGetContainerFileCall) Return(arg0 io.ReadCloser, arg1 *lxd.ContainerFileResponse, arg2 error) *MockInstanceServerGetContainerFileCall
- type MockInstanceServerGetContainerLogfileCall
- func (c *MockInstanceServerGetContainerLogfileCall) Do(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetContainerLogfileCall
- func (c *MockInstanceServerGetContainerLogfileCall) DoAndReturn(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetContainerLogfileCall
- func (c *MockInstanceServerGetContainerLogfileCall) Return(arg0 io.ReadCloser, arg1 error) *MockInstanceServerGetContainerLogfileCall
- type MockInstanceServerGetContainerLogfilesCall
- func (c *MockInstanceServerGetContainerLogfilesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetContainerLogfilesCall
- func (c *MockInstanceServerGetContainerLogfilesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetContainerLogfilesCall
- func (c *MockInstanceServerGetContainerLogfilesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetContainerLogfilesCall
- type MockInstanceServerGetContainerMetadataCall
- func (c *MockInstanceServerGetContainerMetadataCall) Do(f func(string) (*api.ImageMetadata, string, error)) *MockInstanceServerGetContainerMetadataCall
- func (c *MockInstanceServerGetContainerMetadataCall) DoAndReturn(f func(string) (*api.ImageMetadata, string, error)) *MockInstanceServerGetContainerMetadataCall
- func (c *MockInstanceServerGetContainerMetadataCall) Return(arg0 *api.ImageMetadata, arg1 string, arg2 error) *MockInstanceServerGetContainerMetadataCall
- type MockInstanceServerGetContainerNamesCall
- func (c *MockInstanceServerGetContainerNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetContainerNamesCall
- func (c *MockInstanceServerGetContainerNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetContainerNamesCall
- func (c *MockInstanceServerGetContainerNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetContainerNamesCall
- type MockInstanceServerGetContainerSnapshotCall
- func (c *MockInstanceServerGetContainerSnapshotCall) Do(f func(string, string) (*api.ContainerSnapshot, string, error)) *MockInstanceServerGetContainerSnapshotCall
- func (c *MockInstanceServerGetContainerSnapshotCall) DoAndReturn(f func(string, string) (*api.ContainerSnapshot, string, error)) *MockInstanceServerGetContainerSnapshotCall
- func (c *MockInstanceServerGetContainerSnapshotCall) Return(arg0 *api.ContainerSnapshot, arg1 string, arg2 error) *MockInstanceServerGetContainerSnapshotCall
- type MockInstanceServerGetContainerSnapshotNamesCall
- func (c *MockInstanceServerGetContainerSnapshotNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetContainerSnapshotNamesCall
- func (c *MockInstanceServerGetContainerSnapshotNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetContainerSnapshotNamesCall
- func (c *MockInstanceServerGetContainerSnapshotNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetContainerSnapshotNamesCall
- type MockInstanceServerGetContainerSnapshotsCall
- func (c *MockInstanceServerGetContainerSnapshotsCall) Do(f func(string) ([]api.ContainerSnapshot, error)) *MockInstanceServerGetContainerSnapshotsCall
- func (c *MockInstanceServerGetContainerSnapshotsCall) DoAndReturn(f func(string) ([]api.ContainerSnapshot, error)) *MockInstanceServerGetContainerSnapshotsCall
- func (c *MockInstanceServerGetContainerSnapshotsCall) Return(arg0 []api.ContainerSnapshot, arg1 error) *MockInstanceServerGetContainerSnapshotsCall
- type MockInstanceServerGetContainerStateCall
- func (c *MockInstanceServerGetContainerStateCall) Do(f func(string) (*api.ContainerState, string, error)) *MockInstanceServerGetContainerStateCall
- func (c *MockInstanceServerGetContainerStateCall) DoAndReturn(f func(string) (*api.ContainerState, string, error)) *MockInstanceServerGetContainerStateCall
- func (c *MockInstanceServerGetContainerStateCall) Return(arg0 *api.ContainerState, arg1 string, arg2 error) *MockInstanceServerGetContainerStateCall
- type MockInstanceServerGetContainerTemplateFileCall
- func (c *MockInstanceServerGetContainerTemplateFileCall) Do(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetContainerTemplateFileCall
- func (c *MockInstanceServerGetContainerTemplateFileCall) DoAndReturn(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetContainerTemplateFileCall
- func (c *MockInstanceServerGetContainerTemplateFileCall) Return(arg0 io.ReadCloser, arg1 error) *MockInstanceServerGetContainerTemplateFileCall
- type MockInstanceServerGetContainerTemplateFilesCall
- func (c *MockInstanceServerGetContainerTemplateFilesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetContainerTemplateFilesCall
- func (c *MockInstanceServerGetContainerTemplateFilesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetContainerTemplateFilesCall
- func (c *MockInstanceServerGetContainerTemplateFilesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetContainerTemplateFilesCall
- type MockInstanceServerGetContainersCall
- func (c *MockInstanceServerGetContainersCall) Do(f func() ([]api.Container, error)) *MockInstanceServerGetContainersCall
- func (c *MockInstanceServerGetContainersCall) DoAndReturn(f func() ([]api.Container, error)) *MockInstanceServerGetContainersCall
- func (c *MockInstanceServerGetContainersCall) Return(arg0 []api.Container, arg1 error) *MockInstanceServerGetContainersCall
- type MockInstanceServerGetContainersFullCall
- func (c *MockInstanceServerGetContainersFullCall) Do(f func() ([]api.ContainerFull, error)) *MockInstanceServerGetContainersFullCall
- func (c *MockInstanceServerGetContainersFullCall) DoAndReturn(f func() ([]api.ContainerFull, error)) *MockInstanceServerGetContainersFullCall
- func (c *MockInstanceServerGetContainersFullCall) Return(arg0 []api.ContainerFull, arg1 error) *MockInstanceServerGetContainersFullCall
- type MockInstanceServerGetCurrentIdentityInfoCall
- func (c *MockInstanceServerGetCurrentIdentityInfoCall) Do(f func() (*api.IdentityInfo, string, error)) *MockInstanceServerGetCurrentIdentityInfoCall
- func (c *MockInstanceServerGetCurrentIdentityInfoCall) DoAndReturn(f func() (*api.IdentityInfo, string, error)) *MockInstanceServerGetCurrentIdentityInfoCall
- func (c *MockInstanceServerGetCurrentIdentityInfoCall) Return(arg0 *api.IdentityInfo, arg1 string, arg2 error) *MockInstanceServerGetCurrentIdentityInfoCall
- type MockInstanceServerGetEventsAllProjectsCall
- func (c *MockInstanceServerGetEventsAllProjectsCall) Do(f func() (*lxd.EventListener, error)) *MockInstanceServerGetEventsAllProjectsCall
- func (c *MockInstanceServerGetEventsAllProjectsCall) DoAndReturn(f func() (*lxd.EventListener, error)) *MockInstanceServerGetEventsAllProjectsCall
- func (c *MockInstanceServerGetEventsAllProjectsCall) Return(arg0 *lxd.EventListener, arg1 error) *MockInstanceServerGetEventsAllProjectsCall
- type MockInstanceServerGetEventsCall
- func (c *MockInstanceServerGetEventsCall) Do(f func() (*lxd.EventListener, error)) *MockInstanceServerGetEventsCall
- func (c *MockInstanceServerGetEventsCall) DoAndReturn(f func() (*lxd.EventListener, error)) *MockInstanceServerGetEventsCall
- func (c *MockInstanceServerGetEventsCall) Return(arg0 *lxd.EventListener, arg1 error) *MockInstanceServerGetEventsCall
- type MockInstanceServerGetHTTPClientCall
- func (c *MockInstanceServerGetHTTPClientCall) Do(f func() (*http.Client, error)) *MockInstanceServerGetHTTPClientCall
- func (c *MockInstanceServerGetHTTPClientCall) DoAndReturn(f func() (*http.Client, error)) *MockInstanceServerGetHTTPClientCall
- func (c *MockInstanceServerGetHTTPClientCall) Return(arg0 *http.Client, arg1 error) *MockInstanceServerGetHTTPClientCall
- type MockInstanceServerGetIdentitiesByAuthenticationMethodCall
- func (c *MockInstanceServerGetIdentitiesByAuthenticationMethodCall) Do(f func(string) ([]api.Identity, error)) *MockInstanceServerGetIdentitiesByAuthenticationMethodCall
- func (c *MockInstanceServerGetIdentitiesByAuthenticationMethodCall) DoAndReturn(f func(string) ([]api.Identity, error)) *MockInstanceServerGetIdentitiesByAuthenticationMethodCall
- func (c *MockInstanceServerGetIdentitiesByAuthenticationMethodCall) Return(arg0 []api.Identity, arg1 error) *MockInstanceServerGetIdentitiesByAuthenticationMethodCall
- type MockInstanceServerGetIdentitiesCall
- func (c *MockInstanceServerGetIdentitiesCall) Do(f func() ([]api.Identity, error)) *MockInstanceServerGetIdentitiesCall
- func (c *MockInstanceServerGetIdentitiesCall) DoAndReturn(f func() ([]api.Identity, error)) *MockInstanceServerGetIdentitiesCall
- func (c *MockInstanceServerGetIdentitiesCall) Return(arg0 []api.Identity, arg1 error) *MockInstanceServerGetIdentitiesCall
- type MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall
- func (c *MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall) Do(f func() (map[string][]string, error)) *MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall
- func (c *MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall) DoAndReturn(f func() (map[string][]string, error)) *MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall
- func (c *MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall) Return(arg0 map[string][]string, arg1 error) *MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall
- type MockInstanceServerGetIdentityCall
- func (c *MockInstanceServerGetIdentityCall) Do(f func(string, string) (*api.Identity, string, error)) *MockInstanceServerGetIdentityCall
- func (c *MockInstanceServerGetIdentityCall) DoAndReturn(f func(string, string) (*api.Identity, string, error)) *MockInstanceServerGetIdentityCall
- func (c *MockInstanceServerGetIdentityCall) Return(arg0 *api.Identity, arg1 string, arg2 error) *MockInstanceServerGetIdentityCall
- type MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall
- func (c *MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall
- func (c *MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall
- func (c *MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall
- type MockInstanceServerGetIdentityProviderGroupCall
- func (c *MockInstanceServerGetIdentityProviderGroupCall) Do(f func(string) (*api.IdentityProviderGroup, string, error)) *MockInstanceServerGetIdentityProviderGroupCall
- func (c *MockInstanceServerGetIdentityProviderGroupCall) DoAndReturn(f func(string) (*api.IdentityProviderGroup, string, error)) *MockInstanceServerGetIdentityProviderGroupCall
- func (c *MockInstanceServerGetIdentityProviderGroupCall) Return(arg0 *api.IdentityProviderGroup, arg1 string, arg2 error) *MockInstanceServerGetIdentityProviderGroupCall
- type MockInstanceServerGetIdentityProviderGroupNamesCall
- func (c *MockInstanceServerGetIdentityProviderGroupNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetIdentityProviderGroupNamesCall
- func (c *MockInstanceServerGetIdentityProviderGroupNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetIdentityProviderGroupNamesCall
- func (c *MockInstanceServerGetIdentityProviderGroupNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetIdentityProviderGroupNamesCall
- type MockInstanceServerGetIdentityProviderGroupsCall
- func (c *MockInstanceServerGetIdentityProviderGroupsCall) Do(f func() ([]api.IdentityProviderGroup, error)) *MockInstanceServerGetIdentityProviderGroupsCall
- func (c *MockInstanceServerGetIdentityProviderGroupsCall) DoAndReturn(f func() ([]api.IdentityProviderGroup, error)) *MockInstanceServerGetIdentityProviderGroupsCall
- func (c *MockInstanceServerGetIdentityProviderGroupsCall) Return(arg0 []api.IdentityProviderGroup, arg1 error) *MockInstanceServerGetIdentityProviderGroupsCall
- type MockInstanceServerGetImageAliasArchitecturesCall
- func (c *MockInstanceServerGetImageAliasArchitecturesCall) Do(f func(string, string) (map[string]*api.ImageAliasesEntry, error)) *MockInstanceServerGetImageAliasArchitecturesCall
- func (c *MockInstanceServerGetImageAliasArchitecturesCall) DoAndReturn(f func(string, string) (map[string]*api.ImageAliasesEntry, error)) *MockInstanceServerGetImageAliasArchitecturesCall
- func (c *MockInstanceServerGetImageAliasArchitecturesCall) Return(arg0 map[string]*api.ImageAliasesEntry, arg1 error) *MockInstanceServerGetImageAliasArchitecturesCall
- type MockInstanceServerGetImageAliasCall
- func (c *MockInstanceServerGetImageAliasCall) Do(f func(string) (*api.ImageAliasesEntry, string, error)) *MockInstanceServerGetImageAliasCall
- func (c *MockInstanceServerGetImageAliasCall) DoAndReturn(f func(string) (*api.ImageAliasesEntry, string, error)) *MockInstanceServerGetImageAliasCall
- func (c *MockInstanceServerGetImageAliasCall) Return(arg0 *api.ImageAliasesEntry, arg1 string, arg2 error) *MockInstanceServerGetImageAliasCall
- type MockInstanceServerGetImageAliasNamesCall
- func (c *MockInstanceServerGetImageAliasNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetImageAliasNamesCall
- func (c *MockInstanceServerGetImageAliasNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetImageAliasNamesCall
- func (c *MockInstanceServerGetImageAliasNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetImageAliasNamesCall
- type MockInstanceServerGetImageAliasTypeCall
- func (c *MockInstanceServerGetImageAliasTypeCall) Do(f func(string, string) (*api.ImageAliasesEntry, string, error)) *MockInstanceServerGetImageAliasTypeCall
- func (c *MockInstanceServerGetImageAliasTypeCall) DoAndReturn(f func(string, string) (*api.ImageAliasesEntry, string, error)) *MockInstanceServerGetImageAliasTypeCall
- func (c *MockInstanceServerGetImageAliasTypeCall) Return(arg0 *api.ImageAliasesEntry, arg1 string, arg2 error) *MockInstanceServerGetImageAliasTypeCall
- type MockInstanceServerGetImageAliasesCall
- func (c *MockInstanceServerGetImageAliasesCall) Do(f func() ([]api.ImageAliasesEntry, error)) *MockInstanceServerGetImageAliasesCall
- func (c *MockInstanceServerGetImageAliasesCall) DoAndReturn(f func() ([]api.ImageAliasesEntry, error)) *MockInstanceServerGetImageAliasesCall
- func (c *MockInstanceServerGetImageAliasesCall) Return(arg0 []api.ImageAliasesEntry, arg1 error) *MockInstanceServerGetImageAliasesCall
- type MockInstanceServerGetImageCall
- func (c *MockInstanceServerGetImageCall) Do(f func(string) (*api.Image, string, error)) *MockInstanceServerGetImageCall
- func (c *MockInstanceServerGetImageCall) DoAndReturn(f func(string) (*api.Image, string, error)) *MockInstanceServerGetImageCall
- func (c *MockInstanceServerGetImageCall) Return(arg0 *api.Image, arg1 string, arg2 error) *MockInstanceServerGetImageCall
- type MockInstanceServerGetImageFileCall
- func (c *MockInstanceServerGetImageFileCall) Do(f func(string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockInstanceServerGetImageFileCall
- func (c *MockInstanceServerGetImageFileCall) DoAndReturn(f func(string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockInstanceServerGetImageFileCall
- func (c *MockInstanceServerGetImageFileCall) Return(arg0 *lxd.ImageFileResponse, arg1 error) *MockInstanceServerGetImageFileCall
- type MockInstanceServerGetImageFingerprintsCall
- func (c *MockInstanceServerGetImageFingerprintsCall) Do(f func() ([]string, error)) *MockInstanceServerGetImageFingerprintsCall
- func (c *MockInstanceServerGetImageFingerprintsCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetImageFingerprintsCall
- func (c *MockInstanceServerGetImageFingerprintsCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetImageFingerprintsCall
- type MockInstanceServerGetImageSecretCall
- func (c *MockInstanceServerGetImageSecretCall) Do(f func(string) (string, error)) *MockInstanceServerGetImageSecretCall
- func (c *MockInstanceServerGetImageSecretCall) DoAndReturn(f func(string) (string, error)) *MockInstanceServerGetImageSecretCall
- func (c *MockInstanceServerGetImageSecretCall) Return(arg0 string, arg1 error) *MockInstanceServerGetImageSecretCall
- type MockInstanceServerGetImagesCall
- func (c *MockInstanceServerGetImagesCall) Do(f func() ([]api.Image, error)) *MockInstanceServerGetImagesCall
- func (c *MockInstanceServerGetImagesCall) DoAndReturn(f func() ([]api.Image, error)) *MockInstanceServerGetImagesCall
- func (c *MockInstanceServerGetImagesCall) Return(arg0 []api.Image, arg1 error) *MockInstanceServerGetImagesCall
- type MockInstanceServerGetImagesWithFilterCall
- func (c *MockInstanceServerGetImagesWithFilterCall) Do(f func([]string) ([]api.Image, error)) *MockInstanceServerGetImagesWithFilterCall
- func (c *MockInstanceServerGetImagesWithFilterCall) DoAndReturn(f func([]string) ([]api.Image, error)) *MockInstanceServerGetImagesWithFilterCall
- func (c *MockInstanceServerGetImagesWithFilterCall) Return(arg0 []api.Image, arg1 error) *MockInstanceServerGetImagesWithFilterCall
- type MockInstanceServerGetInstanceBackupCall
- func (c *MockInstanceServerGetInstanceBackupCall) Do(f func(string, string) (*api.InstanceBackup, string, error)) *MockInstanceServerGetInstanceBackupCall
- func (c *MockInstanceServerGetInstanceBackupCall) DoAndReturn(f func(string, string) (*api.InstanceBackup, string, error)) *MockInstanceServerGetInstanceBackupCall
- func (c *MockInstanceServerGetInstanceBackupCall) Return(arg0 *api.InstanceBackup, arg1 string, arg2 error) *MockInstanceServerGetInstanceBackupCall
- type MockInstanceServerGetInstanceBackupFileCall
- func (c *MockInstanceServerGetInstanceBackupFileCall) Do(...) *MockInstanceServerGetInstanceBackupFileCall
- func (c *MockInstanceServerGetInstanceBackupFileCall) DoAndReturn(...) *MockInstanceServerGetInstanceBackupFileCall
- func (c *MockInstanceServerGetInstanceBackupFileCall) Return(arg0 *lxd.BackupFileResponse, arg1 error) *MockInstanceServerGetInstanceBackupFileCall
- type MockInstanceServerGetInstanceBackupNamesCall
- func (c *MockInstanceServerGetInstanceBackupNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetInstanceBackupNamesCall
- func (c *MockInstanceServerGetInstanceBackupNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetInstanceBackupNamesCall
- func (c *MockInstanceServerGetInstanceBackupNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetInstanceBackupNamesCall
- type MockInstanceServerGetInstanceBackupsCall
- func (c *MockInstanceServerGetInstanceBackupsCall) Do(f func(string) ([]api.InstanceBackup, error)) *MockInstanceServerGetInstanceBackupsCall
- func (c *MockInstanceServerGetInstanceBackupsCall) DoAndReturn(f func(string) ([]api.InstanceBackup, error)) *MockInstanceServerGetInstanceBackupsCall
- func (c *MockInstanceServerGetInstanceBackupsCall) Return(arg0 []api.InstanceBackup, arg1 error) *MockInstanceServerGetInstanceBackupsCall
- type MockInstanceServerGetInstanceCall
- func (c *MockInstanceServerGetInstanceCall) Do(f func(string) (*api.Instance, string, error)) *MockInstanceServerGetInstanceCall
- func (c *MockInstanceServerGetInstanceCall) DoAndReturn(f func(string) (*api.Instance, string, error)) *MockInstanceServerGetInstanceCall
- func (c *MockInstanceServerGetInstanceCall) Return(arg0 *api.Instance, arg1 string, arg2 error) *MockInstanceServerGetInstanceCall
- type MockInstanceServerGetInstanceConsoleLogCall
- func (c *MockInstanceServerGetInstanceConsoleLogCall) Do(f func(string, *lxd.InstanceConsoleLogArgs) (io.ReadCloser, error)) *MockInstanceServerGetInstanceConsoleLogCall
- func (c *MockInstanceServerGetInstanceConsoleLogCall) DoAndReturn(f func(string, *lxd.InstanceConsoleLogArgs) (io.ReadCloser, error)) *MockInstanceServerGetInstanceConsoleLogCall
- func (c *MockInstanceServerGetInstanceConsoleLogCall) Return(arg0 io.ReadCloser, arg1 error) *MockInstanceServerGetInstanceConsoleLogCall
- type MockInstanceServerGetInstanceFileCall
- func (c *MockInstanceServerGetInstanceFileCall) Do(f func(string, string) (io.ReadCloser, *lxd.InstanceFileResponse, error)) *MockInstanceServerGetInstanceFileCall
- func (c *MockInstanceServerGetInstanceFileCall) DoAndReturn(f func(string, string) (io.ReadCloser, *lxd.InstanceFileResponse, error)) *MockInstanceServerGetInstanceFileCall
- func (c *MockInstanceServerGetInstanceFileCall) Return(arg0 io.ReadCloser, arg1 *lxd.InstanceFileResponse, arg2 error) *MockInstanceServerGetInstanceFileCall
- type MockInstanceServerGetInstanceFileSFTPCall
- func (c *MockInstanceServerGetInstanceFileSFTPCall) Do(f func(string) (*sftp.Client, error)) *MockInstanceServerGetInstanceFileSFTPCall
- func (c *MockInstanceServerGetInstanceFileSFTPCall) DoAndReturn(f func(string) (*sftp.Client, error)) *MockInstanceServerGetInstanceFileSFTPCall
- func (c *MockInstanceServerGetInstanceFileSFTPCall) Return(arg0 *sftp.Client, arg1 error) *MockInstanceServerGetInstanceFileSFTPCall
- type MockInstanceServerGetInstanceFileSFTPConnCall
- func (c *MockInstanceServerGetInstanceFileSFTPConnCall) Do(f func(string) (net.Conn, error)) *MockInstanceServerGetInstanceFileSFTPConnCall
- func (c *MockInstanceServerGetInstanceFileSFTPConnCall) DoAndReturn(f func(string) (net.Conn, error)) *MockInstanceServerGetInstanceFileSFTPConnCall
- func (c *MockInstanceServerGetInstanceFileSFTPConnCall) Return(arg0 net.Conn, arg1 error) *MockInstanceServerGetInstanceFileSFTPConnCall
- type MockInstanceServerGetInstanceFullCall
- func (c *MockInstanceServerGetInstanceFullCall) Do(f func(string) (*api.InstanceFull, string, error)) *MockInstanceServerGetInstanceFullCall
- func (c *MockInstanceServerGetInstanceFullCall) DoAndReturn(f func(string) (*api.InstanceFull, string, error)) *MockInstanceServerGetInstanceFullCall
- func (c *MockInstanceServerGetInstanceFullCall) Return(arg0 *api.InstanceFull, arg1 string, arg2 error) *MockInstanceServerGetInstanceFullCall
- type MockInstanceServerGetInstanceLogfileCall
- func (c *MockInstanceServerGetInstanceLogfileCall) Do(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetInstanceLogfileCall
- func (c *MockInstanceServerGetInstanceLogfileCall) DoAndReturn(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetInstanceLogfileCall
- func (c *MockInstanceServerGetInstanceLogfileCall) Return(arg0 io.ReadCloser, arg1 error) *MockInstanceServerGetInstanceLogfileCall
- type MockInstanceServerGetInstanceLogfilesCall
- func (c *MockInstanceServerGetInstanceLogfilesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetInstanceLogfilesCall
- func (c *MockInstanceServerGetInstanceLogfilesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetInstanceLogfilesCall
- func (c *MockInstanceServerGetInstanceLogfilesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetInstanceLogfilesCall
- type MockInstanceServerGetInstanceMetadataCall
- func (c *MockInstanceServerGetInstanceMetadataCall) Do(f func(string) (*api.ImageMetadata, string, error)) *MockInstanceServerGetInstanceMetadataCall
- func (c *MockInstanceServerGetInstanceMetadataCall) DoAndReturn(f func(string) (*api.ImageMetadata, string, error)) *MockInstanceServerGetInstanceMetadataCall
- func (c *MockInstanceServerGetInstanceMetadataCall) Return(arg0 *api.ImageMetadata, arg1 string, arg2 error) *MockInstanceServerGetInstanceMetadataCall
- type MockInstanceServerGetInstanceNamesAllProjectsCall
- func (c *MockInstanceServerGetInstanceNamesAllProjectsCall) Do(f func(api.InstanceType) (map[string][]string, error)) *MockInstanceServerGetInstanceNamesAllProjectsCall
- func (c *MockInstanceServerGetInstanceNamesAllProjectsCall) DoAndReturn(f func(api.InstanceType) (map[string][]string, error)) *MockInstanceServerGetInstanceNamesAllProjectsCall
- func (c *MockInstanceServerGetInstanceNamesAllProjectsCall) Return(arg0 map[string][]string, arg1 error) *MockInstanceServerGetInstanceNamesAllProjectsCall
- type MockInstanceServerGetInstanceNamesCall
- func (c *MockInstanceServerGetInstanceNamesCall) Do(f func(api.InstanceType) ([]string, error)) *MockInstanceServerGetInstanceNamesCall
- func (c *MockInstanceServerGetInstanceNamesCall) DoAndReturn(f func(api.InstanceType) ([]string, error)) *MockInstanceServerGetInstanceNamesCall
- func (c *MockInstanceServerGetInstanceNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetInstanceNamesCall
- type MockInstanceServerGetInstanceSnapshotCall
- func (c *MockInstanceServerGetInstanceSnapshotCall) Do(f func(string, string) (*api.InstanceSnapshot, string, error)) *MockInstanceServerGetInstanceSnapshotCall
- func (c *MockInstanceServerGetInstanceSnapshotCall) DoAndReturn(f func(string, string) (*api.InstanceSnapshot, string, error)) *MockInstanceServerGetInstanceSnapshotCall
- func (c *MockInstanceServerGetInstanceSnapshotCall) Return(arg0 *api.InstanceSnapshot, arg1 string, arg2 error) *MockInstanceServerGetInstanceSnapshotCall
- type MockInstanceServerGetInstanceSnapshotNamesCall
- func (c *MockInstanceServerGetInstanceSnapshotNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetInstanceSnapshotNamesCall
- func (c *MockInstanceServerGetInstanceSnapshotNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetInstanceSnapshotNamesCall
- func (c *MockInstanceServerGetInstanceSnapshotNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetInstanceSnapshotNamesCall
- type MockInstanceServerGetInstanceSnapshotsCall
- func (c *MockInstanceServerGetInstanceSnapshotsCall) Do(f func(string) ([]api.InstanceSnapshot, error)) *MockInstanceServerGetInstanceSnapshotsCall
- func (c *MockInstanceServerGetInstanceSnapshotsCall) DoAndReturn(f func(string) ([]api.InstanceSnapshot, error)) *MockInstanceServerGetInstanceSnapshotsCall
- func (c *MockInstanceServerGetInstanceSnapshotsCall) Return(arg0 []api.InstanceSnapshot, arg1 error) *MockInstanceServerGetInstanceSnapshotsCall
- type MockInstanceServerGetInstanceStateCall
- func (c *MockInstanceServerGetInstanceStateCall) Do(f func(string) (*api.InstanceState, string, error)) *MockInstanceServerGetInstanceStateCall
- func (c *MockInstanceServerGetInstanceStateCall) DoAndReturn(f func(string) (*api.InstanceState, string, error)) *MockInstanceServerGetInstanceStateCall
- func (c *MockInstanceServerGetInstanceStateCall) Return(arg0 *api.InstanceState, arg1 string, arg2 error) *MockInstanceServerGetInstanceStateCall
- type MockInstanceServerGetInstanceTemplateFileCall
- func (c *MockInstanceServerGetInstanceTemplateFileCall) Do(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetInstanceTemplateFileCall
- func (c *MockInstanceServerGetInstanceTemplateFileCall) DoAndReturn(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetInstanceTemplateFileCall
- func (c *MockInstanceServerGetInstanceTemplateFileCall) Return(arg0 io.ReadCloser, arg1 error) *MockInstanceServerGetInstanceTemplateFileCall
- type MockInstanceServerGetInstanceTemplateFilesCall
- func (c *MockInstanceServerGetInstanceTemplateFilesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetInstanceTemplateFilesCall
- func (c *MockInstanceServerGetInstanceTemplateFilesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetInstanceTemplateFilesCall
- func (c *MockInstanceServerGetInstanceTemplateFilesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetInstanceTemplateFilesCall
- type MockInstanceServerGetInstanceUEFIVarsCall
- func (c *MockInstanceServerGetInstanceUEFIVarsCall) Do(f func(string) (*api.InstanceUEFIVars, string, error)) *MockInstanceServerGetInstanceUEFIVarsCall
- func (c *MockInstanceServerGetInstanceUEFIVarsCall) DoAndReturn(f func(string) (*api.InstanceUEFIVars, string, error)) *MockInstanceServerGetInstanceUEFIVarsCall
- func (c *MockInstanceServerGetInstanceUEFIVarsCall) Return(arg0 *api.InstanceUEFIVars, arg1 string, arg2 error) *MockInstanceServerGetInstanceUEFIVarsCall
- type MockInstanceServerGetInstancesAllProjectsCall
- func (c *MockInstanceServerGetInstancesAllProjectsCall) Do(f func(api.InstanceType) ([]api.Instance, error)) *MockInstanceServerGetInstancesAllProjectsCall
- func (c *MockInstanceServerGetInstancesAllProjectsCall) DoAndReturn(f func(api.InstanceType) ([]api.Instance, error)) *MockInstanceServerGetInstancesAllProjectsCall
- func (c *MockInstanceServerGetInstancesAllProjectsCall) Return(arg0 []api.Instance, arg1 error) *MockInstanceServerGetInstancesAllProjectsCall
- type MockInstanceServerGetInstancesAllProjectsWithFilterCall
- func (c *MockInstanceServerGetInstancesAllProjectsWithFilterCall) Do(f func(api.InstanceType, []string) ([]api.Instance, error)) *MockInstanceServerGetInstancesAllProjectsWithFilterCall
- func (c *MockInstanceServerGetInstancesAllProjectsWithFilterCall) DoAndReturn(f func(api.InstanceType, []string) ([]api.Instance, error)) *MockInstanceServerGetInstancesAllProjectsWithFilterCall
- func (c *MockInstanceServerGetInstancesAllProjectsWithFilterCall) Return(arg0 []api.Instance, arg1 error) *MockInstanceServerGetInstancesAllProjectsWithFilterCall
- type MockInstanceServerGetInstancesCall
- func (c *MockInstanceServerGetInstancesCall) Do(f func(api.InstanceType) ([]api.Instance, error)) *MockInstanceServerGetInstancesCall
- func (c *MockInstanceServerGetInstancesCall) DoAndReturn(f func(api.InstanceType) ([]api.Instance, error)) *MockInstanceServerGetInstancesCall
- func (c *MockInstanceServerGetInstancesCall) Return(arg0 []api.Instance, arg1 error) *MockInstanceServerGetInstancesCall
- type MockInstanceServerGetInstancesFullAllProjectsCall
- func (c *MockInstanceServerGetInstancesFullAllProjectsCall) Do(f func(api.InstanceType) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullAllProjectsCall
- func (c *MockInstanceServerGetInstancesFullAllProjectsCall) DoAndReturn(f func(api.InstanceType) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullAllProjectsCall
- func (c *MockInstanceServerGetInstancesFullAllProjectsCall) Return(arg0 []api.InstanceFull, arg1 error) *MockInstanceServerGetInstancesFullAllProjectsCall
- type MockInstanceServerGetInstancesFullAllProjectsWithFilterCall
- func (c *MockInstanceServerGetInstancesFullAllProjectsWithFilterCall) Do(f func(api.InstanceType, []string) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullAllProjectsWithFilterCall
- func (c *MockInstanceServerGetInstancesFullAllProjectsWithFilterCall) DoAndReturn(f func(api.InstanceType, []string) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullAllProjectsWithFilterCall
- func (c *MockInstanceServerGetInstancesFullAllProjectsWithFilterCall) Return(arg0 []api.InstanceFull, arg1 error) *MockInstanceServerGetInstancesFullAllProjectsWithFilterCall
- type MockInstanceServerGetInstancesFullCall
- func (c *MockInstanceServerGetInstancesFullCall) Do(f func(api.InstanceType) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullCall
- func (c *MockInstanceServerGetInstancesFullCall) DoAndReturn(f func(api.InstanceType) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullCall
- func (c *MockInstanceServerGetInstancesFullCall) Return(arg0 []api.InstanceFull, arg1 error) *MockInstanceServerGetInstancesFullCall
- type MockInstanceServerGetInstancesFullWithFilterCall
- func (c *MockInstanceServerGetInstancesFullWithFilterCall) Do(f func(api.InstanceType, []string) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullWithFilterCall
- func (c *MockInstanceServerGetInstancesFullWithFilterCall) DoAndReturn(f func(api.InstanceType, []string) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullWithFilterCall
- func (c *MockInstanceServerGetInstancesFullWithFilterCall) Return(arg0 []api.InstanceFull, arg1 error) *MockInstanceServerGetInstancesFullWithFilterCall
- type MockInstanceServerGetInstancesWithFilterCall
- func (c *MockInstanceServerGetInstancesWithFilterCall) Do(f func(api.InstanceType, []string) ([]api.Instance, error)) *MockInstanceServerGetInstancesWithFilterCall
- func (c *MockInstanceServerGetInstancesWithFilterCall) DoAndReturn(f func(api.InstanceType, []string) ([]api.Instance, error)) *MockInstanceServerGetInstancesWithFilterCall
- func (c *MockInstanceServerGetInstancesWithFilterCall) Return(arg0 []api.Instance, arg1 error) *MockInstanceServerGetInstancesWithFilterCall
- type MockInstanceServerGetMetricsCall
- func (c *MockInstanceServerGetMetricsCall) Do(f func() (string, error)) *MockInstanceServerGetMetricsCall
- func (c *MockInstanceServerGetMetricsCall) DoAndReturn(f func() (string, error)) *MockInstanceServerGetMetricsCall
- func (c *MockInstanceServerGetMetricsCall) Return(arg0 string, arg1 error) *MockInstanceServerGetMetricsCall
- type MockInstanceServerGetNetworkACLCall
- func (c *MockInstanceServerGetNetworkACLCall) Do(f func(string) (*api.NetworkACL, string, error)) *MockInstanceServerGetNetworkACLCall
- func (c *MockInstanceServerGetNetworkACLCall) DoAndReturn(f func(string) (*api.NetworkACL, string, error)) *MockInstanceServerGetNetworkACLCall
- func (c *MockInstanceServerGetNetworkACLCall) Return(arg0 *api.NetworkACL, arg1 string, arg2 error) *MockInstanceServerGetNetworkACLCall
- type MockInstanceServerGetNetworkACLLogfileCall
- func (c *MockInstanceServerGetNetworkACLLogfileCall) Do(f func(string) (io.ReadCloser, error)) *MockInstanceServerGetNetworkACLLogfileCall
- func (c *MockInstanceServerGetNetworkACLLogfileCall) DoAndReturn(f func(string) (io.ReadCloser, error)) *MockInstanceServerGetNetworkACLLogfileCall
- func (c *MockInstanceServerGetNetworkACLLogfileCall) Return(arg0 io.ReadCloser, arg1 error) *MockInstanceServerGetNetworkACLLogfileCall
- type MockInstanceServerGetNetworkACLNamesCall
- func (c *MockInstanceServerGetNetworkACLNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetNetworkACLNamesCall
- func (c *MockInstanceServerGetNetworkACLNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetNetworkACLNamesCall
- func (c *MockInstanceServerGetNetworkACLNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetNetworkACLNamesCall
- type MockInstanceServerGetNetworkACLsCall
- func (c *MockInstanceServerGetNetworkACLsCall) Do(f func() ([]api.NetworkACL, error)) *MockInstanceServerGetNetworkACLsCall
- func (c *MockInstanceServerGetNetworkACLsCall) DoAndReturn(f func() ([]api.NetworkACL, error)) *MockInstanceServerGetNetworkACLsCall
- func (c *MockInstanceServerGetNetworkACLsCall) Return(arg0 []api.NetworkACL, arg1 error) *MockInstanceServerGetNetworkACLsCall
- type MockInstanceServerGetNetworkAllocationsCall
- func (c *MockInstanceServerGetNetworkAllocationsCall) Do(f func(bool) ([]api.NetworkAllocations, error)) *MockInstanceServerGetNetworkAllocationsCall
- func (c *MockInstanceServerGetNetworkAllocationsCall) DoAndReturn(f func(bool) ([]api.NetworkAllocations, error)) *MockInstanceServerGetNetworkAllocationsCall
- func (c *MockInstanceServerGetNetworkAllocationsCall) Return(arg0 []api.NetworkAllocations, arg1 error) *MockInstanceServerGetNetworkAllocationsCall
- type MockInstanceServerGetNetworkCall
- func (c *MockInstanceServerGetNetworkCall) Do(f func(string) (*api.Network, string, error)) *MockInstanceServerGetNetworkCall
- func (c *MockInstanceServerGetNetworkCall) DoAndReturn(f func(string) (*api.Network, string, error)) *MockInstanceServerGetNetworkCall
- func (c *MockInstanceServerGetNetworkCall) Return(arg0 *api.Network, arg1 string, arg2 error) *MockInstanceServerGetNetworkCall
- type MockInstanceServerGetNetworkForwardAddressesCall
- func (c *MockInstanceServerGetNetworkForwardAddressesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetNetworkForwardAddressesCall
- func (c *MockInstanceServerGetNetworkForwardAddressesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetNetworkForwardAddressesCall
- func (c *MockInstanceServerGetNetworkForwardAddressesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetNetworkForwardAddressesCall
- type MockInstanceServerGetNetworkForwardCall
- func (c *MockInstanceServerGetNetworkForwardCall) Do(f func(string, string) (*api.NetworkForward, string, error)) *MockInstanceServerGetNetworkForwardCall
- func (c *MockInstanceServerGetNetworkForwardCall) DoAndReturn(f func(string, string) (*api.NetworkForward, string, error)) *MockInstanceServerGetNetworkForwardCall
- func (c *MockInstanceServerGetNetworkForwardCall) Return(arg0 *api.NetworkForward, arg1 string, arg2 error) *MockInstanceServerGetNetworkForwardCall
- type MockInstanceServerGetNetworkForwardsCall
- func (c *MockInstanceServerGetNetworkForwardsCall) Do(f func(string) ([]api.NetworkForward, error)) *MockInstanceServerGetNetworkForwardsCall
- func (c *MockInstanceServerGetNetworkForwardsCall) DoAndReturn(f func(string) ([]api.NetworkForward, error)) *MockInstanceServerGetNetworkForwardsCall
- func (c *MockInstanceServerGetNetworkForwardsCall) Return(arg0 []api.NetworkForward, arg1 error) *MockInstanceServerGetNetworkForwardsCall
- type MockInstanceServerGetNetworkLeasesCall
- func (c *MockInstanceServerGetNetworkLeasesCall) Do(f func(string) ([]api.NetworkLease, error)) *MockInstanceServerGetNetworkLeasesCall
- func (c *MockInstanceServerGetNetworkLeasesCall) DoAndReturn(f func(string) ([]api.NetworkLease, error)) *MockInstanceServerGetNetworkLeasesCall
- func (c *MockInstanceServerGetNetworkLeasesCall) Return(arg0 []api.NetworkLease, arg1 error) *MockInstanceServerGetNetworkLeasesCall
- type MockInstanceServerGetNetworkLoadBalancerAddressesCall
- func (c *MockInstanceServerGetNetworkLoadBalancerAddressesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetNetworkLoadBalancerAddressesCall
- func (c *MockInstanceServerGetNetworkLoadBalancerAddressesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetNetworkLoadBalancerAddressesCall
- func (c *MockInstanceServerGetNetworkLoadBalancerAddressesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetNetworkLoadBalancerAddressesCall
- type MockInstanceServerGetNetworkLoadBalancerCall
- func (c *MockInstanceServerGetNetworkLoadBalancerCall) Do(f func(string, string) (*api.NetworkLoadBalancer, string, error)) *MockInstanceServerGetNetworkLoadBalancerCall
- func (c *MockInstanceServerGetNetworkLoadBalancerCall) DoAndReturn(f func(string, string) (*api.NetworkLoadBalancer, string, error)) *MockInstanceServerGetNetworkLoadBalancerCall
- func (c *MockInstanceServerGetNetworkLoadBalancerCall) Return(arg0 *api.NetworkLoadBalancer, arg1 string, arg2 error) *MockInstanceServerGetNetworkLoadBalancerCall
- type MockInstanceServerGetNetworkLoadBalancersCall
- func (c *MockInstanceServerGetNetworkLoadBalancersCall) Do(f func(string) ([]api.NetworkLoadBalancer, error)) *MockInstanceServerGetNetworkLoadBalancersCall
- func (c *MockInstanceServerGetNetworkLoadBalancersCall) DoAndReturn(f func(string) ([]api.NetworkLoadBalancer, error)) *MockInstanceServerGetNetworkLoadBalancersCall
- func (c *MockInstanceServerGetNetworkLoadBalancersCall) Return(arg0 []api.NetworkLoadBalancer, arg1 error) *MockInstanceServerGetNetworkLoadBalancersCall
- type MockInstanceServerGetNetworkNamesCall
- func (c *MockInstanceServerGetNetworkNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetNetworkNamesCall
- func (c *MockInstanceServerGetNetworkNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetNetworkNamesCall
- func (c *MockInstanceServerGetNetworkNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetNetworkNamesCall
- type MockInstanceServerGetNetworkPeerCall
- func (c *MockInstanceServerGetNetworkPeerCall) Do(f func(string, string) (*api.NetworkPeer, string, error)) *MockInstanceServerGetNetworkPeerCall
- func (c *MockInstanceServerGetNetworkPeerCall) DoAndReturn(f func(string, string) (*api.NetworkPeer, string, error)) *MockInstanceServerGetNetworkPeerCall
- func (c *MockInstanceServerGetNetworkPeerCall) Return(arg0 *api.NetworkPeer, arg1 string, arg2 error) *MockInstanceServerGetNetworkPeerCall
- type MockInstanceServerGetNetworkPeerNamesCall
- func (c *MockInstanceServerGetNetworkPeerNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetNetworkPeerNamesCall
- func (c *MockInstanceServerGetNetworkPeerNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetNetworkPeerNamesCall
- func (c *MockInstanceServerGetNetworkPeerNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetNetworkPeerNamesCall
- type MockInstanceServerGetNetworkPeersCall
- func (c *MockInstanceServerGetNetworkPeersCall) Do(f func(string) ([]api.NetworkPeer, error)) *MockInstanceServerGetNetworkPeersCall
- func (c *MockInstanceServerGetNetworkPeersCall) DoAndReturn(f func(string) ([]api.NetworkPeer, error)) *MockInstanceServerGetNetworkPeersCall
- func (c *MockInstanceServerGetNetworkPeersCall) Return(arg0 []api.NetworkPeer, arg1 error) *MockInstanceServerGetNetworkPeersCall
- type MockInstanceServerGetNetworkStateCall
- func (c *MockInstanceServerGetNetworkStateCall) Do(f func(string) (*api.NetworkState, error)) *MockInstanceServerGetNetworkStateCall
- func (c *MockInstanceServerGetNetworkStateCall) DoAndReturn(f func(string) (*api.NetworkState, error)) *MockInstanceServerGetNetworkStateCall
- func (c *MockInstanceServerGetNetworkStateCall) Return(arg0 *api.NetworkState, arg1 error) *MockInstanceServerGetNetworkStateCall
- type MockInstanceServerGetNetworkZoneCall
- func (c *MockInstanceServerGetNetworkZoneCall) Do(f func(string) (*api.NetworkZone, string, error)) *MockInstanceServerGetNetworkZoneCall
- func (c *MockInstanceServerGetNetworkZoneCall) DoAndReturn(f func(string) (*api.NetworkZone, string, error)) *MockInstanceServerGetNetworkZoneCall
- func (c *MockInstanceServerGetNetworkZoneCall) Return(arg0 *api.NetworkZone, arg1 string, arg2 error) *MockInstanceServerGetNetworkZoneCall
- type MockInstanceServerGetNetworkZoneNamesCall
- func (c *MockInstanceServerGetNetworkZoneNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetNetworkZoneNamesCall
- func (c *MockInstanceServerGetNetworkZoneNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetNetworkZoneNamesCall
- func (c *MockInstanceServerGetNetworkZoneNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetNetworkZoneNamesCall
- type MockInstanceServerGetNetworkZoneRecordCall
- func (c *MockInstanceServerGetNetworkZoneRecordCall) Do(f func(string, string) (*api.NetworkZoneRecord, string, error)) *MockInstanceServerGetNetworkZoneRecordCall
- func (c *MockInstanceServerGetNetworkZoneRecordCall) DoAndReturn(f func(string, string) (*api.NetworkZoneRecord, string, error)) *MockInstanceServerGetNetworkZoneRecordCall
- func (c *MockInstanceServerGetNetworkZoneRecordCall) Return(arg0 *api.NetworkZoneRecord, arg1 string, arg2 error) *MockInstanceServerGetNetworkZoneRecordCall
- type MockInstanceServerGetNetworkZoneRecordNamesCall
- func (c *MockInstanceServerGetNetworkZoneRecordNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetNetworkZoneRecordNamesCall
- func (c *MockInstanceServerGetNetworkZoneRecordNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetNetworkZoneRecordNamesCall
- func (c *MockInstanceServerGetNetworkZoneRecordNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetNetworkZoneRecordNamesCall
- type MockInstanceServerGetNetworkZoneRecordsCall
- func (c *MockInstanceServerGetNetworkZoneRecordsCall) Do(f func(string) ([]api.NetworkZoneRecord, error)) *MockInstanceServerGetNetworkZoneRecordsCall
- func (c *MockInstanceServerGetNetworkZoneRecordsCall) DoAndReturn(f func(string) ([]api.NetworkZoneRecord, error)) *MockInstanceServerGetNetworkZoneRecordsCall
- func (c *MockInstanceServerGetNetworkZoneRecordsCall) Return(arg0 []api.NetworkZoneRecord, arg1 error) *MockInstanceServerGetNetworkZoneRecordsCall
- type MockInstanceServerGetNetworkZonesCall
- func (c *MockInstanceServerGetNetworkZonesCall) Do(f func() ([]api.NetworkZone, error)) *MockInstanceServerGetNetworkZonesCall
- func (c *MockInstanceServerGetNetworkZonesCall) DoAndReturn(f func() ([]api.NetworkZone, error)) *MockInstanceServerGetNetworkZonesCall
- func (c *MockInstanceServerGetNetworkZonesCall) Return(arg0 []api.NetworkZone, arg1 error) *MockInstanceServerGetNetworkZonesCall
- type MockInstanceServerGetNetworksCall
- func (c *MockInstanceServerGetNetworksCall) Do(f func() ([]api.Network, error)) *MockInstanceServerGetNetworksCall
- func (c *MockInstanceServerGetNetworksCall) DoAndReturn(f func() ([]api.Network, error)) *MockInstanceServerGetNetworksCall
- func (c *MockInstanceServerGetNetworksCall) Return(arg0 []api.Network, arg1 error) *MockInstanceServerGetNetworksCall
- type MockInstanceServerGetOperationCall
- func (c *MockInstanceServerGetOperationCall) Do(f func(string) (*api.Operation, string, error)) *MockInstanceServerGetOperationCall
- func (c *MockInstanceServerGetOperationCall) DoAndReturn(f func(string) (*api.Operation, string, error)) *MockInstanceServerGetOperationCall
- func (c *MockInstanceServerGetOperationCall) Return(arg0 *api.Operation, arg1 string, arg2 error) *MockInstanceServerGetOperationCall
- type MockInstanceServerGetOperationUUIDsCall
- func (c *MockInstanceServerGetOperationUUIDsCall) Do(f func() ([]string, error)) *MockInstanceServerGetOperationUUIDsCall
- func (c *MockInstanceServerGetOperationUUIDsCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetOperationUUIDsCall
- func (c *MockInstanceServerGetOperationUUIDsCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetOperationUUIDsCall
- type MockInstanceServerGetOperationWaitCall
- func (c *MockInstanceServerGetOperationWaitCall) Do(f func(string, int) (*api.Operation, string, error)) *MockInstanceServerGetOperationWaitCall
- func (c *MockInstanceServerGetOperationWaitCall) DoAndReturn(f func(string, int) (*api.Operation, string, error)) *MockInstanceServerGetOperationWaitCall
- func (c *MockInstanceServerGetOperationWaitCall) Return(arg0 *api.Operation, arg1 string, arg2 error) *MockInstanceServerGetOperationWaitCall
- type MockInstanceServerGetOperationWaitSecretCall
- func (c *MockInstanceServerGetOperationWaitSecretCall) Do(f func(string, string, int) (*api.Operation, string, error)) *MockInstanceServerGetOperationWaitSecretCall
- func (c *MockInstanceServerGetOperationWaitSecretCall) DoAndReturn(f func(string, string, int) (*api.Operation, string, error)) *MockInstanceServerGetOperationWaitSecretCall
- func (c *MockInstanceServerGetOperationWaitSecretCall) Return(arg0 *api.Operation, arg1 string, arg2 error) *MockInstanceServerGetOperationWaitSecretCall
- type MockInstanceServerGetOperationWebsocketCall
- func (c *MockInstanceServerGetOperationWebsocketCall) Do(f func(string, string) (*websocket.Conn, error)) *MockInstanceServerGetOperationWebsocketCall
- func (c *MockInstanceServerGetOperationWebsocketCall) DoAndReturn(f func(string, string) (*websocket.Conn, error)) *MockInstanceServerGetOperationWebsocketCall
- func (c *MockInstanceServerGetOperationWebsocketCall) Return(arg0 *websocket.Conn, arg1 error) *MockInstanceServerGetOperationWebsocketCall
- type MockInstanceServerGetOperationsAllProjectsCall
- func (c *MockInstanceServerGetOperationsAllProjectsCall) Do(f func() ([]api.Operation, error)) *MockInstanceServerGetOperationsAllProjectsCall
- func (c *MockInstanceServerGetOperationsAllProjectsCall) DoAndReturn(f func() ([]api.Operation, error)) *MockInstanceServerGetOperationsAllProjectsCall
- func (c *MockInstanceServerGetOperationsAllProjectsCall) Return(arg0 []api.Operation, arg1 error) *MockInstanceServerGetOperationsAllProjectsCall
- type MockInstanceServerGetOperationsCall
- func (c *MockInstanceServerGetOperationsCall) Do(f func() ([]api.Operation, error)) *MockInstanceServerGetOperationsCall
- func (c *MockInstanceServerGetOperationsCall) DoAndReturn(f func() ([]api.Operation, error)) *MockInstanceServerGetOperationsCall
- func (c *MockInstanceServerGetOperationsCall) Return(arg0 []api.Operation, arg1 error) *MockInstanceServerGetOperationsCall
- type MockInstanceServerGetPermissionsCall
- func (c *MockInstanceServerGetPermissionsCall) Do(f func(lxd.GetPermissionsArgs) ([]api.Permission, error)) *MockInstanceServerGetPermissionsCall
- func (c *MockInstanceServerGetPermissionsCall) DoAndReturn(f func(lxd.GetPermissionsArgs) ([]api.Permission, error)) *MockInstanceServerGetPermissionsCall
- func (c *MockInstanceServerGetPermissionsCall) Return(arg0 []api.Permission, arg1 error) *MockInstanceServerGetPermissionsCall
- type MockInstanceServerGetPermissionsInfoCall
- func (c *MockInstanceServerGetPermissionsInfoCall) Do(f func(lxd.GetPermissionsArgs) ([]api.PermissionInfo, error)) *MockInstanceServerGetPermissionsInfoCall
- func (c *MockInstanceServerGetPermissionsInfoCall) DoAndReturn(f func(lxd.GetPermissionsArgs) ([]api.PermissionInfo, error)) *MockInstanceServerGetPermissionsInfoCall
- func (c *MockInstanceServerGetPermissionsInfoCall) Return(arg0 []api.PermissionInfo, arg1 error) *MockInstanceServerGetPermissionsInfoCall
- type MockInstanceServerGetPrivateImageCall
- func (c *MockInstanceServerGetPrivateImageCall) Do(f func(string, string) (*api.Image, string, error)) *MockInstanceServerGetPrivateImageCall
- func (c *MockInstanceServerGetPrivateImageCall) DoAndReturn(f func(string, string) (*api.Image, string, error)) *MockInstanceServerGetPrivateImageCall
- func (c *MockInstanceServerGetPrivateImageCall) Return(arg0 *api.Image, arg1 string, arg2 error) *MockInstanceServerGetPrivateImageCall
- type MockInstanceServerGetPrivateImageFileCall
- func (c *MockInstanceServerGetPrivateImageFileCall) Do(f func(string, string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockInstanceServerGetPrivateImageFileCall
- func (c *MockInstanceServerGetPrivateImageFileCall) DoAndReturn(f func(string, string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockInstanceServerGetPrivateImageFileCall
- func (c *MockInstanceServerGetPrivateImageFileCall) Return(arg0 *lxd.ImageFileResponse, arg1 error) *MockInstanceServerGetPrivateImageFileCall
- type MockInstanceServerGetProfileCall
- func (c *MockInstanceServerGetProfileCall) Do(f func(string) (*api.Profile, string, error)) *MockInstanceServerGetProfileCall
- func (c *MockInstanceServerGetProfileCall) DoAndReturn(f func(string) (*api.Profile, string, error)) *MockInstanceServerGetProfileCall
- func (c *MockInstanceServerGetProfileCall) Return(arg0 *api.Profile, arg1 string, arg2 error) *MockInstanceServerGetProfileCall
- type MockInstanceServerGetProfileNamesCall
- func (c *MockInstanceServerGetProfileNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetProfileNamesCall
- func (c *MockInstanceServerGetProfileNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetProfileNamesCall
- func (c *MockInstanceServerGetProfileNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetProfileNamesCall
- type MockInstanceServerGetProfilesCall
- func (c *MockInstanceServerGetProfilesCall) Do(f func() ([]api.Profile, error)) *MockInstanceServerGetProfilesCall
- func (c *MockInstanceServerGetProfilesCall) DoAndReturn(f func() ([]api.Profile, error)) *MockInstanceServerGetProfilesCall
- func (c *MockInstanceServerGetProfilesCall) Return(arg0 []api.Profile, arg1 error) *MockInstanceServerGetProfilesCall
- type MockInstanceServerGetProjectCall
- func (c *MockInstanceServerGetProjectCall) Do(f func(string) (*api.Project, string, error)) *MockInstanceServerGetProjectCall
- func (c *MockInstanceServerGetProjectCall) DoAndReturn(f func(string) (*api.Project, string, error)) *MockInstanceServerGetProjectCall
- func (c *MockInstanceServerGetProjectCall) Return(arg0 *api.Project, arg1 string, arg2 error) *MockInstanceServerGetProjectCall
- type MockInstanceServerGetProjectNamesCall
- func (c *MockInstanceServerGetProjectNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetProjectNamesCall
- func (c *MockInstanceServerGetProjectNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetProjectNamesCall
- func (c *MockInstanceServerGetProjectNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetProjectNamesCall
- type MockInstanceServerGetProjectStateCall
- func (c *MockInstanceServerGetProjectStateCall) Do(f func(string) (*api.ProjectState, error)) *MockInstanceServerGetProjectStateCall
- func (c *MockInstanceServerGetProjectStateCall) DoAndReturn(f func(string) (*api.ProjectState, error)) *MockInstanceServerGetProjectStateCall
- func (c *MockInstanceServerGetProjectStateCall) Return(arg0 *api.ProjectState, arg1 error) *MockInstanceServerGetProjectStateCall
- type MockInstanceServerGetProjectsCall
- func (c *MockInstanceServerGetProjectsCall) Do(f func() ([]api.Project, error)) *MockInstanceServerGetProjectsCall
- func (c *MockInstanceServerGetProjectsCall) DoAndReturn(f func() ([]api.Project, error)) *MockInstanceServerGetProjectsCall
- func (c *MockInstanceServerGetProjectsCall) Return(arg0 []api.Project, arg1 error) *MockInstanceServerGetProjectsCall
- type MockInstanceServerGetServerCall
- func (c *MockInstanceServerGetServerCall) Do(f func() (*api.Server, string, error)) *MockInstanceServerGetServerCall
- func (c *MockInstanceServerGetServerCall) DoAndReturn(f func() (*api.Server, string, error)) *MockInstanceServerGetServerCall
- func (c *MockInstanceServerGetServerCall) Return(arg0 *api.Server, arg1 string, arg2 error) *MockInstanceServerGetServerCall
- type MockInstanceServerGetServerResourcesCall
- func (c *MockInstanceServerGetServerResourcesCall) Do(f func() (*api.Resources, error)) *MockInstanceServerGetServerResourcesCall
- func (c *MockInstanceServerGetServerResourcesCall) DoAndReturn(f func() (*api.Resources, error)) *MockInstanceServerGetServerResourcesCall
- func (c *MockInstanceServerGetServerResourcesCall) Return(arg0 *api.Resources, arg1 error) *MockInstanceServerGetServerResourcesCall
- type MockInstanceServerGetStoragePoolBucketCall
- func (c *MockInstanceServerGetStoragePoolBucketCall) Do(f func(string, string) (*api.StorageBucket, string, error)) *MockInstanceServerGetStoragePoolBucketCall
- func (c *MockInstanceServerGetStoragePoolBucketCall) DoAndReturn(f func(string, string) (*api.StorageBucket, string, error)) *MockInstanceServerGetStoragePoolBucketCall
- func (c *MockInstanceServerGetStoragePoolBucketCall) Return(arg0 *api.StorageBucket, arg1 string, arg2 error) *MockInstanceServerGetStoragePoolBucketCall
- type MockInstanceServerGetStoragePoolBucketKeyCall
- func (c *MockInstanceServerGetStoragePoolBucketKeyCall) Do(f func(string, string, string) (*api.StorageBucketKey, string, error)) *MockInstanceServerGetStoragePoolBucketKeyCall
- func (c *MockInstanceServerGetStoragePoolBucketKeyCall) DoAndReturn(f func(string, string, string) (*api.StorageBucketKey, string, error)) *MockInstanceServerGetStoragePoolBucketKeyCall
- func (c *MockInstanceServerGetStoragePoolBucketKeyCall) Return(arg0 *api.StorageBucketKey, arg1 string, arg2 error) *MockInstanceServerGetStoragePoolBucketKeyCall
- type MockInstanceServerGetStoragePoolBucketKeyNamesCall
- func (c *MockInstanceServerGetStoragePoolBucketKeyNamesCall) Do(f func(string, string) ([]string, error)) *MockInstanceServerGetStoragePoolBucketKeyNamesCall
- func (c *MockInstanceServerGetStoragePoolBucketKeyNamesCall) DoAndReturn(f func(string, string) ([]string, error)) *MockInstanceServerGetStoragePoolBucketKeyNamesCall
- func (c *MockInstanceServerGetStoragePoolBucketKeyNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetStoragePoolBucketKeyNamesCall
- type MockInstanceServerGetStoragePoolBucketKeysCall
- func (c *MockInstanceServerGetStoragePoolBucketKeysCall) Do(f func(string, string) ([]api.StorageBucketKey, error)) *MockInstanceServerGetStoragePoolBucketKeysCall
- func (c *MockInstanceServerGetStoragePoolBucketKeysCall) DoAndReturn(f func(string, string) ([]api.StorageBucketKey, error)) *MockInstanceServerGetStoragePoolBucketKeysCall
- func (c *MockInstanceServerGetStoragePoolBucketKeysCall) Return(arg0 []api.StorageBucketKey, arg1 error) *MockInstanceServerGetStoragePoolBucketKeysCall
- type MockInstanceServerGetStoragePoolBucketNamesCall
- func (c *MockInstanceServerGetStoragePoolBucketNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetStoragePoolBucketNamesCall
- func (c *MockInstanceServerGetStoragePoolBucketNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetStoragePoolBucketNamesCall
- func (c *MockInstanceServerGetStoragePoolBucketNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetStoragePoolBucketNamesCall
- type MockInstanceServerGetStoragePoolBucketsCall
- func (c *MockInstanceServerGetStoragePoolBucketsCall) Do(f func(string) ([]api.StorageBucket, error)) *MockInstanceServerGetStoragePoolBucketsCall
- func (c *MockInstanceServerGetStoragePoolBucketsCall) DoAndReturn(f func(string) ([]api.StorageBucket, error)) *MockInstanceServerGetStoragePoolBucketsCall
- func (c *MockInstanceServerGetStoragePoolBucketsCall) Return(arg0 []api.StorageBucket, arg1 error) *MockInstanceServerGetStoragePoolBucketsCall
- type MockInstanceServerGetStoragePoolCall
- func (c *MockInstanceServerGetStoragePoolCall) Do(f func(string) (*api.StoragePool, string, error)) *MockInstanceServerGetStoragePoolCall
- func (c *MockInstanceServerGetStoragePoolCall) DoAndReturn(f func(string) (*api.StoragePool, string, error)) *MockInstanceServerGetStoragePoolCall
- func (c *MockInstanceServerGetStoragePoolCall) Return(arg0 *api.StoragePool, arg1 string, arg2 error) *MockInstanceServerGetStoragePoolCall
- type MockInstanceServerGetStoragePoolNamesCall
- func (c *MockInstanceServerGetStoragePoolNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetStoragePoolNamesCall
- func (c *MockInstanceServerGetStoragePoolNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetStoragePoolNamesCall
- func (c *MockInstanceServerGetStoragePoolNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetStoragePoolNamesCall
- type MockInstanceServerGetStoragePoolResourcesCall
- func (c *MockInstanceServerGetStoragePoolResourcesCall) Do(f func(string) (*api.ResourcesStoragePool, error)) *MockInstanceServerGetStoragePoolResourcesCall
- func (c *MockInstanceServerGetStoragePoolResourcesCall) DoAndReturn(f func(string) (*api.ResourcesStoragePool, error)) *MockInstanceServerGetStoragePoolResourcesCall
- func (c *MockInstanceServerGetStoragePoolResourcesCall) Return(arg0 *api.ResourcesStoragePool, arg1 error) *MockInstanceServerGetStoragePoolResourcesCall
- type MockInstanceServerGetStoragePoolVolumeBackupCall
- func (c *MockInstanceServerGetStoragePoolVolumeBackupCall) Do(f func(string, string, string) (*api.StoragePoolVolumeBackup, string, error)) *MockInstanceServerGetStoragePoolVolumeBackupCall
- func (c *MockInstanceServerGetStoragePoolVolumeBackupCall) DoAndReturn(f func(string, string, string) (*api.StoragePoolVolumeBackup, string, error)) *MockInstanceServerGetStoragePoolVolumeBackupCall
- func (c *MockInstanceServerGetStoragePoolVolumeBackupCall) Return(arg0 *api.StoragePoolVolumeBackup, arg1 string, arg2 error) *MockInstanceServerGetStoragePoolVolumeBackupCall
- type MockInstanceServerGetStoragePoolVolumeBackupFileCall
- func (c *MockInstanceServerGetStoragePoolVolumeBackupFileCall) Do(...) *MockInstanceServerGetStoragePoolVolumeBackupFileCall
- func (c *MockInstanceServerGetStoragePoolVolumeBackupFileCall) DoAndReturn(...) *MockInstanceServerGetStoragePoolVolumeBackupFileCall
- func (c *MockInstanceServerGetStoragePoolVolumeBackupFileCall) Return(arg0 *lxd.BackupFileResponse, arg1 error) *MockInstanceServerGetStoragePoolVolumeBackupFileCall
- type MockInstanceServerGetStoragePoolVolumeBackupNamesCall
- func (c *MockInstanceServerGetStoragePoolVolumeBackupNamesCall) Do(f func(string, string) ([]string, error)) *MockInstanceServerGetStoragePoolVolumeBackupNamesCall
- func (c *MockInstanceServerGetStoragePoolVolumeBackupNamesCall) DoAndReturn(f func(string, string) ([]string, error)) *MockInstanceServerGetStoragePoolVolumeBackupNamesCall
- func (c *MockInstanceServerGetStoragePoolVolumeBackupNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetStoragePoolVolumeBackupNamesCall
- type MockInstanceServerGetStoragePoolVolumeBackupsCall
- func (c *MockInstanceServerGetStoragePoolVolumeBackupsCall) Do(f func(string, string) ([]api.StoragePoolVolumeBackup, error)) *MockInstanceServerGetStoragePoolVolumeBackupsCall
- func (c *MockInstanceServerGetStoragePoolVolumeBackupsCall) DoAndReturn(f func(string, string) ([]api.StoragePoolVolumeBackup, error)) *MockInstanceServerGetStoragePoolVolumeBackupsCall
- func (c *MockInstanceServerGetStoragePoolVolumeBackupsCall) Return(arg0 []api.StoragePoolVolumeBackup, arg1 error) *MockInstanceServerGetStoragePoolVolumeBackupsCall
- type MockInstanceServerGetStoragePoolVolumeCall
- func (c *MockInstanceServerGetStoragePoolVolumeCall) Do(f func(string, string, string) (*api.StorageVolume, string, error)) *MockInstanceServerGetStoragePoolVolumeCall
- func (c *MockInstanceServerGetStoragePoolVolumeCall) DoAndReturn(f func(string, string, string) (*api.StorageVolume, string, error)) *MockInstanceServerGetStoragePoolVolumeCall
- func (c *MockInstanceServerGetStoragePoolVolumeCall) Return(arg0 *api.StorageVolume, arg1 string, arg2 error) *MockInstanceServerGetStoragePoolVolumeCall
- type MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall
- func (c *MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall) Do(f func(string) (map[string][]string, error)) *MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall
- func (c *MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall) DoAndReturn(f func(string) (map[string][]string, error)) *MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall
- func (c *MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall) Return(arg0 map[string][]string, arg1 error) *MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall
- type MockInstanceServerGetStoragePoolVolumeNamesCall
- func (c *MockInstanceServerGetStoragePoolVolumeNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetStoragePoolVolumeNamesCall
- func (c *MockInstanceServerGetStoragePoolVolumeNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetStoragePoolVolumeNamesCall
- func (c *MockInstanceServerGetStoragePoolVolumeNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetStoragePoolVolumeNamesCall
- type MockInstanceServerGetStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerGetStoragePoolVolumeSnapshotCall) Do(...) *MockInstanceServerGetStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerGetStoragePoolVolumeSnapshotCall) DoAndReturn(...) *MockInstanceServerGetStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerGetStoragePoolVolumeSnapshotCall) Return(arg0 *api.StorageVolumeSnapshot, arg1 string, arg2 error) *MockInstanceServerGetStoragePoolVolumeSnapshotCall
- type MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall
- func (c *MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall) Do(f func(string, string, string) ([]string, error)) *MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall
- func (c *MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall) DoAndReturn(f func(string, string, string) ([]string, error)) *MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall
- func (c *MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall
- type MockInstanceServerGetStoragePoolVolumeSnapshotsCall
- func (c *MockInstanceServerGetStoragePoolVolumeSnapshotsCall) Do(f func(string, string, string) ([]api.StorageVolumeSnapshot, error)) *MockInstanceServerGetStoragePoolVolumeSnapshotsCall
- func (c *MockInstanceServerGetStoragePoolVolumeSnapshotsCall) DoAndReturn(f func(string, string, string) ([]api.StorageVolumeSnapshot, error)) *MockInstanceServerGetStoragePoolVolumeSnapshotsCall
- func (c *MockInstanceServerGetStoragePoolVolumeSnapshotsCall) Return(arg0 []api.StorageVolumeSnapshot, arg1 error) *MockInstanceServerGetStoragePoolVolumeSnapshotsCall
- type MockInstanceServerGetStoragePoolVolumeStateCall
- func (c *MockInstanceServerGetStoragePoolVolumeStateCall) Do(f func(string, string, string) (*api.StorageVolumeState, error)) *MockInstanceServerGetStoragePoolVolumeStateCall
- func (c *MockInstanceServerGetStoragePoolVolumeStateCall) DoAndReturn(f func(string, string, string) (*api.StorageVolumeState, error)) *MockInstanceServerGetStoragePoolVolumeStateCall
- func (c *MockInstanceServerGetStoragePoolVolumeStateCall) Return(arg0 *api.StorageVolumeState, arg1 error) *MockInstanceServerGetStoragePoolVolumeStateCall
- type MockInstanceServerGetStoragePoolVolumesAllProjectsCall
- func (c *MockInstanceServerGetStoragePoolVolumesAllProjectsCall) Do(f func(string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesAllProjectsCall
- func (c *MockInstanceServerGetStoragePoolVolumesAllProjectsCall) DoAndReturn(f func(string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesAllProjectsCall
- func (c *MockInstanceServerGetStoragePoolVolumesAllProjectsCall) Return(arg0 []api.StorageVolume, arg1 error) *MockInstanceServerGetStoragePoolVolumesAllProjectsCall
- type MockInstanceServerGetStoragePoolVolumesCall
- func (c *MockInstanceServerGetStoragePoolVolumesCall) Do(f func(string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesCall
- func (c *MockInstanceServerGetStoragePoolVolumesCall) DoAndReturn(f func(string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesCall
- func (c *MockInstanceServerGetStoragePoolVolumesCall) Return(arg0 []api.StorageVolume, arg1 error) *MockInstanceServerGetStoragePoolVolumesCall
- type MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall
- func (c *MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall) Do(f func(string, []string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall
- func (c *MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall) DoAndReturn(f func(string, []string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall
- func (c *MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall) Return(arg0 []api.StorageVolume, arg1 error) *MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall
- type MockInstanceServerGetStoragePoolVolumesWithFilterCall
- func (c *MockInstanceServerGetStoragePoolVolumesWithFilterCall) Do(f func(string, []string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesWithFilterCall
- func (c *MockInstanceServerGetStoragePoolVolumesWithFilterCall) DoAndReturn(f func(string, []string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesWithFilterCall
- func (c *MockInstanceServerGetStoragePoolVolumesWithFilterCall) Return(arg0 []api.StorageVolume, arg1 error) *MockInstanceServerGetStoragePoolVolumesWithFilterCall
- type MockInstanceServerGetStoragePoolsCall
- func (c *MockInstanceServerGetStoragePoolsCall) Do(f func() ([]api.StoragePool, error)) *MockInstanceServerGetStoragePoolsCall
- func (c *MockInstanceServerGetStoragePoolsCall) DoAndReturn(f func() ([]api.StoragePool, error)) *MockInstanceServerGetStoragePoolsCall
- func (c *MockInstanceServerGetStoragePoolsCall) Return(arg0 []api.StoragePool, arg1 error) *MockInstanceServerGetStoragePoolsCall
- type MockInstanceServerGetVolumesWithFilterAllProjectsCall
- func (c *MockInstanceServerGetVolumesWithFilterAllProjectsCall) Do(f func([]string) ([]api.StorageVolume, error)) *MockInstanceServerGetVolumesWithFilterAllProjectsCall
- func (c *MockInstanceServerGetVolumesWithFilterAllProjectsCall) DoAndReturn(f func([]string) ([]api.StorageVolume, error)) *MockInstanceServerGetVolumesWithFilterAllProjectsCall
- func (c *MockInstanceServerGetVolumesWithFilterAllProjectsCall) Return(arg0 []api.StorageVolume, arg1 error) *MockInstanceServerGetVolumesWithFilterAllProjectsCall
- type MockInstanceServerGetVolumesWithFilterCall
- func (c *MockInstanceServerGetVolumesWithFilterCall) Do(f func([]string) ([]api.StorageVolume, error)) *MockInstanceServerGetVolumesWithFilterCall
- func (c *MockInstanceServerGetVolumesWithFilterCall) DoAndReturn(f func([]string) ([]api.StorageVolume, error)) *MockInstanceServerGetVolumesWithFilterCall
- func (c *MockInstanceServerGetVolumesWithFilterCall) Return(arg0 []api.StorageVolume, arg1 error) *MockInstanceServerGetVolumesWithFilterCall
- type MockInstanceServerGetWarningCall
- func (c *MockInstanceServerGetWarningCall) Do(f func(string) (*api.Warning, string, error)) *MockInstanceServerGetWarningCall
- func (c *MockInstanceServerGetWarningCall) DoAndReturn(f func(string) (*api.Warning, string, error)) *MockInstanceServerGetWarningCall
- func (c *MockInstanceServerGetWarningCall) Return(arg0 *api.Warning, arg1 string, arg2 error) *MockInstanceServerGetWarningCall
- type MockInstanceServerGetWarningUUIDsCall
- func (c *MockInstanceServerGetWarningUUIDsCall) Do(f func() ([]string, error)) *MockInstanceServerGetWarningUUIDsCall
- func (c *MockInstanceServerGetWarningUUIDsCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetWarningUUIDsCall
- func (c *MockInstanceServerGetWarningUUIDsCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetWarningUUIDsCall
- type MockInstanceServerGetWarningsCall
- func (c *MockInstanceServerGetWarningsCall) Do(f func() ([]api.Warning, error)) *MockInstanceServerGetWarningsCall
- func (c *MockInstanceServerGetWarningsCall) DoAndReturn(f func() ([]api.Warning, error)) *MockInstanceServerGetWarningsCall
- func (c *MockInstanceServerGetWarningsCall) Return(arg0 []api.Warning, arg1 error) *MockInstanceServerGetWarningsCall
- type MockInstanceServerHasExtensionCall
- func (c *MockInstanceServerHasExtensionCall) Do(f func(string) bool) *MockInstanceServerHasExtensionCall
- func (c *MockInstanceServerHasExtensionCall) DoAndReturn(f func(string) bool) *MockInstanceServerHasExtensionCall
- func (c *MockInstanceServerHasExtensionCall) Return(arg0 bool) *MockInstanceServerHasExtensionCall
- type MockInstanceServerIsClusteredCall
- type MockInstanceServerMigrateContainerCall
- func (c *MockInstanceServerMigrateContainerCall) Do(f func(string, api.ContainerPost) (lxd.Operation, error)) *MockInstanceServerMigrateContainerCall
- func (c *MockInstanceServerMigrateContainerCall) DoAndReturn(f func(string, api.ContainerPost) (lxd.Operation, error)) *MockInstanceServerMigrateContainerCall
- func (c *MockInstanceServerMigrateContainerCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerMigrateContainerCall
- type MockInstanceServerMigrateContainerSnapshotCall
- func (c *MockInstanceServerMigrateContainerSnapshotCall) Do(f func(string, string, api.ContainerSnapshotPost) (lxd.Operation, error)) *MockInstanceServerMigrateContainerSnapshotCall
- func (c *MockInstanceServerMigrateContainerSnapshotCall) DoAndReturn(f func(string, string, api.ContainerSnapshotPost) (lxd.Operation, error)) *MockInstanceServerMigrateContainerSnapshotCall
- func (c *MockInstanceServerMigrateContainerSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerMigrateContainerSnapshotCall
- type MockInstanceServerMigrateInstanceCall
- func (c *MockInstanceServerMigrateInstanceCall) Do(f func(string, api.InstancePost) (lxd.Operation, error)) *MockInstanceServerMigrateInstanceCall
- func (c *MockInstanceServerMigrateInstanceCall) DoAndReturn(f func(string, api.InstancePost) (lxd.Operation, error)) *MockInstanceServerMigrateInstanceCall
- func (c *MockInstanceServerMigrateInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerMigrateInstanceCall
- type MockInstanceServerMigrateInstanceSnapshotCall
- func (c *MockInstanceServerMigrateInstanceSnapshotCall) Do(f func(string, string, api.InstanceSnapshotPost) (lxd.Operation, error)) *MockInstanceServerMigrateInstanceSnapshotCall
- func (c *MockInstanceServerMigrateInstanceSnapshotCall) DoAndReturn(f func(string, string, api.InstanceSnapshotPost) (lxd.Operation, error)) *MockInstanceServerMigrateInstanceSnapshotCall
- func (c *MockInstanceServerMigrateInstanceSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerMigrateInstanceSnapshotCall
- type MockInstanceServerMigrateStoragePoolVolumeCall
- func (c *MockInstanceServerMigrateStoragePoolVolumeCall) Do(f func(string, api.StorageVolumePost) (lxd.Operation, error)) *MockInstanceServerMigrateStoragePoolVolumeCall
- func (c *MockInstanceServerMigrateStoragePoolVolumeCall) DoAndReturn(f func(string, api.StorageVolumePost) (lxd.Operation, error)) *MockInstanceServerMigrateStoragePoolVolumeCall
- func (c *MockInstanceServerMigrateStoragePoolVolumeCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerMigrateStoragePoolVolumeCall
- type MockInstanceServerMockRecorder
- func (mr *MockInstanceServerMockRecorder) ConsoleContainer(arg0, arg1, arg2 any) *MockInstanceServerConsoleContainerCall
- func (mr *MockInstanceServerMockRecorder) ConsoleInstance(arg0, arg1, arg2 any) *MockInstanceServerConsoleInstanceCall
- func (mr *MockInstanceServerMockRecorder) ConsoleInstanceDynamic(arg0, arg1, arg2 any) *MockInstanceServerConsoleInstanceDynamicCall
- func (mr *MockInstanceServerMockRecorder) CopyContainer(arg0, arg1, arg2 any) *MockInstanceServerCopyContainerCall
- func (mr *MockInstanceServerMockRecorder) CopyContainerSnapshot(arg0, arg1, arg2, arg3 any) *MockInstanceServerCopyContainerSnapshotCall
- func (mr *MockInstanceServerMockRecorder) CopyImage(arg0, arg1, arg2 any) *MockInstanceServerCopyImageCall
- func (mr *MockInstanceServerMockRecorder) CopyInstance(arg0, arg1, arg2 any) *MockInstanceServerCopyInstanceCall
- func (mr *MockInstanceServerMockRecorder) CopyInstanceSnapshot(arg0, arg1, arg2, arg3 any) *MockInstanceServerCopyInstanceSnapshotCall
- func (mr *MockInstanceServerMockRecorder) CopyStoragePoolVolume(arg0, arg1, arg2, arg3, arg4 any) *MockInstanceServerCopyStoragePoolVolumeCall
- func (mr *MockInstanceServerMockRecorder) CreateAuthGroup(arg0 any) *MockInstanceServerCreateAuthGroupCall
- func (mr *MockInstanceServerMockRecorder) CreateCertificate(arg0 any) *MockInstanceServerCreateCertificateCall
- func (mr *MockInstanceServerMockRecorder) CreateCertificateToken(arg0 any) *MockInstanceServerCreateCertificateTokenCall
- func (mr *MockInstanceServerMockRecorder) CreateClusterGroup(arg0 any) *MockInstanceServerCreateClusterGroupCall
- func (mr *MockInstanceServerMockRecorder) CreateClusterMember(arg0 any) *MockInstanceServerCreateClusterMemberCall
- func (mr *MockInstanceServerMockRecorder) CreateContainer(arg0 any) *MockInstanceServerCreateContainerCall
- func (mr *MockInstanceServerMockRecorder) CreateContainerBackup(arg0, arg1 any) *MockInstanceServerCreateContainerBackupCall
- func (mr *MockInstanceServerMockRecorder) CreateContainerFile(arg0, arg1, arg2 any) *MockInstanceServerCreateContainerFileCall
- func (mr *MockInstanceServerMockRecorder) CreateContainerFromBackup(arg0 any) *MockInstanceServerCreateContainerFromBackupCall
- func (mr *MockInstanceServerMockRecorder) CreateContainerFromImage(arg0, arg1, arg2 any) *MockInstanceServerCreateContainerFromImageCall
- func (mr *MockInstanceServerMockRecorder) CreateContainerSnapshot(arg0, arg1 any) *MockInstanceServerCreateContainerSnapshotCall
- func (mr *MockInstanceServerMockRecorder) CreateContainerTemplateFile(arg0, arg1, arg2 any) *MockInstanceServerCreateContainerTemplateFileCall
- func (mr *MockInstanceServerMockRecorder) CreateIdentityProviderGroup(arg0 any) *MockInstanceServerCreateIdentityProviderGroupCall
- func (mr *MockInstanceServerMockRecorder) CreateImage(arg0, arg1 any) *MockInstanceServerCreateImageCall
- func (mr *MockInstanceServerMockRecorder) CreateImageAlias(arg0 any) *MockInstanceServerCreateImageAliasCall
- func (mr *MockInstanceServerMockRecorder) CreateImageSecret(arg0 any) *MockInstanceServerCreateImageSecretCall
- func (mr *MockInstanceServerMockRecorder) CreateInstance(arg0 any) *MockInstanceServerCreateInstanceCall
- func (mr *MockInstanceServerMockRecorder) CreateInstanceBackup(arg0, arg1 any) *MockInstanceServerCreateInstanceBackupCall
- func (mr *MockInstanceServerMockRecorder) CreateInstanceFile(arg0, arg1, arg2 any) *MockInstanceServerCreateInstanceFileCall
- func (mr *MockInstanceServerMockRecorder) CreateInstanceFromBackup(arg0 any) *MockInstanceServerCreateInstanceFromBackupCall
- func (mr *MockInstanceServerMockRecorder) CreateInstanceFromImage(arg0, arg1, arg2 any) *MockInstanceServerCreateInstanceFromImageCall
- func (mr *MockInstanceServerMockRecorder) CreateInstanceSnapshot(arg0, arg1 any) *MockInstanceServerCreateInstanceSnapshotCall
- func (mr *MockInstanceServerMockRecorder) CreateInstanceTemplateFile(arg0, arg1, arg2 any) *MockInstanceServerCreateInstanceTemplateFileCall
- func (mr *MockInstanceServerMockRecorder) CreateNetwork(arg0 any) *MockInstanceServerCreateNetworkCall
- func (mr *MockInstanceServerMockRecorder) CreateNetworkACL(arg0 any) *MockInstanceServerCreateNetworkACLCall
- func (mr *MockInstanceServerMockRecorder) CreateNetworkForward(arg0, arg1 any) *MockInstanceServerCreateNetworkForwardCall
- func (mr *MockInstanceServerMockRecorder) CreateNetworkLoadBalancer(arg0, arg1 any) *MockInstanceServerCreateNetworkLoadBalancerCall
- func (mr *MockInstanceServerMockRecorder) CreateNetworkPeer(arg0, arg1 any) *MockInstanceServerCreateNetworkPeerCall
- func (mr *MockInstanceServerMockRecorder) CreateNetworkZone(arg0 any) *MockInstanceServerCreateNetworkZoneCall
- func (mr *MockInstanceServerMockRecorder) CreateNetworkZoneRecord(arg0, arg1 any) *MockInstanceServerCreateNetworkZoneRecordCall
- func (mr *MockInstanceServerMockRecorder) CreateProfile(arg0 any) *MockInstanceServerCreateProfileCall
- func (mr *MockInstanceServerMockRecorder) CreateProject(arg0 any) *MockInstanceServerCreateProjectCall
- func (mr *MockInstanceServerMockRecorder) CreateStoragePool(arg0 any) *MockInstanceServerCreateStoragePoolCall
- func (mr *MockInstanceServerMockRecorder) CreateStoragePoolBucket(arg0, arg1 any) *MockInstanceServerCreateStoragePoolBucketCall
- func (mr *MockInstanceServerMockRecorder) CreateStoragePoolBucketKey(arg0, arg1, arg2 any) *MockInstanceServerCreateStoragePoolBucketKeyCall
- func (mr *MockInstanceServerMockRecorder) CreateStoragePoolVolume(arg0, arg1 any) *MockInstanceServerCreateStoragePoolVolumeCall
- func (mr *MockInstanceServerMockRecorder) CreateStoragePoolVolumeBackup(arg0, arg1, arg2 any) *MockInstanceServerCreateStoragePoolVolumeBackupCall
- func (mr *MockInstanceServerMockRecorder) CreateStoragePoolVolumeFromBackup(arg0, arg1 any) *MockInstanceServerCreateStoragePoolVolumeFromBackupCall
- func (mr *MockInstanceServerMockRecorder) CreateStoragePoolVolumeFromISO(arg0, arg1 any) *MockInstanceServerCreateStoragePoolVolumeFromISOCall
- func (mr *MockInstanceServerMockRecorder) CreateStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3 any) *MockInstanceServerCreateStoragePoolVolumeSnapshotCall
- func (mr *MockInstanceServerMockRecorder) DeleteAuthGroup(arg0 any) *MockInstanceServerDeleteAuthGroupCall
- func (mr *MockInstanceServerMockRecorder) DeleteCertificate(arg0 any) *MockInstanceServerDeleteCertificateCall
- func (mr *MockInstanceServerMockRecorder) DeleteClusterGroup(arg0 any) *MockInstanceServerDeleteClusterGroupCall
- func (mr *MockInstanceServerMockRecorder) DeleteClusterMember(arg0, arg1 any) *MockInstanceServerDeleteClusterMemberCall
- func (mr *MockInstanceServerMockRecorder) DeleteContainer(arg0 any) *MockInstanceServerDeleteContainerCall
- func (mr *MockInstanceServerMockRecorder) DeleteContainerBackup(arg0, arg1 any) *MockInstanceServerDeleteContainerBackupCall
- func (mr *MockInstanceServerMockRecorder) DeleteContainerConsoleLog(arg0, arg1 any) *MockInstanceServerDeleteContainerConsoleLogCall
- func (mr *MockInstanceServerMockRecorder) DeleteContainerFile(arg0, arg1 any) *MockInstanceServerDeleteContainerFileCall
- func (mr *MockInstanceServerMockRecorder) DeleteContainerLogfile(arg0, arg1 any) *MockInstanceServerDeleteContainerLogfileCall
- func (mr *MockInstanceServerMockRecorder) DeleteContainerSnapshot(arg0, arg1 any) *MockInstanceServerDeleteContainerSnapshotCall
- func (mr *MockInstanceServerMockRecorder) DeleteContainerTemplateFile(arg0, arg1 any) *MockInstanceServerDeleteContainerTemplateFileCall
- func (mr *MockInstanceServerMockRecorder) DeleteIdentityProviderGroup(arg0 any) *MockInstanceServerDeleteIdentityProviderGroupCall
- func (mr *MockInstanceServerMockRecorder) DeleteImage(arg0 any) *MockInstanceServerDeleteImageCall
- func (mr *MockInstanceServerMockRecorder) DeleteImageAlias(arg0 any) *MockInstanceServerDeleteImageAliasCall
- func (mr *MockInstanceServerMockRecorder) DeleteInstance(arg0 any) *MockInstanceServerDeleteInstanceCall
- func (mr *MockInstanceServerMockRecorder) DeleteInstanceBackup(arg0, arg1 any) *MockInstanceServerDeleteInstanceBackupCall
- func (mr *MockInstanceServerMockRecorder) DeleteInstanceConsoleLog(arg0, arg1 any) *MockInstanceServerDeleteInstanceConsoleLogCall
- func (mr *MockInstanceServerMockRecorder) DeleteInstanceFile(arg0, arg1 any) *MockInstanceServerDeleteInstanceFileCall
- func (mr *MockInstanceServerMockRecorder) DeleteInstanceLogfile(arg0, arg1 any) *MockInstanceServerDeleteInstanceLogfileCall
- func (mr *MockInstanceServerMockRecorder) DeleteInstanceSnapshot(arg0, arg1 any) *MockInstanceServerDeleteInstanceSnapshotCall
- func (mr *MockInstanceServerMockRecorder) DeleteInstanceTemplateFile(arg0, arg1 any) *MockInstanceServerDeleteInstanceTemplateFileCall
- func (mr *MockInstanceServerMockRecorder) DeleteNetwork(arg0 any) *MockInstanceServerDeleteNetworkCall
- func (mr *MockInstanceServerMockRecorder) DeleteNetworkACL(arg0 any) *MockInstanceServerDeleteNetworkACLCall
- func (mr *MockInstanceServerMockRecorder) DeleteNetworkForward(arg0, arg1 any) *MockInstanceServerDeleteNetworkForwardCall
- func (mr *MockInstanceServerMockRecorder) DeleteNetworkLoadBalancer(arg0, arg1 any) *MockInstanceServerDeleteNetworkLoadBalancerCall
- func (mr *MockInstanceServerMockRecorder) DeleteNetworkPeer(arg0, arg1 any) *MockInstanceServerDeleteNetworkPeerCall
- func (mr *MockInstanceServerMockRecorder) DeleteNetworkZone(arg0 any) *MockInstanceServerDeleteNetworkZoneCall
- func (mr *MockInstanceServerMockRecorder) DeleteNetworkZoneRecord(arg0, arg1 any) *MockInstanceServerDeleteNetworkZoneRecordCall
- func (mr *MockInstanceServerMockRecorder) DeleteOperation(arg0 any) *MockInstanceServerDeleteOperationCall
- func (mr *MockInstanceServerMockRecorder) DeleteProfile(arg0 any) *MockInstanceServerDeleteProfileCall
- func (mr *MockInstanceServerMockRecorder) DeleteProject(arg0 any) *MockInstanceServerDeleteProjectCall
- func (mr *MockInstanceServerMockRecorder) DeleteStoragePool(arg0 any) *MockInstanceServerDeleteStoragePoolCall
- func (mr *MockInstanceServerMockRecorder) DeleteStoragePoolBucket(arg0, arg1 any) *MockInstanceServerDeleteStoragePoolBucketCall
- func (mr *MockInstanceServerMockRecorder) DeleteStoragePoolBucketKey(arg0, arg1, arg2 any) *MockInstanceServerDeleteStoragePoolBucketKeyCall
- func (mr *MockInstanceServerMockRecorder) DeleteStoragePoolVolume(arg0, arg1, arg2 any) *MockInstanceServerDeleteStoragePoolVolumeCall
- func (mr *MockInstanceServerMockRecorder) DeleteStoragePoolVolumeBackup(arg0, arg1, arg2 any) *MockInstanceServerDeleteStoragePoolVolumeBackupCall
- func (mr *MockInstanceServerMockRecorder) DeleteStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3 any) *MockInstanceServerDeleteStoragePoolVolumeSnapshotCall
- func (mr *MockInstanceServerMockRecorder) DeleteWarning(arg0 any) *MockInstanceServerDeleteWarningCall
- func (mr *MockInstanceServerMockRecorder) Disconnect() *MockInstanceServerDisconnectCall
- func (mr *MockInstanceServerMockRecorder) DoHTTP(arg0 any) *MockInstanceServerDoHTTPCall
- func (mr *MockInstanceServerMockRecorder) ExecContainer(arg0, arg1, arg2 any) *MockInstanceServerExecContainerCall
- func (mr *MockInstanceServerMockRecorder) ExecInstance(arg0, arg1, arg2 any) *MockInstanceServerExecInstanceCall
- func (mr *MockInstanceServerMockRecorder) ExportImage(arg0, arg1 any) *MockInstanceServerExportImageCall
- func (mr *MockInstanceServerMockRecorder) GetAuthGroup(arg0 any) *MockInstanceServerGetAuthGroupCall
- func (mr *MockInstanceServerMockRecorder) GetAuthGroupNames() *MockInstanceServerGetAuthGroupNamesCall
- func (mr *MockInstanceServerMockRecorder) GetAuthGroups() *MockInstanceServerGetAuthGroupsCall
- func (mr *MockInstanceServerMockRecorder) GetCertificate(arg0 any) *MockInstanceServerGetCertificateCall
- func (mr *MockInstanceServerMockRecorder) GetCertificateFingerprints() *MockInstanceServerGetCertificateFingerprintsCall
- func (mr *MockInstanceServerMockRecorder) GetCertificates() *MockInstanceServerGetCertificatesCall
- func (mr *MockInstanceServerMockRecorder) GetCluster() *MockInstanceServerGetClusterCall
- func (mr *MockInstanceServerMockRecorder) GetClusterGroup(arg0 any) *MockInstanceServerGetClusterGroupCall
- func (mr *MockInstanceServerMockRecorder) GetClusterGroupNames() *MockInstanceServerGetClusterGroupNamesCall
- func (mr *MockInstanceServerMockRecorder) GetClusterGroups() *MockInstanceServerGetClusterGroupsCall
- func (mr *MockInstanceServerMockRecorder) GetClusterMember(arg0 any) *MockInstanceServerGetClusterMemberCall
- func (mr *MockInstanceServerMockRecorder) GetClusterMemberNames() *MockInstanceServerGetClusterMemberNamesCall
- func (mr *MockInstanceServerMockRecorder) GetClusterMemberState(arg0 any) *MockInstanceServerGetClusterMemberStateCall
- func (mr *MockInstanceServerMockRecorder) GetClusterMembers() *MockInstanceServerGetClusterMembersCall
- func (mr *MockInstanceServerMockRecorder) GetConnectionInfo() *MockInstanceServerGetConnectionInfoCall
- func (mr *MockInstanceServerMockRecorder) GetContainer(arg0 any) *MockInstanceServerGetContainerCall
- func (mr *MockInstanceServerMockRecorder) GetContainerBackup(arg0, arg1 any) *MockInstanceServerGetContainerBackupCall
- func (mr *MockInstanceServerMockRecorder) GetContainerBackupFile(arg0, arg1, arg2 any) *MockInstanceServerGetContainerBackupFileCall
- func (mr *MockInstanceServerMockRecorder) GetContainerBackupNames(arg0 any) *MockInstanceServerGetContainerBackupNamesCall
- func (mr *MockInstanceServerMockRecorder) GetContainerBackups(arg0 any) *MockInstanceServerGetContainerBackupsCall
- func (mr *MockInstanceServerMockRecorder) GetContainerConsoleLog(arg0, arg1 any) *MockInstanceServerGetContainerConsoleLogCall
- func (mr *MockInstanceServerMockRecorder) GetContainerFile(arg0, arg1 any) *MockInstanceServerGetContainerFileCall
- func (mr *MockInstanceServerMockRecorder) GetContainerLogfile(arg0, arg1 any) *MockInstanceServerGetContainerLogfileCall
- func (mr *MockInstanceServerMockRecorder) GetContainerLogfiles(arg0 any) *MockInstanceServerGetContainerLogfilesCall
- func (mr *MockInstanceServerMockRecorder) GetContainerMetadata(arg0 any) *MockInstanceServerGetContainerMetadataCall
- func (mr *MockInstanceServerMockRecorder) GetContainerNames() *MockInstanceServerGetContainerNamesCall
- func (mr *MockInstanceServerMockRecorder) GetContainerSnapshot(arg0, arg1 any) *MockInstanceServerGetContainerSnapshotCall
- func (mr *MockInstanceServerMockRecorder) GetContainerSnapshotNames(arg0 any) *MockInstanceServerGetContainerSnapshotNamesCall
- func (mr *MockInstanceServerMockRecorder) GetContainerSnapshots(arg0 any) *MockInstanceServerGetContainerSnapshotsCall
- func (mr *MockInstanceServerMockRecorder) GetContainerState(arg0 any) *MockInstanceServerGetContainerStateCall
- func (mr *MockInstanceServerMockRecorder) GetContainerTemplateFile(arg0, arg1 any) *MockInstanceServerGetContainerTemplateFileCall
- func (mr *MockInstanceServerMockRecorder) GetContainerTemplateFiles(arg0 any) *MockInstanceServerGetContainerTemplateFilesCall
- func (mr *MockInstanceServerMockRecorder) GetContainers() *MockInstanceServerGetContainersCall
- func (mr *MockInstanceServerMockRecorder) GetContainersFull() *MockInstanceServerGetContainersFullCall
- func (mr *MockInstanceServerMockRecorder) GetCurrentIdentityInfo() *MockInstanceServerGetCurrentIdentityInfoCall
- func (mr *MockInstanceServerMockRecorder) GetEvents() *MockInstanceServerGetEventsCall
- func (mr *MockInstanceServerMockRecorder) GetEventsAllProjects() *MockInstanceServerGetEventsAllProjectsCall
- func (mr *MockInstanceServerMockRecorder) GetHTTPClient() *MockInstanceServerGetHTTPClientCall
- func (mr *MockInstanceServerMockRecorder) GetIdentities() *MockInstanceServerGetIdentitiesCall
- func (mr *MockInstanceServerMockRecorder) GetIdentitiesByAuthenticationMethod(arg0 any) *MockInstanceServerGetIdentitiesByAuthenticationMethodCall
- func (mr *MockInstanceServerMockRecorder) GetIdentity(arg0, arg1 any) *MockInstanceServerGetIdentityCall
- func (mr *MockInstanceServerMockRecorder) GetIdentityAuthenticationMethodsIdentifiers() *MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall
- func (mr *MockInstanceServerMockRecorder) GetIdentityIdentifiersByAuthenticationMethod(arg0 any) *MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall
- func (mr *MockInstanceServerMockRecorder) GetIdentityProviderGroup(arg0 any) *MockInstanceServerGetIdentityProviderGroupCall
- func (mr *MockInstanceServerMockRecorder) GetIdentityProviderGroupNames() *MockInstanceServerGetIdentityProviderGroupNamesCall
- func (mr *MockInstanceServerMockRecorder) GetIdentityProviderGroups() *MockInstanceServerGetIdentityProviderGroupsCall
- func (mr *MockInstanceServerMockRecorder) GetImage(arg0 any) *MockInstanceServerGetImageCall
- func (mr *MockInstanceServerMockRecorder) GetImageAlias(arg0 any) *MockInstanceServerGetImageAliasCall
- func (mr *MockInstanceServerMockRecorder) GetImageAliasArchitectures(arg0, arg1 any) *MockInstanceServerGetImageAliasArchitecturesCall
- func (mr *MockInstanceServerMockRecorder) GetImageAliasNames() *MockInstanceServerGetImageAliasNamesCall
- func (mr *MockInstanceServerMockRecorder) GetImageAliasType(arg0, arg1 any) *MockInstanceServerGetImageAliasTypeCall
- func (mr *MockInstanceServerMockRecorder) GetImageAliases() *MockInstanceServerGetImageAliasesCall
- func (mr *MockInstanceServerMockRecorder) GetImageFile(arg0, arg1 any) *MockInstanceServerGetImageFileCall
- func (mr *MockInstanceServerMockRecorder) GetImageFingerprints() *MockInstanceServerGetImageFingerprintsCall
- func (mr *MockInstanceServerMockRecorder) GetImageSecret(arg0 any) *MockInstanceServerGetImageSecretCall
- func (mr *MockInstanceServerMockRecorder) GetImages() *MockInstanceServerGetImagesCall
- func (mr *MockInstanceServerMockRecorder) GetImagesWithFilter(arg0 any) *MockInstanceServerGetImagesWithFilterCall
- func (mr *MockInstanceServerMockRecorder) GetInstance(arg0 any) *MockInstanceServerGetInstanceCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceBackup(arg0, arg1 any) *MockInstanceServerGetInstanceBackupCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceBackupFile(arg0, arg1, arg2 any) *MockInstanceServerGetInstanceBackupFileCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceBackupNames(arg0 any) *MockInstanceServerGetInstanceBackupNamesCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceBackups(arg0 any) *MockInstanceServerGetInstanceBackupsCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceConsoleLog(arg0, arg1 any) *MockInstanceServerGetInstanceConsoleLogCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceFile(arg0, arg1 any) *MockInstanceServerGetInstanceFileCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceFileSFTP(arg0 any) *MockInstanceServerGetInstanceFileSFTPCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceFileSFTPConn(arg0 any) *MockInstanceServerGetInstanceFileSFTPConnCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceFull(arg0 any) *MockInstanceServerGetInstanceFullCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceLogfile(arg0, arg1 any) *MockInstanceServerGetInstanceLogfileCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceLogfiles(arg0 any) *MockInstanceServerGetInstanceLogfilesCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceMetadata(arg0 any) *MockInstanceServerGetInstanceMetadataCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceNames(arg0 any) *MockInstanceServerGetInstanceNamesCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceNamesAllProjects(arg0 any) *MockInstanceServerGetInstanceNamesAllProjectsCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceSnapshot(arg0, arg1 any) *MockInstanceServerGetInstanceSnapshotCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceSnapshotNames(arg0 any) *MockInstanceServerGetInstanceSnapshotNamesCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceSnapshots(arg0 any) *MockInstanceServerGetInstanceSnapshotsCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceState(arg0 any) *MockInstanceServerGetInstanceStateCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceTemplateFile(arg0, arg1 any) *MockInstanceServerGetInstanceTemplateFileCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceTemplateFiles(arg0 any) *MockInstanceServerGetInstanceTemplateFilesCall
- func (mr *MockInstanceServerMockRecorder) GetInstanceUEFIVars(arg0 any) *MockInstanceServerGetInstanceUEFIVarsCall
- func (mr *MockInstanceServerMockRecorder) GetInstances(arg0 any) *MockInstanceServerGetInstancesCall
- func (mr *MockInstanceServerMockRecorder) GetInstancesAllProjects(arg0 any) *MockInstanceServerGetInstancesAllProjectsCall
- func (mr *MockInstanceServerMockRecorder) GetInstancesAllProjectsWithFilter(arg0, arg1 any) *MockInstanceServerGetInstancesAllProjectsWithFilterCall
- func (mr *MockInstanceServerMockRecorder) GetInstancesFull(arg0 any) *MockInstanceServerGetInstancesFullCall
- func (mr *MockInstanceServerMockRecorder) GetInstancesFullAllProjects(arg0 any) *MockInstanceServerGetInstancesFullAllProjectsCall
- func (mr *MockInstanceServerMockRecorder) GetInstancesFullAllProjectsWithFilter(arg0, arg1 any) *MockInstanceServerGetInstancesFullAllProjectsWithFilterCall
- func (mr *MockInstanceServerMockRecorder) GetInstancesFullWithFilter(arg0, arg1 any) *MockInstanceServerGetInstancesFullWithFilterCall
- func (mr *MockInstanceServerMockRecorder) GetInstancesWithFilter(arg0, arg1 any) *MockInstanceServerGetInstancesWithFilterCall
- func (mr *MockInstanceServerMockRecorder) GetMetrics() *MockInstanceServerGetMetricsCall
- func (mr *MockInstanceServerMockRecorder) GetNetwork(arg0 any) *MockInstanceServerGetNetworkCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkACL(arg0 any) *MockInstanceServerGetNetworkACLCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkACLLogfile(arg0 any) *MockInstanceServerGetNetworkACLLogfileCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkACLNames() *MockInstanceServerGetNetworkACLNamesCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkACLs() *MockInstanceServerGetNetworkACLsCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkAllocations(arg0 any) *MockInstanceServerGetNetworkAllocationsCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkForward(arg0, arg1 any) *MockInstanceServerGetNetworkForwardCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkForwardAddresses(arg0 any) *MockInstanceServerGetNetworkForwardAddressesCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkForwards(arg0 any) *MockInstanceServerGetNetworkForwardsCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkLeases(arg0 any) *MockInstanceServerGetNetworkLeasesCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkLoadBalancer(arg0, arg1 any) *MockInstanceServerGetNetworkLoadBalancerCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkLoadBalancerAddresses(arg0 any) *MockInstanceServerGetNetworkLoadBalancerAddressesCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkLoadBalancers(arg0 any) *MockInstanceServerGetNetworkLoadBalancersCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkNames() *MockInstanceServerGetNetworkNamesCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkPeer(arg0, arg1 any) *MockInstanceServerGetNetworkPeerCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkPeerNames(arg0 any) *MockInstanceServerGetNetworkPeerNamesCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkPeers(arg0 any) *MockInstanceServerGetNetworkPeersCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkState(arg0 any) *MockInstanceServerGetNetworkStateCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkZone(arg0 any) *MockInstanceServerGetNetworkZoneCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkZoneNames() *MockInstanceServerGetNetworkZoneNamesCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkZoneRecord(arg0, arg1 any) *MockInstanceServerGetNetworkZoneRecordCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkZoneRecordNames(arg0 any) *MockInstanceServerGetNetworkZoneRecordNamesCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkZoneRecords(arg0 any) *MockInstanceServerGetNetworkZoneRecordsCall
- func (mr *MockInstanceServerMockRecorder) GetNetworkZones() *MockInstanceServerGetNetworkZonesCall
- func (mr *MockInstanceServerMockRecorder) GetNetworks() *MockInstanceServerGetNetworksCall
- func (mr *MockInstanceServerMockRecorder) GetOperation(arg0 any) *MockInstanceServerGetOperationCall
- func (mr *MockInstanceServerMockRecorder) GetOperationUUIDs() *MockInstanceServerGetOperationUUIDsCall
- func (mr *MockInstanceServerMockRecorder) GetOperationWait(arg0, arg1 any) *MockInstanceServerGetOperationWaitCall
- func (mr *MockInstanceServerMockRecorder) GetOperationWaitSecret(arg0, arg1, arg2 any) *MockInstanceServerGetOperationWaitSecretCall
- func (mr *MockInstanceServerMockRecorder) GetOperationWebsocket(arg0, arg1 any) *MockInstanceServerGetOperationWebsocketCall
- func (mr *MockInstanceServerMockRecorder) GetOperations() *MockInstanceServerGetOperationsCall
- func (mr *MockInstanceServerMockRecorder) GetOperationsAllProjects() *MockInstanceServerGetOperationsAllProjectsCall
- func (mr *MockInstanceServerMockRecorder) GetPermissions(arg0 any) *MockInstanceServerGetPermissionsCall
- func (mr *MockInstanceServerMockRecorder) GetPermissionsInfo(arg0 any) *MockInstanceServerGetPermissionsInfoCall
- func (mr *MockInstanceServerMockRecorder) GetPrivateImage(arg0, arg1 any) *MockInstanceServerGetPrivateImageCall
- func (mr *MockInstanceServerMockRecorder) GetPrivateImageFile(arg0, arg1, arg2 any) *MockInstanceServerGetPrivateImageFileCall
- func (mr *MockInstanceServerMockRecorder) GetProfile(arg0 any) *MockInstanceServerGetProfileCall
- func (mr *MockInstanceServerMockRecorder) GetProfileNames() *MockInstanceServerGetProfileNamesCall
- func (mr *MockInstanceServerMockRecorder) GetProfiles() *MockInstanceServerGetProfilesCall
- func (mr *MockInstanceServerMockRecorder) GetProject(arg0 any) *MockInstanceServerGetProjectCall
- func (mr *MockInstanceServerMockRecorder) GetProjectNames() *MockInstanceServerGetProjectNamesCall
- func (mr *MockInstanceServerMockRecorder) GetProjectState(arg0 any) *MockInstanceServerGetProjectStateCall
- func (mr *MockInstanceServerMockRecorder) GetProjects() *MockInstanceServerGetProjectsCall
- func (mr *MockInstanceServerMockRecorder) GetServer() *MockInstanceServerGetServerCall
- func (mr *MockInstanceServerMockRecorder) GetServerResources() *MockInstanceServerGetServerResourcesCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePool(arg0 any) *MockInstanceServerGetStoragePoolCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolBucket(arg0, arg1 any) *MockInstanceServerGetStoragePoolBucketCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolBucketKey(arg0, arg1, arg2 any) *MockInstanceServerGetStoragePoolBucketKeyCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolBucketKeyNames(arg0, arg1 any) *MockInstanceServerGetStoragePoolBucketKeyNamesCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolBucketKeys(arg0, arg1 any) *MockInstanceServerGetStoragePoolBucketKeysCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolBucketNames(arg0 any) *MockInstanceServerGetStoragePoolBucketNamesCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolBuckets(arg0 any) *MockInstanceServerGetStoragePoolBucketsCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolNames() *MockInstanceServerGetStoragePoolNamesCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolResources(arg0 any) *MockInstanceServerGetStoragePoolResourcesCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolume(arg0, arg1, arg2 any) *MockInstanceServerGetStoragePoolVolumeCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeBackup(arg0, arg1, arg2 any) *MockInstanceServerGetStoragePoolVolumeBackupCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeBackupFile(arg0, arg1, arg2, arg3 any) *MockInstanceServerGetStoragePoolVolumeBackupFileCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeBackupNames(arg0, arg1 any) *MockInstanceServerGetStoragePoolVolumeBackupNamesCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeBackups(arg0, arg1 any) *MockInstanceServerGetStoragePoolVolumeBackupsCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeNames(arg0 any) *MockInstanceServerGetStoragePoolVolumeNamesCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeNamesAllProjects(arg0 any) *MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3 any) *MockInstanceServerGetStoragePoolVolumeSnapshotCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeSnapshotNames(arg0, arg1, arg2 any) *MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeSnapshots(arg0, arg1, arg2 any) *MockInstanceServerGetStoragePoolVolumeSnapshotsCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeState(arg0, arg1, arg2 any) *MockInstanceServerGetStoragePoolVolumeStateCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumes(arg0 any) *MockInstanceServerGetStoragePoolVolumesCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumesAllProjects(arg0 any) *MockInstanceServerGetStoragePoolVolumesAllProjectsCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumesWithFilter(arg0, arg1 any) *MockInstanceServerGetStoragePoolVolumesWithFilterCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumesWithFilterAllProjects(arg0, arg1 any) *MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall
- func (mr *MockInstanceServerMockRecorder) GetStoragePools() *MockInstanceServerGetStoragePoolsCall
- func (mr *MockInstanceServerMockRecorder) GetVolumesWithFilter(arg0 any) *MockInstanceServerGetVolumesWithFilterCall
- func (mr *MockInstanceServerMockRecorder) GetVolumesWithFilterAllProjects(arg0 any) *MockInstanceServerGetVolumesWithFilterAllProjectsCall
- func (mr *MockInstanceServerMockRecorder) GetWarning(arg0 any) *MockInstanceServerGetWarningCall
- func (mr *MockInstanceServerMockRecorder) GetWarningUUIDs() *MockInstanceServerGetWarningUUIDsCall
- func (mr *MockInstanceServerMockRecorder) GetWarnings() *MockInstanceServerGetWarningsCall
- func (mr *MockInstanceServerMockRecorder) HasExtension(arg0 any) *MockInstanceServerHasExtensionCall
- func (mr *MockInstanceServerMockRecorder) IsClustered() *MockInstanceServerIsClusteredCall
- func (mr *MockInstanceServerMockRecorder) MigrateContainer(arg0, arg1 any) *MockInstanceServerMigrateContainerCall
- func (mr *MockInstanceServerMockRecorder) MigrateContainerSnapshot(arg0, arg1, arg2 any) *MockInstanceServerMigrateContainerSnapshotCall
- func (mr *MockInstanceServerMockRecorder) MigrateInstance(arg0, arg1 any) *MockInstanceServerMigrateInstanceCall
- func (mr *MockInstanceServerMockRecorder) MigrateInstanceSnapshot(arg0, arg1, arg2 any) *MockInstanceServerMigrateInstanceSnapshotCall
- func (mr *MockInstanceServerMockRecorder) MigrateStoragePoolVolume(arg0, arg1 any) *MockInstanceServerMigrateStoragePoolVolumeCall
- func (mr *MockInstanceServerMockRecorder) MoveStoragePoolVolume(arg0, arg1, arg2, arg3, arg4 any) *MockInstanceServerMoveStoragePoolVolumeCall
- func (mr *MockInstanceServerMockRecorder) RawOperation(arg0, arg1, arg2, arg3 any) *MockInstanceServerRawOperationCall
- func (mr *MockInstanceServerMockRecorder) RawQuery(arg0, arg1, arg2, arg3 any) *MockInstanceServerRawQueryCall
- func (mr *MockInstanceServerMockRecorder) RawWebsocket(arg0 any) *MockInstanceServerRawWebsocketCall
- func (mr *MockInstanceServerMockRecorder) RebuildInstance(arg0, arg1 any) *MockInstanceServerRebuildInstanceCall
- func (mr *MockInstanceServerMockRecorder) RebuildInstanceFromImage(arg0, arg1, arg2, arg3 any) *MockInstanceServerRebuildInstanceFromImageCall
- func (mr *MockInstanceServerMockRecorder) RefreshImage(arg0 any) *MockInstanceServerRefreshImageCall
- func (mr *MockInstanceServerMockRecorder) RenameAuthGroup(arg0, arg1 any) *MockInstanceServerRenameAuthGroupCall
- func (mr *MockInstanceServerMockRecorder) RenameClusterGroup(arg0, arg1 any) *MockInstanceServerRenameClusterGroupCall
- func (mr *MockInstanceServerMockRecorder) RenameClusterMember(arg0, arg1 any) *MockInstanceServerRenameClusterMemberCall
- func (mr *MockInstanceServerMockRecorder) RenameContainer(arg0, arg1 any) *MockInstanceServerRenameContainerCall
- func (mr *MockInstanceServerMockRecorder) RenameContainerBackup(arg0, arg1, arg2 any) *MockInstanceServerRenameContainerBackupCall
- func (mr *MockInstanceServerMockRecorder) RenameContainerSnapshot(arg0, arg1, arg2 any) *MockInstanceServerRenameContainerSnapshotCall
- func (mr *MockInstanceServerMockRecorder) RenameIdentityProviderGroup(arg0, arg1 any) *MockInstanceServerRenameIdentityProviderGroupCall
- func (mr *MockInstanceServerMockRecorder) RenameImageAlias(arg0, arg1 any) *MockInstanceServerRenameImageAliasCall
- func (mr *MockInstanceServerMockRecorder) RenameInstance(arg0, arg1 any) *MockInstanceServerRenameInstanceCall
- func (mr *MockInstanceServerMockRecorder) RenameInstanceBackup(arg0, arg1, arg2 any) *MockInstanceServerRenameInstanceBackupCall
- func (mr *MockInstanceServerMockRecorder) RenameInstanceSnapshot(arg0, arg1, arg2 any) *MockInstanceServerRenameInstanceSnapshotCall
- func (mr *MockInstanceServerMockRecorder) RenameNetwork(arg0, arg1 any) *MockInstanceServerRenameNetworkCall
- func (mr *MockInstanceServerMockRecorder) RenameNetworkACL(arg0, arg1 any) *MockInstanceServerRenameNetworkACLCall
- func (mr *MockInstanceServerMockRecorder) RenameProfile(arg0, arg1 any) *MockInstanceServerRenameProfileCall
- func (mr *MockInstanceServerMockRecorder) RenameProject(arg0, arg1 any) *MockInstanceServerRenameProjectCall
- func (mr *MockInstanceServerMockRecorder) RenameStoragePoolVolume(arg0, arg1, arg2, arg3 any) *MockInstanceServerRenameStoragePoolVolumeCall
- func (mr *MockInstanceServerMockRecorder) RenameStoragePoolVolumeBackup(arg0, arg1, arg2, arg3 any) *MockInstanceServerRenameStoragePoolVolumeBackupCall
- func (mr *MockInstanceServerMockRecorder) RenameStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3, arg4 any) *MockInstanceServerRenameStoragePoolVolumeSnapshotCall
- func (mr *MockInstanceServerMockRecorder) RequireAuthenticated(arg0 any) *MockInstanceServerRequireAuthenticatedCall
- func (mr *MockInstanceServerMockRecorder) SendEvent(arg0 any) *MockInstanceServerSendEventCall
- func (mr *MockInstanceServerMockRecorder) SetContainerMetadata(arg0, arg1, arg2 any) *MockInstanceServerSetContainerMetadataCall
- func (mr *MockInstanceServerMockRecorder) UpdateAuthGroup(arg0, arg1, arg2 any) *MockInstanceServerUpdateAuthGroupCall
- func (mr *MockInstanceServerMockRecorder) UpdateCertificate(arg0, arg1, arg2 any) *MockInstanceServerUpdateCertificateCall
- func (mr *MockInstanceServerMockRecorder) UpdateCluster(arg0, arg1 any) *MockInstanceServerUpdateClusterCall
- func (mr *MockInstanceServerMockRecorder) UpdateClusterCertificate(arg0, arg1 any) *MockInstanceServerUpdateClusterCertificateCall
- func (mr *MockInstanceServerMockRecorder) UpdateClusterGroup(arg0, arg1, arg2 any) *MockInstanceServerUpdateClusterGroupCall
- func (mr *MockInstanceServerMockRecorder) UpdateClusterMember(arg0, arg1, arg2 any) *MockInstanceServerUpdateClusterMemberCall
- func (mr *MockInstanceServerMockRecorder) UpdateClusterMemberState(arg0, arg1 any) *MockInstanceServerUpdateClusterMemberStateCall
- func (mr *MockInstanceServerMockRecorder) UpdateContainer(arg0, arg1, arg2 any) *MockInstanceServerUpdateContainerCall
- func (mr *MockInstanceServerMockRecorder) UpdateContainerSnapshot(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateContainerSnapshotCall
- func (mr *MockInstanceServerMockRecorder) UpdateContainerState(arg0, arg1, arg2 any) *MockInstanceServerUpdateContainerStateCall
- func (mr *MockInstanceServerMockRecorder) UpdateContainerTemplateFile(arg0, arg1, arg2 any) *MockInstanceServerUpdateContainerTemplateFileCall
- func (mr *MockInstanceServerMockRecorder) UpdateIdentity(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateIdentityCall
- func (mr *MockInstanceServerMockRecorder) UpdateIdentityProviderGroup(arg0, arg1, arg2 any) *MockInstanceServerUpdateIdentityProviderGroupCall
- func (mr *MockInstanceServerMockRecorder) UpdateImage(arg0, arg1, arg2 any) *MockInstanceServerUpdateImageCall
- func (mr *MockInstanceServerMockRecorder) UpdateImageAlias(arg0, arg1, arg2 any) *MockInstanceServerUpdateImageAliasCall
- func (mr *MockInstanceServerMockRecorder) UpdateInstance(arg0, arg1, arg2 any) *MockInstanceServerUpdateInstanceCall
- func (mr *MockInstanceServerMockRecorder) UpdateInstanceMetadata(arg0, arg1, arg2 any) *MockInstanceServerUpdateInstanceMetadataCall
- func (mr *MockInstanceServerMockRecorder) UpdateInstanceSnapshot(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateInstanceSnapshotCall
- func (mr *MockInstanceServerMockRecorder) UpdateInstanceState(arg0, arg1, arg2 any) *MockInstanceServerUpdateInstanceStateCall
- func (mr *MockInstanceServerMockRecorder) UpdateInstanceUEFIVars(arg0, arg1, arg2 any) *MockInstanceServerUpdateInstanceUEFIVarsCall
- func (mr *MockInstanceServerMockRecorder) UpdateInstances(arg0, arg1 any) *MockInstanceServerUpdateInstancesCall
- func (mr *MockInstanceServerMockRecorder) UpdateNetwork(arg0, arg1, arg2 any) *MockInstanceServerUpdateNetworkCall
- func (mr *MockInstanceServerMockRecorder) UpdateNetworkACL(arg0, arg1, arg2 any) *MockInstanceServerUpdateNetworkACLCall
- func (mr *MockInstanceServerMockRecorder) UpdateNetworkForward(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateNetworkForwardCall
- func (mr *MockInstanceServerMockRecorder) UpdateNetworkLoadBalancer(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateNetworkLoadBalancerCall
- func (mr *MockInstanceServerMockRecorder) UpdateNetworkPeer(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateNetworkPeerCall
- func (mr *MockInstanceServerMockRecorder) UpdateNetworkZone(arg0, arg1, arg2 any) *MockInstanceServerUpdateNetworkZoneCall
- func (mr *MockInstanceServerMockRecorder) UpdateNetworkZoneRecord(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateNetworkZoneRecordCall
- func (mr *MockInstanceServerMockRecorder) UpdateProfile(arg0, arg1, arg2 any) *MockInstanceServerUpdateProfileCall
- func (mr *MockInstanceServerMockRecorder) UpdateProject(arg0, arg1, arg2 any) *MockInstanceServerUpdateProjectCall
- func (mr *MockInstanceServerMockRecorder) UpdateServer(arg0, arg1 any) *MockInstanceServerUpdateServerCall
- func (mr *MockInstanceServerMockRecorder) UpdateStoragePool(arg0, arg1, arg2 any) *MockInstanceServerUpdateStoragePoolCall
- func (mr *MockInstanceServerMockRecorder) UpdateStoragePoolBucket(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateStoragePoolBucketCall
- func (mr *MockInstanceServerMockRecorder) UpdateStoragePoolBucketKey(arg0, arg1, arg2, arg3, arg4 any) *MockInstanceServerUpdateStoragePoolBucketKeyCall
- func (mr *MockInstanceServerMockRecorder) UpdateStoragePoolVolume(arg0, arg1, arg2, arg3, arg4 any) *MockInstanceServerUpdateStoragePoolVolumeCall
- func (mr *MockInstanceServerMockRecorder) UpdateStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3, arg4, arg5 any) *MockInstanceServerUpdateStoragePoolVolumeSnapshotCall
- func (mr *MockInstanceServerMockRecorder) UpdateWarning(arg0, arg1, arg2 any) *MockInstanceServerUpdateWarningCall
- func (mr *MockInstanceServerMockRecorder) UseProject(arg0 any) *MockInstanceServerUseProjectCall
- func (mr *MockInstanceServerMockRecorder) UseTarget(arg0 any) *MockInstanceServerUseTargetCall
- type MockInstanceServerMoveStoragePoolVolumeCall
- func (c *MockInstanceServerMoveStoragePoolVolumeCall) Do(...) *MockInstanceServerMoveStoragePoolVolumeCall
- func (c *MockInstanceServerMoveStoragePoolVolumeCall) DoAndReturn(...) *MockInstanceServerMoveStoragePoolVolumeCall
- func (c *MockInstanceServerMoveStoragePoolVolumeCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerMoveStoragePoolVolumeCall
- type MockInstanceServerRawOperationCall
- func (c *MockInstanceServerRawOperationCall) Do(f func(string, string, any, string) (lxd.Operation, string, error)) *MockInstanceServerRawOperationCall
- func (c *MockInstanceServerRawOperationCall) DoAndReturn(f func(string, string, any, string) (lxd.Operation, string, error)) *MockInstanceServerRawOperationCall
- func (c *MockInstanceServerRawOperationCall) Return(arg0 lxd.Operation, arg1 string, arg2 error) *MockInstanceServerRawOperationCall
- type MockInstanceServerRawQueryCall
- func (c *MockInstanceServerRawQueryCall) Do(f func(string, string, any, string) (*api.Response, string, error)) *MockInstanceServerRawQueryCall
- func (c *MockInstanceServerRawQueryCall) DoAndReturn(f func(string, string, any, string) (*api.Response, string, error)) *MockInstanceServerRawQueryCall
- func (c *MockInstanceServerRawQueryCall) Return(arg0 *api.Response, arg1 string, arg2 error) *MockInstanceServerRawQueryCall
- type MockInstanceServerRawWebsocketCall
- func (c *MockInstanceServerRawWebsocketCall) Do(f func(string) (*websocket.Conn, error)) *MockInstanceServerRawWebsocketCall
- func (c *MockInstanceServerRawWebsocketCall) DoAndReturn(f func(string) (*websocket.Conn, error)) *MockInstanceServerRawWebsocketCall
- func (c *MockInstanceServerRawWebsocketCall) Return(arg0 *websocket.Conn, arg1 error) *MockInstanceServerRawWebsocketCall
- type MockInstanceServerRebuildInstanceCall
- func (c *MockInstanceServerRebuildInstanceCall) Do(f func(string, api.InstanceRebuildPost) (lxd.Operation, error)) *MockInstanceServerRebuildInstanceCall
- func (c *MockInstanceServerRebuildInstanceCall) DoAndReturn(f func(string, api.InstanceRebuildPost) (lxd.Operation, error)) *MockInstanceServerRebuildInstanceCall
- func (c *MockInstanceServerRebuildInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRebuildInstanceCall
- type MockInstanceServerRebuildInstanceFromImageCall
- func (c *MockInstanceServerRebuildInstanceFromImageCall) Do(...) *MockInstanceServerRebuildInstanceFromImageCall
- func (c *MockInstanceServerRebuildInstanceFromImageCall) DoAndReturn(...) *MockInstanceServerRebuildInstanceFromImageCall
- func (c *MockInstanceServerRebuildInstanceFromImageCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerRebuildInstanceFromImageCall
- type MockInstanceServerRefreshImageCall
- func (c *MockInstanceServerRefreshImageCall) Do(f func(string) (lxd.Operation, error)) *MockInstanceServerRefreshImageCall
- func (c *MockInstanceServerRefreshImageCall) DoAndReturn(f func(string) (lxd.Operation, error)) *MockInstanceServerRefreshImageCall
- func (c *MockInstanceServerRefreshImageCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRefreshImageCall
- type MockInstanceServerRenameAuthGroupCall
- func (c *MockInstanceServerRenameAuthGroupCall) Do(f func(string, api.AuthGroupPost) error) *MockInstanceServerRenameAuthGroupCall
- func (c *MockInstanceServerRenameAuthGroupCall) DoAndReturn(f func(string, api.AuthGroupPost) error) *MockInstanceServerRenameAuthGroupCall
- func (c *MockInstanceServerRenameAuthGroupCall) Return(arg0 error) *MockInstanceServerRenameAuthGroupCall
- type MockInstanceServerRenameClusterGroupCall
- func (c *MockInstanceServerRenameClusterGroupCall) Do(f func(string, api.ClusterGroupPost) error) *MockInstanceServerRenameClusterGroupCall
- func (c *MockInstanceServerRenameClusterGroupCall) DoAndReturn(f func(string, api.ClusterGroupPost) error) *MockInstanceServerRenameClusterGroupCall
- func (c *MockInstanceServerRenameClusterGroupCall) Return(arg0 error) *MockInstanceServerRenameClusterGroupCall
- type MockInstanceServerRenameClusterMemberCall
- func (c *MockInstanceServerRenameClusterMemberCall) Do(f func(string, api.ClusterMemberPost) error) *MockInstanceServerRenameClusterMemberCall
- func (c *MockInstanceServerRenameClusterMemberCall) DoAndReturn(f func(string, api.ClusterMemberPost) error) *MockInstanceServerRenameClusterMemberCall
- func (c *MockInstanceServerRenameClusterMemberCall) Return(arg0 error) *MockInstanceServerRenameClusterMemberCall
- type MockInstanceServerRenameContainerBackupCall
- func (c *MockInstanceServerRenameContainerBackupCall) Do(f func(string, string, api.ContainerBackupPost) (lxd.Operation, error)) *MockInstanceServerRenameContainerBackupCall
- func (c *MockInstanceServerRenameContainerBackupCall) DoAndReturn(f func(string, string, api.ContainerBackupPost) (lxd.Operation, error)) *MockInstanceServerRenameContainerBackupCall
- func (c *MockInstanceServerRenameContainerBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameContainerBackupCall
- type MockInstanceServerRenameContainerCall
- func (c *MockInstanceServerRenameContainerCall) Do(f func(string, api.ContainerPost) (lxd.Operation, error)) *MockInstanceServerRenameContainerCall
- func (c *MockInstanceServerRenameContainerCall) DoAndReturn(f func(string, api.ContainerPost) (lxd.Operation, error)) *MockInstanceServerRenameContainerCall
- func (c *MockInstanceServerRenameContainerCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameContainerCall
- type MockInstanceServerRenameContainerSnapshotCall
- func (c *MockInstanceServerRenameContainerSnapshotCall) Do(f func(string, string, api.ContainerSnapshotPost) (lxd.Operation, error)) *MockInstanceServerRenameContainerSnapshotCall
- func (c *MockInstanceServerRenameContainerSnapshotCall) DoAndReturn(f func(string, string, api.ContainerSnapshotPost) (lxd.Operation, error)) *MockInstanceServerRenameContainerSnapshotCall
- func (c *MockInstanceServerRenameContainerSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameContainerSnapshotCall
- type MockInstanceServerRenameIdentityProviderGroupCall
- func (c *MockInstanceServerRenameIdentityProviderGroupCall) Do(f func(string, api.IdentityProviderGroupPost) error) *MockInstanceServerRenameIdentityProviderGroupCall
- func (c *MockInstanceServerRenameIdentityProviderGroupCall) DoAndReturn(f func(string, api.IdentityProviderGroupPost) error) *MockInstanceServerRenameIdentityProviderGroupCall
- func (c *MockInstanceServerRenameIdentityProviderGroupCall) Return(arg0 error) *MockInstanceServerRenameIdentityProviderGroupCall
- type MockInstanceServerRenameImageAliasCall
- func (c *MockInstanceServerRenameImageAliasCall) Do(f func(string, api.ImageAliasesEntryPost) error) *MockInstanceServerRenameImageAliasCall
- func (c *MockInstanceServerRenameImageAliasCall) DoAndReturn(f func(string, api.ImageAliasesEntryPost) error) *MockInstanceServerRenameImageAliasCall
- func (c *MockInstanceServerRenameImageAliasCall) Return(arg0 error) *MockInstanceServerRenameImageAliasCall
- type MockInstanceServerRenameInstanceBackupCall
- func (c *MockInstanceServerRenameInstanceBackupCall) Do(f func(string, string, api.InstanceBackupPost) (lxd.Operation, error)) *MockInstanceServerRenameInstanceBackupCall
- func (c *MockInstanceServerRenameInstanceBackupCall) DoAndReturn(f func(string, string, api.InstanceBackupPost) (lxd.Operation, error)) *MockInstanceServerRenameInstanceBackupCall
- func (c *MockInstanceServerRenameInstanceBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameInstanceBackupCall
- type MockInstanceServerRenameInstanceCall
- func (c *MockInstanceServerRenameInstanceCall) Do(f func(string, api.InstancePost) (lxd.Operation, error)) *MockInstanceServerRenameInstanceCall
- func (c *MockInstanceServerRenameInstanceCall) DoAndReturn(f func(string, api.InstancePost) (lxd.Operation, error)) *MockInstanceServerRenameInstanceCall
- func (c *MockInstanceServerRenameInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameInstanceCall
- type MockInstanceServerRenameInstanceSnapshotCall
- func (c *MockInstanceServerRenameInstanceSnapshotCall) Do(f func(string, string, api.InstanceSnapshotPost) (lxd.Operation, error)) *MockInstanceServerRenameInstanceSnapshotCall
- func (c *MockInstanceServerRenameInstanceSnapshotCall) DoAndReturn(f func(string, string, api.InstanceSnapshotPost) (lxd.Operation, error)) *MockInstanceServerRenameInstanceSnapshotCall
- func (c *MockInstanceServerRenameInstanceSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameInstanceSnapshotCall
- type MockInstanceServerRenameNetworkACLCall
- func (c *MockInstanceServerRenameNetworkACLCall) Do(f func(string, api.NetworkACLPost) error) *MockInstanceServerRenameNetworkACLCall
- func (c *MockInstanceServerRenameNetworkACLCall) DoAndReturn(f func(string, api.NetworkACLPost) error) *MockInstanceServerRenameNetworkACLCall
- func (c *MockInstanceServerRenameNetworkACLCall) Return(arg0 error) *MockInstanceServerRenameNetworkACLCall
- type MockInstanceServerRenameNetworkCall
- func (c *MockInstanceServerRenameNetworkCall) Do(f func(string, api.NetworkPost) error) *MockInstanceServerRenameNetworkCall
- func (c *MockInstanceServerRenameNetworkCall) DoAndReturn(f func(string, api.NetworkPost) error) *MockInstanceServerRenameNetworkCall
- func (c *MockInstanceServerRenameNetworkCall) Return(arg0 error) *MockInstanceServerRenameNetworkCall
- type MockInstanceServerRenameProfileCall
- func (c *MockInstanceServerRenameProfileCall) Do(f func(string, api.ProfilePost) error) *MockInstanceServerRenameProfileCall
- func (c *MockInstanceServerRenameProfileCall) DoAndReturn(f func(string, api.ProfilePost) error) *MockInstanceServerRenameProfileCall
- func (c *MockInstanceServerRenameProfileCall) Return(arg0 error) *MockInstanceServerRenameProfileCall
- type MockInstanceServerRenameProjectCall
- func (c *MockInstanceServerRenameProjectCall) Do(f func(string, api.ProjectPost) (lxd.Operation, error)) *MockInstanceServerRenameProjectCall
- func (c *MockInstanceServerRenameProjectCall) DoAndReturn(f func(string, api.ProjectPost) (lxd.Operation, error)) *MockInstanceServerRenameProjectCall
- func (c *MockInstanceServerRenameProjectCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameProjectCall
- type MockInstanceServerRenameStoragePoolVolumeBackupCall
- func (c *MockInstanceServerRenameStoragePoolVolumeBackupCall) Do(...) *MockInstanceServerRenameStoragePoolVolumeBackupCall
- func (c *MockInstanceServerRenameStoragePoolVolumeBackupCall) DoAndReturn(...) *MockInstanceServerRenameStoragePoolVolumeBackupCall
- func (c *MockInstanceServerRenameStoragePoolVolumeBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameStoragePoolVolumeBackupCall
- type MockInstanceServerRenameStoragePoolVolumeCall
- func (c *MockInstanceServerRenameStoragePoolVolumeCall) Do(f func(string, string, string, api.StorageVolumePost) error) *MockInstanceServerRenameStoragePoolVolumeCall
- func (c *MockInstanceServerRenameStoragePoolVolumeCall) DoAndReturn(f func(string, string, string, api.StorageVolumePost) error) *MockInstanceServerRenameStoragePoolVolumeCall
- func (c *MockInstanceServerRenameStoragePoolVolumeCall) Return(arg0 error) *MockInstanceServerRenameStoragePoolVolumeCall
- type MockInstanceServerRenameStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerRenameStoragePoolVolumeSnapshotCall) Do(...) *MockInstanceServerRenameStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerRenameStoragePoolVolumeSnapshotCall) DoAndReturn(...) *MockInstanceServerRenameStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerRenameStoragePoolVolumeSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameStoragePoolVolumeSnapshotCall
- type MockInstanceServerRequireAuthenticatedCall
- func (c *MockInstanceServerRequireAuthenticatedCall) Do(f func(bool)) *MockInstanceServerRequireAuthenticatedCall
- func (c *MockInstanceServerRequireAuthenticatedCall) DoAndReturn(f func(bool)) *MockInstanceServerRequireAuthenticatedCall
- func (c *MockInstanceServerRequireAuthenticatedCall) Return() *MockInstanceServerRequireAuthenticatedCall
- type MockInstanceServerSendEventCall
- func (c *MockInstanceServerSendEventCall) Do(f func(api.Event) error) *MockInstanceServerSendEventCall
- func (c *MockInstanceServerSendEventCall) DoAndReturn(f func(api.Event) error) *MockInstanceServerSendEventCall
- func (c *MockInstanceServerSendEventCall) Return(arg0 error) *MockInstanceServerSendEventCall
- type MockInstanceServerSetContainerMetadataCall
- func (c *MockInstanceServerSetContainerMetadataCall) Do(f func(string, api.ImageMetadata, string) error) *MockInstanceServerSetContainerMetadataCall
- func (c *MockInstanceServerSetContainerMetadataCall) DoAndReturn(f func(string, api.ImageMetadata, string) error) *MockInstanceServerSetContainerMetadataCall
- func (c *MockInstanceServerSetContainerMetadataCall) Return(arg0 error) *MockInstanceServerSetContainerMetadataCall
- type MockInstanceServerUpdateAuthGroupCall
- func (c *MockInstanceServerUpdateAuthGroupCall) Do(f func(string, api.AuthGroupPut, string) error) *MockInstanceServerUpdateAuthGroupCall
- func (c *MockInstanceServerUpdateAuthGroupCall) DoAndReturn(f func(string, api.AuthGroupPut, string) error) *MockInstanceServerUpdateAuthGroupCall
- func (c *MockInstanceServerUpdateAuthGroupCall) Return(arg0 error) *MockInstanceServerUpdateAuthGroupCall
- type MockInstanceServerUpdateCertificateCall
- func (c *MockInstanceServerUpdateCertificateCall) Do(f func(string, api.CertificatePut, string) error) *MockInstanceServerUpdateCertificateCall
- func (c *MockInstanceServerUpdateCertificateCall) DoAndReturn(f func(string, api.CertificatePut, string) error) *MockInstanceServerUpdateCertificateCall
- func (c *MockInstanceServerUpdateCertificateCall) Return(arg0 error) *MockInstanceServerUpdateCertificateCall
- type MockInstanceServerUpdateClusterCall
- func (c *MockInstanceServerUpdateClusterCall) Do(f func(api.ClusterPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateClusterCall
- func (c *MockInstanceServerUpdateClusterCall) DoAndReturn(f func(api.ClusterPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateClusterCall
- func (c *MockInstanceServerUpdateClusterCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateClusterCall
- type MockInstanceServerUpdateClusterCertificateCall
- func (c *MockInstanceServerUpdateClusterCertificateCall) Do(f func(api.ClusterCertificatePut, string) error) *MockInstanceServerUpdateClusterCertificateCall
- func (c *MockInstanceServerUpdateClusterCertificateCall) DoAndReturn(f func(api.ClusterCertificatePut, string) error) *MockInstanceServerUpdateClusterCertificateCall
- func (c *MockInstanceServerUpdateClusterCertificateCall) Return(arg0 error) *MockInstanceServerUpdateClusterCertificateCall
- type MockInstanceServerUpdateClusterGroupCall
- func (c *MockInstanceServerUpdateClusterGroupCall) Do(f func(string, api.ClusterGroupPut, string) error) *MockInstanceServerUpdateClusterGroupCall
- func (c *MockInstanceServerUpdateClusterGroupCall) DoAndReturn(f func(string, api.ClusterGroupPut, string) error) *MockInstanceServerUpdateClusterGroupCall
- func (c *MockInstanceServerUpdateClusterGroupCall) Return(arg0 error) *MockInstanceServerUpdateClusterGroupCall
- type MockInstanceServerUpdateClusterMemberCall
- func (c *MockInstanceServerUpdateClusterMemberCall) Do(f func(string, api.ClusterMemberPut, string) error) *MockInstanceServerUpdateClusterMemberCall
- func (c *MockInstanceServerUpdateClusterMemberCall) DoAndReturn(f func(string, api.ClusterMemberPut, string) error) *MockInstanceServerUpdateClusterMemberCall
- func (c *MockInstanceServerUpdateClusterMemberCall) Return(arg0 error) *MockInstanceServerUpdateClusterMemberCall
- type MockInstanceServerUpdateClusterMemberStateCall
- func (c *MockInstanceServerUpdateClusterMemberStateCall) Do(f func(string, api.ClusterMemberStatePost) (lxd.Operation, error)) *MockInstanceServerUpdateClusterMemberStateCall
- func (c *MockInstanceServerUpdateClusterMemberStateCall) DoAndReturn(f func(string, api.ClusterMemberStatePost) (lxd.Operation, error)) *MockInstanceServerUpdateClusterMemberStateCall
- func (c *MockInstanceServerUpdateClusterMemberStateCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateClusterMemberStateCall
- type MockInstanceServerUpdateContainerCall
- func (c *MockInstanceServerUpdateContainerCall) Do(f func(string, api.ContainerPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateContainerCall
- func (c *MockInstanceServerUpdateContainerCall) DoAndReturn(f func(string, api.ContainerPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateContainerCall
- func (c *MockInstanceServerUpdateContainerCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateContainerCall
- type MockInstanceServerUpdateContainerSnapshotCall
- func (c *MockInstanceServerUpdateContainerSnapshotCall) Do(...) *MockInstanceServerUpdateContainerSnapshotCall
- func (c *MockInstanceServerUpdateContainerSnapshotCall) DoAndReturn(...) *MockInstanceServerUpdateContainerSnapshotCall
- func (c *MockInstanceServerUpdateContainerSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateContainerSnapshotCall
- type MockInstanceServerUpdateContainerStateCall
- func (c *MockInstanceServerUpdateContainerStateCall) Do(f func(string, api.ContainerStatePut, string) (lxd.Operation, error)) *MockInstanceServerUpdateContainerStateCall
- func (c *MockInstanceServerUpdateContainerStateCall) DoAndReturn(f func(string, api.ContainerStatePut, string) (lxd.Operation, error)) *MockInstanceServerUpdateContainerStateCall
- func (c *MockInstanceServerUpdateContainerStateCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateContainerStateCall
- type MockInstanceServerUpdateContainerTemplateFileCall
- func (c *MockInstanceServerUpdateContainerTemplateFileCall) Do(f func(string, string, io.ReadSeeker) error) *MockInstanceServerUpdateContainerTemplateFileCall
- func (c *MockInstanceServerUpdateContainerTemplateFileCall) DoAndReturn(f func(string, string, io.ReadSeeker) error) *MockInstanceServerUpdateContainerTemplateFileCall
- func (c *MockInstanceServerUpdateContainerTemplateFileCall) Return(arg0 error) *MockInstanceServerUpdateContainerTemplateFileCall
- type MockInstanceServerUpdateIdentityCall
- func (c *MockInstanceServerUpdateIdentityCall) Do(f func(string, string, api.IdentityPut, string) error) *MockInstanceServerUpdateIdentityCall
- func (c *MockInstanceServerUpdateIdentityCall) DoAndReturn(f func(string, string, api.IdentityPut, string) error) *MockInstanceServerUpdateIdentityCall
- func (c *MockInstanceServerUpdateIdentityCall) Return(arg0 error) *MockInstanceServerUpdateIdentityCall
- type MockInstanceServerUpdateIdentityProviderGroupCall
- func (c *MockInstanceServerUpdateIdentityProviderGroupCall) Do(f func(string, api.IdentityProviderGroupPut, string) error) *MockInstanceServerUpdateIdentityProviderGroupCall
- func (c *MockInstanceServerUpdateIdentityProviderGroupCall) DoAndReturn(f func(string, api.IdentityProviderGroupPut, string) error) *MockInstanceServerUpdateIdentityProviderGroupCall
- func (c *MockInstanceServerUpdateIdentityProviderGroupCall) Return(arg0 error) *MockInstanceServerUpdateIdentityProviderGroupCall
- type MockInstanceServerUpdateImageAliasCall
- func (c *MockInstanceServerUpdateImageAliasCall) Do(f func(string, api.ImageAliasesEntryPut, string) error) *MockInstanceServerUpdateImageAliasCall
- func (c *MockInstanceServerUpdateImageAliasCall) DoAndReturn(f func(string, api.ImageAliasesEntryPut, string) error) *MockInstanceServerUpdateImageAliasCall
- func (c *MockInstanceServerUpdateImageAliasCall) Return(arg0 error) *MockInstanceServerUpdateImageAliasCall
- type MockInstanceServerUpdateImageCall
- func (c *MockInstanceServerUpdateImageCall) Do(f func(string, api.ImagePut, string) error) *MockInstanceServerUpdateImageCall
- func (c *MockInstanceServerUpdateImageCall) DoAndReturn(f func(string, api.ImagePut, string) error) *MockInstanceServerUpdateImageCall
- func (c *MockInstanceServerUpdateImageCall) Return(arg0 error) *MockInstanceServerUpdateImageCall
- type MockInstanceServerUpdateInstanceCall
- func (c *MockInstanceServerUpdateInstanceCall) Do(f func(string, api.InstancePut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstanceCall
- func (c *MockInstanceServerUpdateInstanceCall) DoAndReturn(f func(string, api.InstancePut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstanceCall
- func (c *MockInstanceServerUpdateInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateInstanceCall
- type MockInstanceServerUpdateInstanceMetadataCall
- func (c *MockInstanceServerUpdateInstanceMetadataCall) Do(f func(string, api.ImageMetadata, string) error) *MockInstanceServerUpdateInstanceMetadataCall
- func (c *MockInstanceServerUpdateInstanceMetadataCall) DoAndReturn(f func(string, api.ImageMetadata, string) error) *MockInstanceServerUpdateInstanceMetadataCall
- func (c *MockInstanceServerUpdateInstanceMetadataCall) Return(arg0 error) *MockInstanceServerUpdateInstanceMetadataCall
- type MockInstanceServerUpdateInstanceSnapshotCall
- func (c *MockInstanceServerUpdateInstanceSnapshotCall) Do(f func(string, string, api.InstanceSnapshotPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstanceSnapshotCall
- func (c *MockInstanceServerUpdateInstanceSnapshotCall) DoAndReturn(f func(string, string, api.InstanceSnapshotPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstanceSnapshotCall
- func (c *MockInstanceServerUpdateInstanceSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateInstanceSnapshotCall
- type MockInstanceServerUpdateInstanceStateCall
- func (c *MockInstanceServerUpdateInstanceStateCall) Do(f func(string, api.InstanceStatePut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstanceStateCall
- func (c *MockInstanceServerUpdateInstanceStateCall) DoAndReturn(f func(string, api.InstanceStatePut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstanceStateCall
- func (c *MockInstanceServerUpdateInstanceStateCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateInstanceStateCall
- type MockInstanceServerUpdateInstanceUEFIVarsCall
- func (c *MockInstanceServerUpdateInstanceUEFIVarsCall) Do(f func(string, api.InstanceUEFIVars, string) error) *MockInstanceServerUpdateInstanceUEFIVarsCall
- func (c *MockInstanceServerUpdateInstanceUEFIVarsCall) DoAndReturn(f func(string, api.InstanceUEFIVars, string) error) *MockInstanceServerUpdateInstanceUEFIVarsCall
- func (c *MockInstanceServerUpdateInstanceUEFIVarsCall) Return(arg0 error) *MockInstanceServerUpdateInstanceUEFIVarsCall
- type MockInstanceServerUpdateInstancesCall
- func (c *MockInstanceServerUpdateInstancesCall) Do(f func(api.InstancesPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstancesCall
- func (c *MockInstanceServerUpdateInstancesCall) DoAndReturn(f func(api.InstancesPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstancesCall
- func (c *MockInstanceServerUpdateInstancesCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateInstancesCall
- type MockInstanceServerUpdateNetworkACLCall
- func (c *MockInstanceServerUpdateNetworkACLCall) Do(f func(string, api.NetworkACLPut, string) error) *MockInstanceServerUpdateNetworkACLCall
- func (c *MockInstanceServerUpdateNetworkACLCall) DoAndReturn(f func(string, api.NetworkACLPut, string) error) *MockInstanceServerUpdateNetworkACLCall
- func (c *MockInstanceServerUpdateNetworkACLCall) Return(arg0 error) *MockInstanceServerUpdateNetworkACLCall
- type MockInstanceServerUpdateNetworkCall
- func (c *MockInstanceServerUpdateNetworkCall) Do(f func(string, api.NetworkPut, string) error) *MockInstanceServerUpdateNetworkCall
- func (c *MockInstanceServerUpdateNetworkCall) DoAndReturn(f func(string, api.NetworkPut, string) error) *MockInstanceServerUpdateNetworkCall
- func (c *MockInstanceServerUpdateNetworkCall) Return(arg0 error) *MockInstanceServerUpdateNetworkCall
- type MockInstanceServerUpdateNetworkForwardCall
- func (c *MockInstanceServerUpdateNetworkForwardCall) Do(f func(string, string, api.NetworkForwardPut, string) error) *MockInstanceServerUpdateNetworkForwardCall
- func (c *MockInstanceServerUpdateNetworkForwardCall) DoAndReturn(f func(string, string, api.NetworkForwardPut, string) error) *MockInstanceServerUpdateNetworkForwardCall
- func (c *MockInstanceServerUpdateNetworkForwardCall) Return(arg0 error) *MockInstanceServerUpdateNetworkForwardCall
- type MockInstanceServerUpdateNetworkLoadBalancerCall
- func (c *MockInstanceServerUpdateNetworkLoadBalancerCall) Do(f func(string, string, api.NetworkLoadBalancerPut, string) error) *MockInstanceServerUpdateNetworkLoadBalancerCall
- func (c *MockInstanceServerUpdateNetworkLoadBalancerCall) DoAndReturn(f func(string, string, api.NetworkLoadBalancerPut, string) error) *MockInstanceServerUpdateNetworkLoadBalancerCall
- func (c *MockInstanceServerUpdateNetworkLoadBalancerCall) Return(arg0 error) *MockInstanceServerUpdateNetworkLoadBalancerCall
- type MockInstanceServerUpdateNetworkPeerCall
- func (c *MockInstanceServerUpdateNetworkPeerCall) Do(f func(string, string, api.NetworkPeerPut, string) error) *MockInstanceServerUpdateNetworkPeerCall
- func (c *MockInstanceServerUpdateNetworkPeerCall) DoAndReturn(f func(string, string, api.NetworkPeerPut, string) error) *MockInstanceServerUpdateNetworkPeerCall
- func (c *MockInstanceServerUpdateNetworkPeerCall) Return(arg0 error) *MockInstanceServerUpdateNetworkPeerCall
- type MockInstanceServerUpdateNetworkZoneCall
- func (c *MockInstanceServerUpdateNetworkZoneCall) Do(f func(string, api.NetworkZonePut, string) error) *MockInstanceServerUpdateNetworkZoneCall
- func (c *MockInstanceServerUpdateNetworkZoneCall) DoAndReturn(f func(string, api.NetworkZonePut, string) error) *MockInstanceServerUpdateNetworkZoneCall
- func (c *MockInstanceServerUpdateNetworkZoneCall) Return(arg0 error) *MockInstanceServerUpdateNetworkZoneCall
- type MockInstanceServerUpdateNetworkZoneRecordCall
- func (c *MockInstanceServerUpdateNetworkZoneRecordCall) Do(f func(string, string, api.NetworkZoneRecordPut, string) error) *MockInstanceServerUpdateNetworkZoneRecordCall
- func (c *MockInstanceServerUpdateNetworkZoneRecordCall) DoAndReturn(f func(string, string, api.NetworkZoneRecordPut, string) error) *MockInstanceServerUpdateNetworkZoneRecordCall
- func (c *MockInstanceServerUpdateNetworkZoneRecordCall) Return(arg0 error) *MockInstanceServerUpdateNetworkZoneRecordCall
- type MockInstanceServerUpdateProfileCall
- func (c *MockInstanceServerUpdateProfileCall) Do(f func(string, api.ProfilePut, string) error) *MockInstanceServerUpdateProfileCall
- func (c *MockInstanceServerUpdateProfileCall) DoAndReturn(f func(string, api.ProfilePut, string) error) *MockInstanceServerUpdateProfileCall
- func (c *MockInstanceServerUpdateProfileCall) Return(arg0 error) *MockInstanceServerUpdateProfileCall
- type MockInstanceServerUpdateProjectCall
- func (c *MockInstanceServerUpdateProjectCall) Do(f func(string, api.ProjectPut, string) error) *MockInstanceServerUpdateProjectCall
- func (c *MockInstanceServerUpdateProjectCall) DoAndReturn(f func(string, api.ProjectPut, string) error) *MockInstanceServerUpdateProjectCall
- func (c *MockInstanceServerUpdateProjectCall) Return(arg0 error) *MockInstanceServerUpdateProjectCall
- type MockInstanceServerUpdateServerCall
- func (c *MockInstanceServerUpdateServerCall) Do(f func(api.ServerPut, string) error) *MockInstanceServerUpdateServerCall
- func (c *MockInstanceServerUpdateServerCall) DoAndReturn(f func(api.ServerPut, string) error) *MockInstanceServerUpdateServerCall
- func (c *MockInstanceServerUpdateServerCall) Return(arg0 error) *MockInstanceServerUpdateServerCall
- type MockInstanceServerUpdateStoragePoolBucketCall
- func (c *MockInstanceServerUpdateStoragePoolBucketCall) Do(f func(string, string, api.StorageBucketPut, string) error) *MockInstanceServerUpdateStoragePoolBucketCall
- func (c *MockInstanceServerUpdateStoragePoolBucketCall) DoAndReturn(f func(string, string, api.StorageBucketPut, string) error) *MockInstanceServerUpdateStoragePoolBucketCall
- func (c *MockInstanceServerUpdateStoragePoolBucketCall) Return(arg0 error) *MockInstanceServerUpdateStoragePoolBucketCall
- type MockInstanceServerUpdateStoragePoolBucketKeyCall
- func (c *MockInstanceServerUpdateStoragePoolBucketKeyCall) Do(f func(string, string, string, api.StorageBucketKeyPut, string) error) *MockInstanceServerUpdateStoragePoolBucketKeyCall
- func (c *MockInstanceServerUpdateStoragePoolBucketKeyCall) DoAndReturn(f func(string, string, string, api.StorageBucketKeyPut, string) error) *MockInstanceServerUpdateStoragePoolBucketKeyCall
- func (c *MockInstanceServerUpdateStoragePoolBucketKeyCall) Return(arg0 error) *MockInstanceServerUpdateStoragePoolBucketKeyCall
- type MockInstanceServerUpdateStoragePoolCall
- func (c *MockInstanceServerUpdateStoragePoolCall) Do(f func(string, api.StoragePoolPut, string) error) *MockInstanceServerUpdateStoragePoolCall
- func (c *MockInstanceServerUpdateStoragePoolCall) DoAndReturn(f func(string, api.StoragePoolPut, string) error) *MockInstanceServerUpdateStoragePoolCall
- func (c *MockInstanceServerUpdateStoragePoolCall) Return(arg0 error) *MockInstanceServerUpdateStoragePoolCall
- type MockInstanceServerUpdateStoragePoolVolumeCall
- func (c *MockInstanceServerUpdateStoragePoolVolumeCall) Do(f func(string, string, string, api.StorageVolumePut, string) error) *MockInstanceServerUpdateStoragePoolVolumeCall
- func (c *MockInstanceServerUpdateStoragePoolVolumeCall) DoAndReturn(f func(string, string, string, api.StorageVolumePut, string) error) *MockInstanceServerUpdateStoragePoolVolumeCall
- func (c *MockInstanceServerUpdateStoragePoolVolumeCall) Return(arg0 error) *MockInstanceServerUpdateStoragePoolVolumeCall
- type MockInstanceServerUpdateStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerUpdateStoragePoolVolumeSnapshotCall) Do(...) *MockInstanceServerUpdateStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerUpdateStoragePoolVolumeSnapshotCall) DoAndReturn(...) *MockInstanceServerUpdateStoragePoolVolumeSnapshotCall
- func (c *MockInstanceServerUpdateStoragePoolVolumeSnapshotCall) Return(arg0 error) *MockInstanceServerUpdateStoragePoolVolumeSnapshotCall
- type MockInstanceServerUpdateWarningCall
- func (c *MockInstanceServerUpdateWarningCall) Do(f func(string, api.WarningPut, string) error) *MockInstanceServerUpdateWarningCall
- func (c *MockInstanceServerUpdateWarningCall) DoAndReturn(f func(string, api.WarningPut, string) error) *MockInstanceServerUpdateWarningCall
- func (c *MockInstanceServerUpdateWarningCall) Return(arg0 error) *MockInstanceServerUpdateWarningCall
- type MockInstanceServerUseProjectCall
- func (c *MockInstanceServerUseProjectCall) Do(f func(string) lxd.InstanceServer) *MockInstanceServerUseProjectCall
- func (c *MockInstanceServerUseProjectCall) DoAndReturn(f func(string) lxd.InstanceServer) *MockInstanceServerUseProjectCall
- func (c *MockInstanceServerUseProjectCall) Return(arg0 lxd.InstanceServer) *MockInstanceServerUseProjectCall
- type MockInstanceServerUseTargetCall
- func (c *MockInstanceServerUseTargetCall) Do(f func(string) lxd.InstanceServer) *MockInstanceServerUseTargetCall
- func (c *MockInstanceServerUseTargetCall) DoAndReturn(f func(string) lxd.InstanceServer) *MockInstanceServerUseTargetCall
- func (c *MockInstanceServerUseTargetCall) Return(arg0 lxd.InstanceServer) *MockInstanceServerUseTargetCall
- type MockOperation
- func (m *MockOperation) AddHandler(arg0 func(api.Operation)) (*lxd.EventTarget, error)
- func (m *MockOperation) Cancel() error
- func (m *MockOperation) EXPECT() *MockOperationMockRecorder
- func (m *MockOperation) Get() api.Operation
- func (m *MockOperation) GetWebsocket(arg0 string) (*websocket.Conn, error)
- func (m *MockOperation) Refresh() error
- func (m *MockOperation) RemoveHandler(arg0 *lxd.EventTarget) error
- func (m *MockOperation) Wait() error
- func (m *MockOperation) WaitContext(arg0 context.Context) error
- type MockOperationAddHandlerCall
- func (c *MockOperationAddHandlerCall) Do(f func(func(api.Operation)) (*lxd.EventTarget, error)) *MockOperationAddHandlerCall
- func (c *MockOperationAddHandlerCall) DoAndReturn(f func(func(api.Operation)) (*lxd.EventTarget, error)) *MockOperationAddHandlerCall
- func (c *MockOperationAddHandlerCall) Return(arg0 *lxd.EventTarget, arg1 error) *MockOperationAddHandlerCall
- type MockOperationCancelCall
- type MockOperationGetCall
- type MockOperationGetWebsocketCall
- func (c *MockOperationGetWebsocketCall) Do(f func(string) (*websocket.Conn, error)) *MockOperationGetWebsocketCall
- func (c *MockOperationGetWebsocketCall) DoAndReturn(f func(string) (*websocket.Conn, error)) *MockOperationGetWebsocketCall
- func (c *MockOperationGetWebsocketCall) Return(arg0 *websocket.Conn, arg1 error) *MockOperationGetWebsocketCall
- type MockOperationMockRecorder
- func (mr *MockOperationMockRecorder) AddHandler(arg0 any) *MockOperationAddHandlerCall
- func (mr *MockOperationMockRecorder) Cancel() *MockOperationCancelCall
- func (mr *MockOperationMockRecorder) Get() *MockOperationGetCall
- func (mr *MockOperationMockRecorder) GetWebsocket(arg0 any) *MockOperationGetWebsocketCall
- func (mr *MockOperationMockRecorder) Refresh() *MockOperationRefreshCall
- func (mr *MockOperationMockRecorder) RemoveHandler(arg0 any) *MockOperationRemoveHandlerCall
- func (mr *MockOperationMockRecorder) Wait() *MockOperationWaitCall
- func (mr *MockOperationMockRecorder) WaitContext(arg0 any) *MockOperationWaitContextCall
- type MockOperationRefreshCall
- type MockOperationRemoveHandlerCall
- func (c *MockOperationRemoveHandlerCall) Do(f func(*lxd.EventTarget) error) *MockOperationRemoveHandlerCall
- func (c *MockOperationRemoveHandlerCall) DoAndReturn(f func(*lxd.EventTarget) error) *MockOperationRemoveHandlerCall
- func (c *MockOperationRemoveHandlerCall) Return(arg0 error) *MockOperationRemoveHandlerCall
- type MockOperationWaitCall
- type MockOperationWaitContextCall
- func (c *MockOperationWaitContextCall) Do(f func(context.Context) error) *MockOperationWaitContextCall
- func (c *MockOperationWaitContextCall) DoAndReturn(f func(context.Context) error) *MockOperationWaitContextCall
- func (c *MockOperationWaitContextCall) Return(arg0 error) *MockOperationWaitContextCall
- type MockRemoteOperation
- func (m *MockRemoteOperation) AddHandler(arg0 func(api.Operation)) (*lxd.EventTarget, error)
- func (m *MockRemoteOperation) CancelTarget() error
- func (m *MockRemoteOperation) EXPECT() *MockRemoteOperationMockRecorder
- func (m *MockRemoteOperation) GetTarget() (*api.Operation, error)
- func (m *MockRemoteOperation) Wait() error
- type MockRemoteOperationAddHandlerCall
- func (c *MockRemoteOperationAddHandlerCall) Do(f func(func(api.Operation)) (*lxd.EventTarget, error)) *MockRemoteOperationAddHandlerCall
- func (c *MockRemoteOperationAddHandlerCall) DoAndReturn(f func(func(api.Operation)) (*lxd.EventTarget, error)) *MockRemoteOperationAddHandlerCall
- func (c *MockRemoteOperationAddHandlerCall) Return(arg0 *lxd.EventTarget, arg1 error) *MockRemoteOperationAddHandlerCall
- type MockRemoteOperationCancelTargetCall
- func (c *MockRemoteOperationCancelTargetCall) Do(f func() error) *MockRemoteOperationCancelTargetCall
- func (c *MockRemoteOperationCancelTargetCall) DoAndReturn(f func() error) *MockRemoteOperationCancelTargetCall
- func (c *MockRemoteOperationCancelTargetCall) Return(arg0 error) *MockRemoteOperationCancelTargetCall
- type MockRemoteOperationGetTargetCall
- func (c *MockRemoteOperationGetTargetCall) Do(f func() (*api.Operation, error)) *MockRemoteOperationGetTargetCall
- func (c *MockRemoteOperationGetTargetCall) DoAndReturn(f func() (*api.Operation, error)) *MockRemoteOperationGetTargetCall
- func (c *MockRemoteOperationGetTargetCall) Return(arg0 *api.Operation, arg1 error) *MockRemoteOperationGetTargetCall
- type MockRemoteOperationMockRecorder
- func (mr *MockRemoteOperationMockRecorder) AddHandler(arg0 any) *MockRemoteOperationAddHandlerCall
- func (mr *MockRemoteOperationMockRecorder) CancelTarget() *MockRemoteOperationCancelTargetCall
- func (mr *MockRemoteOperationMockRecorder) GetTarget() *MockRemoteOperationGetTargetCall
- func (mr *MockRemoteOperationMockRecorder) Wait() *MockRemoteOperationWaitCall
- type MockRemoteOperationWaitCall
- type MockServer
- type MockServerDisconnectCall
- type MockServerDoHTTPCall
- func (c *MockServerDoHTTPCall) Do(f func(*http.Request) (*http.Response, error)) *MockServerDoHTTPCall
- func (c *MockServerDoHTTPCall) DoAndReturn(f func(*http.Request) (*http.Response, error)) *MockServerDoHTTPCall
- func (c *MockServerDoHTTPCall) Return(arg0 *http.Response, arg1 error) *MockServerDoHTTPCall
- type MockServerGetConnectionInfoCall
- func (c *MockServerGetConnectionInfoCall) Do(f func() (*lxd.ConnectionInfo, error)) *MockServerGetConnectionInfoCall
- func (c *MockServerGetConnectionInfoCall) DoAndReturn(f func() (*lxd.ConnectionInfo, error)) *MockServerGetConnectionInfoCall
- func (c *MockServerGetConnectionInfoCall) Return(arg0 *lxd.ConnectionInfo, arg1 error) *MockServerGetConnectionInfoCall
- type MockServerGetHTTPClientCall
- func (c *MockServerGetHTTPClientCall) Do(f func() (*http.Client, error)) *MockServerGetHTTPClientCall
- func (c *MockServerGetHTTPClientCall) DoAndReturn(f func() (*http.Client, error)) *MockServerGetHTTPClientCall
- func (c *MockServerGetHTTPClientCall) Return(arg0 *http.Client, arg1 error) *MockServerGetHTTPClientCall
- type MockServerMockRecorder
- func (mr *MockServerMockRecorder) Disconnect() *MockServerDisconnectCall
- func (mr *MockServerMockRecorder) DoHTTP(arg0 any) *MockServerDoHTTPCall
- func (mr *MockServerMockRecorder) GetConnectionInfo() *MockServerGetConnectionInfoCall
- func (mr *MockServerMockRecorder) GetHTTPClient() *MockServerGetHTTPClientCall
Constants ¶
const ETag = "eTag"
Variables ¶
var NoOpCallback = func(ctx context.Context, st status.Status, info string, data map[string]interface{}) error { return nil }
NoOpCallback can be passed to methods that receive a callback for setting status messages.
Functions ¶
This section is empty.
Types ¶
type BaseSuite ¶
type BaseSuite struct { coretesting.BaseSuite // contains filtered or unexported fields }
BaseSuite facilitates LXD testing. Do not instantiate this suite directly.
func (*BaseSuite) NewMockServer ¶
func (s *BaseSuite) NewMockServer(ctrl *gomock.Controller, svrMutations ...func(*lxdapi.Server)) *MockInstanceServer
NewMockServer initialises a mock container server and adds an expectation for the GetServer function, which is called each time NewClient is used to instantiate our wrapper. Any input mutations are applied to the return from the first GetServer call.
func (*BaseSuite) NewMockServerClustered ¶
func (s *BaseSuite) NewMockServerClustered(ctrl *gomock.Controller, serverName string) *MockInstanceServer
func (*BaseSuite) NewMockServerWithExtensions ¶
func (s *BaseSuite) NewMockServerWithExtensions(ctrl *gomock.Controller, extensions ...string) *MockInstanceServer
NewMockServerWithExtensions initialises a mock container server. The return from GetServer indicates the input supported API extensions.
func (*BaseSuite) SetUpSuite ¶
type MockImageServer ¶
type MockImageServer struct {
// contains filtered or unexported fields
}
MockImageServer is a mock of ImageServer interface.
func NewMockImageServer ¶
func NewMockImageServer(ctrl *gomock.Controller) *MockImageServer
NewMockImageServer creates a new mock instance.
func (*MockImageServer) Disconnect ¶
func (m *MockImageServer) Disconnect()
Disconnect mocks base method.
func (*MockImageServer) EXPECT ¶
func (m *MockImageServer) EXPECT() *MockImageServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockImageServer) ExportImage ¶
func (m *MockImageServer) ExportImage(arg0 string, arg1 api.ImageExportPost) (lxd.Operation, error)
ExportImage mocks base method.
func (*MockImageServer) GetConnectionInfo ¶
func (m *MockImageServer) GetConnectionInfo() (*lxd.ConnectionInfo, error)
GetConnectionInfo mocks base method.
func (*MockImageServer) GetHTTPClient ¶
func (m *MockImageServer) GetHTTPClient() (*http.Client, error)
GetHTTPClient mocks base method.
func (*MockImageServer) GetImageAlias ¶
func (m *MockImageServer) GetImageAlias(arg0 string) (*api.ImageAliasesEntry, string, error)
GetImageAlias mocks base method.
func (*MockImageServer) GetImageAliasArchitectures ¶
func (m *MockImageServer) GetImageAliasArchitectures(arg0, arg1 string) (map[string]*api.ImageAliasesEntry, error)
GetImageAliasArchitectures mocks base method.
func (*MockImageServer) GetImageAliasNames ¶
func (m *MockImageServer) GetImageAliasNames() ([]string, error)
GetImageAliasNames mocks base method.
func (*MockImageServer) GetImageAliasType ¶
func (m *MockImageServer) GetImageAliasType(arg0, arg1 string) (*api.ImageAliasesEntry, string, error)
GetImageAliasType mocks base method.
func (*MockImageServer) GetImageAliases ¶
func (m *MockImageServer) GetImageAliases() ([]api.ImageAliasesEntry, error)
GetImageAliases mocks base method.
func (*MockImageServer) GetImageFile ¶
func (m *MockImageServer) GetImageFile(arg0 string, arg1 lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)
GetImageFile mocks base method.
func (*MockImageServer) GetImageFingerprints ¶
func (m *MockImageServer) GetImageFingerprints() ([]string, error)
GetImageFingerprints mocks base method.
func (*MockImageServer) GetImageSecret ¶
func (m *MockImageServer) GetImageSecret(arg0 string) (string, error)
GetImageSecret mocks base method.
func (*MockImageServer) GetImages ¶
func (m *MockImageServer) GetImages() ([]api.Image, error)
GetImages mocks base method.
func (*MockImageServer) GetImagesWithFilter ¶
func (m *MockImageServer) GetImagesWithFilter(arg0 []string) ([]api.Image, error)
GetImagesWithFilter mocks base method.
func (*MockImageServer) GetPrivateImage ¶
GetPrivateImage mocks base method.
func (*MockImageServer) GetPrivateImageFile ¶
func (m *MockImageServer) GetPrivateImageFile(arg0, arg1 string, arg2 lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)
GetPrivateImageFile mocks base method.
type MockImageServerDisconnectCall ¶
MockImageServerDisconnectCall wrap *gomock.Call
func (*MockImageServerDisconnectCall) Do ¶
func (c *MockImageServerDisconnectCall) Do(f func()) *MockImageServerDisconnectCall
Do rewrite *gomock.Call.Do
func (*MockImageServerDisconnectCall) DoAndReturn ¶
func (c *MockImageServerDisconnectCall) DoAndReturn(f func()) *MockImageServerDisconnectCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerDisconnectCall) Return ¶
func (c *MockImageServerDisconnectCall) Return() *MockImageServerDisconnectCall
Return rewrite *gomock.Call.Return
type MockImageServerDoHTTPCall ¶
MockImageServerDoHTTPCall wrap *gomock.Call
func (*MockImageServerDoHTTPCall) Do ¶
func (c *MockImageServerDoHTTPCall) Do(f func(*http.Request) (*http.Response, error)) *MockImageServerDoHTTPCall
Do rewrite *gomock.Call.Do
func (*MockImageServerDoHTTPCall) DoAndReturn ¶
func (c *MockImageServerDoHTTPCall) DoAndReturn(f func(*http.Request) (*http.Response, error)) *MockImageServerDoHTTPCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerDoHTTPCall) Return ¶
func (c *MockImageServerDoHTTPCall) Return(arg0 *http.Response, arg1 error) *MockImageServerDoHTTPCall
Return rewrite *gomock.Call.Return
type MockImageServerExportImageCall ¶
MockImageServerExportImageCall wrap *gomock.Call
func (*MockImageServerExportImageCall) Do ¶
func (c *MockImageServerExportImageCall) Do(f func(string, api.ImageExportPost) (lxd.Operation, error)) *MockImageServerExportImageCall
Do rewrite *gomock.Call.Do
func (*MockImageServerExportImageCall) DoAndReturn ¶
func (c *MockImageServerExportImageCall) DoAndReturn(f func(string, api.ImageExportPost) (lxd.Operation, error)) *MockImageServerExportImageCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerExportImageCall) Return ¶
func (c *MockImageServerExportImageCall) Return(arg0 lxd.Operation, arg1 error) *MockImageServerExportImageCall
Return rewrite *gomock.Call.Return
type MockImageServerGetConnectionInfoCall ¶
MockImageServerGetConnectionInfoCall wrap *gomock.Call
func (*MockImageServerGetConnectionInfoCall) Do ¶
func (c *MockImageServerGetConnectionInfoCall) Do(f func() (*lxd.ConnectionInfo, error)) *MockImageServerGetConnectionInfoCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetConnectionInfoCall) DoAndReturn ¶
func (c *MockImageServerGetConnectionInfoCall) DoAndReturn(f func() (*lxd.ConnectionInfo, error)) *MockImageServerGetConnectionInfoCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetConnectionInfoCall) Return ¶
func (c *MockImageServerGetConnectionInfoCall) Return(arg0 *lxd.ConnectionInfo, arg1 error) *MockImageServerGetConnectionInfoCall
Return rewrite *gomock.Call.Return
type MockImageServerGetHTTPClientCall ¶
MockImageServerGetHTTPClientCall wrap *gomock.Call
func (*MockImageServerGetHTTPClientCall) Do ¶
func (c *MockImageServerGetHTTPClientCall) Do(f func() (*http.Client, error)) *MockImageServerGetHTTPClientCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetHTTPClientCall) DoAndReturn ¶
func (c *MockImageServerGetHTTPClientCall) DoAndReturn(f func() (*http.Client, error)) *MockImageServerGetHTTPClientCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetHTTPClientCall) Return ¶
func (c *MockImageServerGetHTTPClientCall) Return(arg0 *http.Client, arg1 error) *MockImageServerGetHTTPClientCall
Return rewrite *gomock.Call.Return
type MockImageServerGetImageAliasArchitecturesCall ¶
MockImageServerGetImageAliasArchitecturesCall wrap *gomock.Call
func (*MockImageServerGetImageAliasArchitecturesCall) Do ¶
func (c *MockImageServerGetImageAliasArchitecturesCall) Do(f func(string, string) (map[string]*api.ImageAliasesEntry, error)) *MockImageServerGetImageAliasArchitecturesCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetImageAliasArchitecturesCall) DoAndReturn ¶
func (c *MockImageServerGetImageAliasArchitecturesCall) DoAndReturn(f func(string, string) (map[string]*api.ImageAliasesEntry, error)) *MockImageServerGetImageAliasArchitecturesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetImageAliasArchitecturesCall) Return ¶
func (c *MockImageServerGetImageAliasArchitecturesCall) Return(arg0 map[string]*api.ImageAliasesEntry, arg1 error) *MockImageServerGetImageAliasArchitecturesCall
Return rewrite *gomock.Call.Return
type MockImageServerGetImageAliasCall ¶
MockImageServerGetImageAliasCall wrap *gomock.Call
func (*MockImageServerGetImageAliasCall) Do ¶
func (c *MockImageServerGetImageAliasCall) Do(f func(string) (*api.ImageAliasesEntry, string, error)) *MockImageServerGetImageAliasCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetImageAliasCall) DoAndReturn ¶
func (c *MockImageServerGetImageAliasCall) DoAndReturn(f func(string) (*api.ImageAliasesEntry, string, error)) *MockImageServerGetImageAliasCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetImageAliasCall) Return ¶
func (c *MockImageServerGetImageAliasCall) Return(arg0 *api.ImageAliasesEntry, arg1 string, arg2 error) *MockImageServerGetImageAliasCall
Return rewrite *gomock.Call.Return
type MockImageServerGetImageAliasNamesCall ¶
MockImageServerGetImageAliasNamesCall wrap *gomock.Call
func (*MockImageServerGetImageAliasNamesCall) Do ¶
func (c *MockImageServerGetImageAliasNamesCall) Do(f func() ([]string, error)) *MockImageServerGetImageAliasNamesCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetImageAliasNamesCall) DoAndReturn ¶
func (c *MockImageServerGetImageAliasNamesCall) DoAndReturn(f func() ([]string, error)) *MockImageServerGetImageAliasNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetImageAliasNamesCall) Return ¶
func (c *MockImageServerGetImageAliasNamesCall) Return(arg0 []string, arg1 error) *MockImageServerGetImageAliasNamesCall
Return rewrite *gomock.Call.Return
type MockImageServerGetImageAliasTypeCall ¶
MockImageServerGetImageAliasTypeCall wrap *gomock.Call
func (*MockImageServerGetImageAliasTypeCall) Do ¶
func (c *MockImageServerGetImageAliasTypeCall) Do(f func(string, string) (*api.ImageAliasesEntry, string, error)) *MockImageServerGetImageAliasTypeCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetImageAliasTypeCall) DoAndReturn ¶
func (c *MockImageServerGetImageAliasTypeCall) DoAndReturn(f func(string, string) (*api.ImageAliasesEntry, string, error)) *MockImageServerGetImageAliasTypeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetImageAliasTypeCall) Return ¶
func (c *MockImageServerGetImageAliasTypeCall) Return(arg0 *api.ImageAliasesEntry, arg1 string, arg2 error) *MockImageServerGetImageAliasTypeCall
Return rewrite *gomock.Call.Return
type MockImageServerGetImageAliasesCall ¶
MockImageServerGetImageAliasesCall wrap *gomock.Call
func (*MockImageServerGetImageAliasesCall) Do ¶
func (c *MockImageServerGetImageAliasesCall) Do(f func() ([]api.ImageAliasesEntry, error)) *MockImageServerGetImageAliasesCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetImageAliasesCall) DoAndReturn ¶
func (c *MockImageServerGetImageAliasesCall) DoAndReturn(f func() ([]api.ImageAliasesEntry, error)) *MockImageServerGetImageAliasesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetImageAliasesCall) Return ¶
func (c *MockImageServerGetImageAliasesCall) Return(arg0 []api.ImageAliasesEntry, arg1 error) *MockImageServerGetImageAliasesCall
Return rewrite *gomock.Call.Return
type MockImageServerGetImageCall ¶
MockImageServerGetImageCall wrap *gomock.Call
func (*MockImageServerGetImageCall) Do ¶
func (c *MockImageServerGetImageCall) Do(f func(string) (*api.Image, string, error)) *MockImageServerGetImageCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetImageCall) DoAndReturn ¶
func (c *MockImageServerGetImageCall) DoAndReturn(f func(string) (*api.Image, string, error)) *MockImageServerGetImageCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetImageCall) Return ¶
func (c *MockImageServerGetImageCall) Return(arg0 *api.Image, arg1 string, arg2 error) *MockImageServerGetImageCall
Return rewrite *gomock.Call.Return
type MockImageServerGetImageFileCall ¶
MockImageServerGetImageFileCall wrap *gomock.Call
func (*MockImageServerGetImageFileCall) Do ¶
func (c *MockImageServerGetImageFileCall) Do(f func(string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockImageServerGetImageFileCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetImageFileCall) DoAndReturn ¶
func (c *MockImageServerGetImageFileCall) DoAndReturn(f func(string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockImageServerGetImageFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetImageFileCall) Return ¶
func (c *MockImageServerGetImageFileCall) Return(arg0 *lxd.ImageFileResponse, arg1 error) *MockImageServerGetImageFileCall
Return rewrite *gomock.Call.Return
type MockImageServerGetImageFingerprintsCall ¶
MockImageServerGetImageFingerprintsCall wrap *gomock.Call
func (*MockImageServerGetImageFingerprintsCall) Do ¶
func (c *MockImageServerGetImageFingerprintsCall) Do(f func() ([]string, error)) *MockImageServerGetImageFingerprintsCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetImageFingerprintsCall) DoAndReturn ¶
func (c *MockImageServerGetImageFingerprintsCall) DoAndReturn(f func() ([]string, error)) *MockImageServerGetImageFingerprintsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetImageFingerprintsCall) Return ¶
func (c *MockImageServerGetImageFingerprintsCall) Return(arg0 []string, arg1 error) *MockImageServerGetImageFingerprintsCall
Return rewrite *gomock.Call.Return
type MockImageServerGetImageSecretCall ¶
MockImageServerGetImageSecretCall wrap *gomock.Call
func (*MockImageServerGetImageSecretCall) Do ¶
func (c *MockImageServerGetImageSecretCall) Do(f func(string) (string, error)) *MockImageServerGetImageSecretCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetImageSecretCall) DoAndReturn ¶
func (c *MockImageServerGetImageSecretCall) DoAndReturn(f func(string) (string, error)) *MockImageServerGetImageSecretCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetImageSecretCall) Return ¶
func (c *MockImageServerGetImageSecretCall) Return(arg0 string, arg1 error) *MockImageServerGetImageSecretCall
Return rewrite *gomock.Call.Return
type MockImageServerGetImagesCall ¶
MockImageServerGetImagesCall wrap *gomock.Call
func (*MockImageServerGetImagesCall) Do ¶
func (c *MockImageServerGetImagesCall) Do(f func() ([]api.Image, error)) *MockImageServerGetImagesCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetImagesCall) DoAndReturn ¶
func (c *MockImageServerGetImagesCall) DoAndReturn(f func() ([]api.Image, error)) *MockImageServerGetImagesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetImagesCall) Return ¶
func (c *MockImageServerGetImagesCall) Return(arg0 []api.Image, arg1 error) *MockImageServerGetImagesCall
Return rewrite *gomock.Call.Return
type MockImageServerGetImagesWithFilterCall ¶
MockImageServerGetImagesWithFilterCall wrap *gomock.Call
func (*MockImageServerGetImagesWithFilterCall) Do ¶
func (c *MockImageServerGetImagesWithFilterCall) Do(f func([]string) ([]api.Image, error)) *MockImageServerGetImagesWithFilterCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetImagesWithFilterCall) DoAndReturn ¶
func (c *MockImageServerGetImagesWithFilterCall) DoAndReturn(f func([]string) ([]api.Image, error)) *MockImageServerGetImagesWithFilterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetImagesWithFilterCall) Return ¶
func (c *MockImageServerGetImagesWithFilterCall) Return(arg0 []api.Image, arg1 error) *MockImageServerGetImagesWithFilterCall
Return rewrite *gomock.Call.Return
type MockImageServerGetPrivateImageCall ¶
MockImageServerGetPrivateImageCall wrap *gomock.Call
func (*MockImageServerGetPrivateImageCall) Do ¶
func (c *MockImageServerGetPrivateImageCall) Do(f func(string, string) (*api.Image, string, error)) *MockImageServerGetPrivateImageCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetPrivateImageCall) DoAndReturn ¶
func (c *MockImageServerGetPrivateImageCall) DoAndReturn(f func(string, string) (*api.Image, string, error)) *MockImageServerGetPrivateImageCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetPrivateImageCall) Return ¶
func (c *MockImageServerGetPrivateImageCall) Return(arg0 *api.Image, arg1 string, arg2 error) *MockImageServerGetPrivateImageCall
Return rewrite *gomock.Call.Return
type MockImageServerGetPrivateImageFileCall ¶
MockImageServerGetPrivateImageFileCall wrap *gomock.Call
func (*MockImageServerGetPrivateImageFileCall) Do ¶
func (c *MockImageServerGetPrivateImageFileCall) Do(f func(string, string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockImageServerGetPrivateImageFileCall
Do rewrite *gomock.Call.Do
func (*MockImageServerGetPrivateImageFileCall) DoAndReturn ¶
func (c *MockImageServerGetPrivateImageFileCall) DoAndReturn(f func(string, string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockImageServerGetPrivateImageFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockImageServerGetPrivateImageFileCall) Return ¶
func (c *MockImageServerGetPrivateImageFileCall) Return(arg0 *lxd.ImageFileResponse, arg1 error) *MockImageServerGetPrivateImageFileCall
Return rewrite *gomock.Call.Return
type MockImageServerMockRecorder ¶
type MockImageServerMockRecorder struct {
// contains filtered or unexported fields
}
MockImageServerMockRecorder is the mock recorder for MockImageServer.
func (*MockImageServerMockRecorder) Disconnect ¶
func (mr *MockImageServerMockRecorder) Disconnect() *MockImageServerDisconnectCall
Disconnect indicates an expected call of Disconnect.
func (*MockImageServerMockRecorder) DoHTTP ¶
func (mr *MockImageServerMockRecorder) DoHTTP(arg0 any) *MockImageServerDoHTTPCall
DoHTTP indicates an expected call of DoHTTP.
func (*MockImageServerMockRecorder) ExportImage ¶
func (mr *MockImageServerMockRecorder) ExportImage(arg0, arg1 any) *MockImageServerExportImageCall
ExportImage indicates an expected call of ExportImage.
func (*MockImageServerMockRecorder) GetConnectionInfo ¶
func (mr *MockImageServerMockRecorder) GetConnectionInfo() *MockImageServerGetConnectionInfoCall
GetConnectionInfo indicates an expected call of GetConnectionInfo.
func (*MockImageServerMockRecorder) GetHTTPClient ¶
func (mr *MockImageServerMockRecorder) GetHTTPClient() *MockImageServerGetHTTPClientCall
GetHTTPClient indicates an expected call of GetHTTPClient.
func (*MockImageServerMockRecorder) GetImage ¶
func (mr *MockImageServerMockRecorder) GetImage(arg0 any) *MockImageServerGetImageCall
GetImage indicates an expected call of GetImage.
func (*MockImageServerMockRecorder) GetImageAlias ¶
func (mr *MockImageServerMockRecorder) GetImageAlias(arg0 any) *MockImageServerGetImageAliasCall
GetImageAlias indicates an expected call of GetImageAlias.
func (*MockImageServerMockRecorder) GetImageAliasArchitectures ¶
func (mr *MockImageServerMockRecorder) GetImageAliasArchitectures(arg0, arg1 any) *MockImageServerGetImageAliasArchitecturesCall
GetImageAliasArchitectures indicates an expected call of GetImageAliasArchitectures.
func (*MockImageServerMockRecorder) GetImageAliasNames ¶
func (mr *MockImageServerMockRecorder) GetImageAliasNames() *MockImageServerGetImageAliasNamesCall
GetImageAliasNames indicates an expected call of GetImageAliasNames.
func (*MockImageServerMockRecorder) GetImageAliasType ¶
func (mr *MockImageServerMockRecorder) GetImageAliasType(arg0, arg1 any) *MockImageServerGetImageAliasTypeCall
GetImageAliasType indicates an expected call of GetImageAliasType.
func (*MockImageServerMockRecorder) GetImageAliases ¶
func (mr *MockImageServerMockRecorder) GetImageAliases() *MockImageServerGetImageAliasesCall
GetImageAliases indicates an expected call of GetImageAliases.
func (*MockImageServerMockRecorder) GetImageFile ¶
func (mr *MockImageServerMockRecorder) GetImageFile(arg0, arg1 any) *MockImageServerGetImageFileCall
GetImageFile indicates an expected call of GetImageFile.
func (*MockImageServerMockRecorder) GetImageFingerprints ¶
func (mr *MockImageServerMockRecorder) GetImageFingerprints() *MockImageServerGetImageFingerprintsCall
GetImageFingerprints indicates an expected call of GetImageFingerprints.
func (*MockImageServerMockRecorder) GetImageSecret ¶
func (mr *MockImageServerMockRecorder) GetImageSecret(arg0 any) *MockImageServerGetImageSecretCall
GetImageSecret indicates an expected call of GetImageSecret.
func (*MockImageServerMockRecorder) GetImages ¶
func (mr *MockImageServerMockRecorder) GetImages() *MockImageServerGetImagesCall
GetImages indicates an expected call of GetImages.
func (*MockImageServerMockRecorder) GetImagesWithFilter ¶
func (mr *MockImageServerMockRecorder) GetImagesWithFilter(arg0 any) *MockImageServerGetImagesWithFilterCall
GetImagesWithFilter indicates an expected call of GetImagesWithFilter.
func (*MockImageServerMockRecorder) GetPrivateImage ¶
func (mr *MockImageServerMockRecorder) GetPrivateImage(arg0, arg1 any) *MockImageServerGetPrivateImageCall
GetPrivateImage indicates an expected call of GetPrivateImage.
func (*MockImageServerMockRecorder) GetPrivateImageFile ¶
func (mr *MockImageServerMockRecorder) GetPrivateImageFile(arg0, arg1, arg2 any) *MockImageServerGetPrivateImageFileCall
GetPrivateImageFile indicates an expected call of GetPrivateImageFile.
type MockInstanceServer ¶
type MockInstanceServer struct {
// contains filtered or unexported fields
}
MockInstanceServer is a mock of InstanceServer interface.
func NewMockInstanceServer ¶
func NewMockInstanceServer(ctrl *gomock.Controller) *MockInstanceServer
NewMockInstanceServer creates a new mock instance.
func (*MockInstanceServer) ConsoleContainer ¶
func (m *MockInstanceServer) ConsoleContainer(arg0 string, arg1 api.ContainerConsolePost, arg2 *lxd.ContainerConsoleArgs) (lxd.Operation, error)
ConsoleContainer mocks base method.
func (*MockInstanceServer) ConsoleInstance ¶
func (m *MockInstanceServer) ConsoleInstance(arg0 string, arg1 api.InstanceConsolePost, arg2 *lxd.InstanceConsoleArgs) (lxd.Operation, error)
ConsoleInstance mocks base method.
func (*MockInstanceServer) ConsoleInstanceDynamic ¶
func (m *MockInstanceServer) ConsoleInstanceDynamic(arg0 string, arg1 api.InstanceConsolePost, arg2 *lxd.InstanceConsoleArgs) (lxd.Operation, func(io.ReadWriteCloser) error, error)
ConsoleInstanceDynamic mocks base method.
func (*MockInstanceServer) CopyContainer ¶
func (m *MockInstanceServer) CopyContainer(arg0 lxd.InstanceServer, arg1 api.Container, arg2 *lxd.ContainerCopyArgs) (lxd.RemoteOperation, error)
CopyContainer mocks base method.
func (*MockInstanceServer) CopyContainerSnapshot ¶
func (m *MockInstanceServer) CopyContainerSnapshot(arg0 lxd.InstanceServer, arg1 string, arg2 api.ContainerSnapshot, arg3 *lxd.ContainerSnapshotCopyArgs) (lxd.RemoteOperation, error)
CopyContainerSnapshot mocks base method.
func (*MockInstanceServer) CopyImage ¶
func (m *MockInstanceServer) CopyImage(arg0 lxd.ImageServer, arg1 api.Image, arg2 *lxd.ImageCopyArgs) (lxd.RemoteOperation, error)
CopyImage mocks base method.
func (*MockInstanceServer) CopyInstance ¶
func (m *MockInstanceServer) CopyInstance(arg0 lxd.InstanceServer, arg1 api.Instance, arg2 *lxd.InstanceCopyArgs) (lxd.RemoteOperation, error)
CopyInstance mocks base method.
func (*MockInstanceServer) CopyInstanceSnapshot ¶
func (m *MockInstanceServer) CopyInstanceSnapshot(arg0 lxd.InstanceServer, arg1 string, arg2 api.InstanceSnapshot, arg3 *lxd.InstanceSnapshotCopyArgs) (lxd.RemoteOperation, error)
CopyInstanceSnapshot mocks base method.
func (*MockInstanceServer) CopyStoragePoolVolume ¶
func (m *MockInstanceServer) CopyStoragePoolVolume(arg0 string, arg1 lxd.InstanceServer, arg2 string, arg3 api.StorageVolume, arg4 *lxd.StoragePoolVolumeCopyArgs) (lxd.RemoteOperation, error)
CopyStoragePoolVolume mocks base method.
func (*MockInstanceServer) CreateAuthGroup ¶
func (m *MockInstanceServer) CreateAuthGroup(arg0 api.AuthGroupsPost) error
CreateAuthGroup mocks base method.
func (*MockInstanceServer) CreateCertificate ¶
func (m *MockInstanceServer) CreateCertificate(arg0 api.CertificatesPost) error
CreateCertificate mocks base method.
func (*MockInstanceServer) CreateCertificateToken ¶
func (m *MockInstanceServer) CreateCertificateToken(arg0 api.CertificatesPost) (lxd.Operation, error)
CreateCertificateToken mocks base method.
func (*MockInstanceServer) CreateClusterGroup ¶
func (m *MockInstanceServer) CreateClusterGroup(arg0 api.ClusterGroupsPost) error
CreateClusterGroup mocks base method.
func (*MockInstanceServer) CreateClusterMember ¶
func (m *MockInstanceServer) CreateClusterMember(arg0 api.ClusterMembersPost) (lxd.Operation, error)
CreateClusterMember mocks base method.
func (*MockInstanceServer) CreateContainer ¶
func (m *MockInstanceServer) CreateContainer(arg0 api.ContainersPost) (lxd.Operation, error)
CreateContainer mocks base method.
func (*MockInstanceServer) CreateContainerBackup ¶
func (m *MockInstanceServer) CreateContainerBackup(arg0 string, arg1 api.ContainerBackupsPost) (lxd.Operation, error)
CreateContainerBackup mocks base method.
func (*MockInstanceServer) CreateContainerFile ¶
func (m *MockInstanceServer) CreateContainerFile(arg0, arg1 string, arg2 lxd.ContainerFileArgs) error
CreateContainerFile mocks base method.
func (*MockInstanceServer) CreateContainerFromBackup ¶
func (m *MockInstanceServer) CreateContainerFromBackup(arg0 lxd.ContainerBackupArgs) (lxd.Operation, error)
CreateContainerFromBackup mocks base method.
func (*MockInstanceServer) CreateContainerFromImage ¶
func (m *MockInstanceServer) CreateContainerFromImage(arg0 lxd.ImageServer, arg1 api.Image, arg2 api.ContainersPost) (lxd.RemoteOperation, error)
CreateContainerFromImage mocks base method.
func (*MockInstanceServer) CreateContainerSnapshot ¶
func (m *MockInstanceServer) CreateContainerSnapshot(arg0 string, arg1 api.ContainerSnapshotsPost) (lxd.Operation, error)
CreateContainerSnapshot mocks base method.
func (*MockInstanceServer) CreateContainerTemplateFile ¶
func (m *MockInstanceServer) CreateContainerTemplateFile(arg0, arg1 string, arg2 io.ReadSeeker) error
CreateContainerTemplateFile mocks base method.
func (*MockInstanceServer) CreateIdentityProviderGroup ¶
func (m *MockInstanceServer) CreateIdentityProviderGroup(arg0 api.IdentityProviderGroup) error
CreateIdentityProviderGroup mocks base method.
func (*MockInstanceServer) CreateImage ¶
func (m *MockInstanceServer) CreateImage(arg0 api.ImagesPost, arg1 *lxd.ImageCreateArgs) (lxd.Operation, error)
CreateImage mocks base method.
func (*MockInstanceServer) CreateImageAlias ¶
func (m *MockInstanceServer) CreateImageAlias(arg0 api.ImageAliasesPost) error
CreateImageAlias mocks base method.
func (*MockInstanceServer) CreateImageSecret ¶
func (m *MockInstanceServer) CreateImageSecret(arg0 string) (lxd.Operation, error)
CreateImageSecret mocks base method.
func (*MockInstanceServer) CreateInstance ¶
func (m *MockInstanceServer) CreateInstance(arg0 api.InstancesPost) (lxd.Operation, error)
CreateInstance mocks base method.
func (*MockInstanceServer) CreateInstanceBackup ¶
func (m *MockInstanceServer) CreateInstanceBackup(arg0 string, arg1 api.InstanceBackupsPost) (lxd.Operation, error)
CreateInstanceBackup mocks base method.
func (*MockInstanceServer) CreateInstanceFile ¶
func (m *MockInstanceServer) CreateInstanceFile(arg0, arg1 string, arg2 lxd.InstanceFileArgs) error
CreateInstanceFile mocks base method.
func (*MockInstanceServer) CreateInstanceFromBackup ¶
func (m *MockInstanceServer) CreateInstanceFromBackup(arg0 lxd.InstanceBackupArgs) (lxd.Operation, error)
CreateInstanceFromBackup mocks base method.
func (*MockInstanceServer) CreateInstanceFromImage ¶
func (m *MockInstanceServer) CreateInstanceFromImage(arg0 lxd.ImageServer, arg1 api.Image, arg2 api.InstancesPost) (lxd.RemoteOperation, error)
CreateInstanceFromImage mocks base method.
func (*MockInstanceServer) CreateInstanceSnapshot ¶
func (m *MockInstanceServer) CreateInstanceSnapshot(arg0 string, arg1 api.InstanceSnapshotsPost) (lxd.Operation, error)
CreateInstanceSnapshot mocks base method.
func (*MockInstanceServer) CreateInstanceTemplateFile ¶
func (m *MockInstanceServer) CreateInstanceTemplateFile(arg0, arg1 string, arg2 io.ReadSeeker) error
CreateInstanceTemplateFile mocks base method.
func (*MockInstanceServer) CreateNetwork ¶
func (m *MockInstanceServer) CreateNetwork(arg0 api.NetworksPost) error
CreateNetwork mocks base method.
func (*MockInstanceServer) CreateNetworkACL ¶
func (m *MockInstanceServer) CreateNetworkACL(arg0 api.NetworkACLsPost) error
CreateNetworkACL mocks base method.
func (*MockInstanceServer) CreateNetworkForward ¶
func (m *MockInstanceServer) CreateNetworkForward(arg0 string, arg1 api.NetworkForwardsPost) error
CreateNetworkForward mocks base method.
func (*MockInstanceServer) CreateNetworkLoadBalancer ¶
func (m *MockInstanceServer) CreateNetworkLoadBalancer(arg0 string, arg1 api.NetworkLoadBalancersPost) error
CreateNetworkLoadBalancer mocks base method.
func (*MockInstanceServer) CreateNetworkPeer ¶
func (m *MockInstanceServer) CreateNetworkPeer(arg0 string, arg1 api.NetworkPeersPost) error
CreateNetworkPeer mocks base method.
func (*MockInstanceServer) CreateNetworkZone ¶
func (m *MockInstanceServer) CreateNetworkZone(arg0 api.NetworkZonesPost) error
CreateNetworkZone mocks base method.
func (*MockInstanceServer) CreateNetworkZoneRecord ¶
func (m *MockInstanceServer) CreateNetworkZoneRecord(arg0 string, arg1 api.NetworkZoneRecordsPost) error
CreateNetworkZoneRecord mocks base method.
func (*MockInstanceServer) CreateProfile ¶
func (m *MockInstanceServer) CreateProfile(arg0 api.ProfilesPost) error
CreateProfile mocks base method.
func (*MockInstanceServer) CreateProject ¶
func (m *MockInstanceServer) CreateProject(arg0 api.ProjectsPost) error
CreateProject mocks base method.
func (*MockInstanceServer) CreateStoragePool ¶
func (m *MockInstanceServer) CreateStoragePool(arg0 api.StoragePoolsPost) error
CreateStoragePool mocks base method.
func (*MockInstanceServer) CreateStoragePoolBucket ¶
func (m *MockInstanceServer) CreateStoragePoolBucket(arg0 string, arg1 api.StorageBucketsPost) (*api.StorageBucketKey, error)
CreateStoragePoolBucket mocks base method.
func (*MockInstanceServer) CreateStoragePoolBucketKey ¶
func (m *MockInstanceServer) CreateStoragePoolBucketKey(arg0, arg1 string, arg2 api.StorageBucketKeysPost) (*api.StorageBucketKey, error)
CreateStoragePoolBucketKey mocks base method.
func (*MockInstanceServer) CreateStoragePoolVolume ¶
func (m *MockInstanceServer) CreateStoragePoolVolume(arg0 string, arg1 api.StorageVolumesPost) error
CreateStoragePoolVolume mocks base method.
func (*MockInstanceServer) CreateStoragePoolVolumeBackup ¶
func (m *MockInstanceServer) CreateStoragePoolVolumeBackup(arg0, arg1 string, arg2 api.StoragePoolVolumeBackupsPost) (lxd.Operation, error)
CreateStoragePoolVolumeBackup mocks base method.
func (*MockInstanceServer) CreateStoragePoolVolumeFromBackup ¶
func (m *MockInstanceServer) CreateStoragePoolVolumeFromBackup(arg0 string, arg1 lxd.StoragePoolVolumeBackupArgs) (lxd.Operation, error)
CreateStoragePoolVolumeFromBackup mocks base method.
func (*MockInstanceServer) CreateStoragePoolVolumeFromISO ¶
func (m *MockInstanceServer) CreateStoragePoolVolumeFromISO(arg0 string, arg1 lxd.StoragePoolVolumeBackupArgs) (lxd.Operation, error)
CreateStoragePoolVolumeFromISO mocks base method.
func (*MockInstanceServer) CreateStoragePoolVolumeSnapshot ¶
func (m *MockInstanceServer) CreateStoragePoolVolumeSnapshot(arg0, arg1, arg2 string, arg3 api.StorageVolumeSnapshotsPost) (lxd.Operation, error)
CreateStoragePoolVolumeSnapshot mocks base method.
func (*MockInstanceServer) DeleteAuthGroup ¶
func (m *MockInstanceServer) DeleteAuthGroup(arg0 string) error
DeleteAuthGroup mocks base method.
func (*MockInstanceServer) DeleteCertificate ¶
func (m *MockInstanceServer) DeleteCertificate(arg0 string) error
DeleteCertificate mocks base method.
func (*MockInstanceServer) DeleteClusterGroup ¶
func (m *MockInstanceServer) DeleteClusterGroup(arg0 string) error
DeleteClusterGroup mocks base method.
func (*MockInstanceServer) DeleteClusterMember ¶
func (m *MockInstanceServer) DeleteClusterMember(arg0 string, arg1 bool) error
DeleteClusterMember mocks base method.
func (*MockInstanceServer) DeleteContainer ¶
func (m *MockInstanceServer) DeleteContainer(arg0 string) (lxd.Operation, error)
DeleteContainer mocks base method.
func (*MockInstanceServer) DeleteContainerBackup ¶
func (m *MockInstanceServer) DeleteContainerBackup(arg0, arg1 string) (lxd.Operation, error)
DeleteContainerBackup mocks base method.
func (*MockInstanceServer) DeleteContainerConsoleLog ¶
func (m *MockInstanceServer) DeleteContainerConsoleLog(arg0 string, arg1 *lxd.ContainerConsoleLogArgs) error
DeleteContainerConsoleLog mocks base method.
func (*MockInstanceServer) DeleteContainerFile ¶
func (m *MockInstanceServer) DeleteContainerFile(arg0, arg1 string) error
DeleteContainerFile mocks base method.
func (*MockInstanceServer) DeleteContainerLogfile ¶
func (m *MockInstanceServer) DeleteContainerLogfile(arg0, arg1 string) error
DeleteContainerLogfile mocks base method.
func (*MockInstanceServer) DeleteContainerSnapshot ¶
func (m *MockInstanceServer) DeleteContainerSnapshot(arg0, arg1 string) (lxd.Operation, error)
DeleteContainerSnapshot mocks base method.
func (*MockInstanceServer) DeleteContainerTemplateFile ¶
func (m *MockInstanceServer) DeleteContainerTemplateFile(arg0, arg1 string) error
DeleteContainerTemplateFile mocks base method.
func (*MockInstanceServer) DeleteIdentityProviderGroup ¶
func (m *MockInstanceServer) DeleteIdentityProviderGroup(arg0 string) error
DeleteIdentityProviderGroup mocks base method.
func (*MockInstanceServer) DeleteImage ¶
func (m *MockInstanceServer) DeleteImage(arg0 string) (lxd.Operation, error)
DeleteImage mocks base method.
func (*MockInstanceServer) DeleteImageAlias ¶
func (m *MockInstanceServer) DeleteImageAlias(arg0 string) error
DeleteImageAlias mocks base method.
func (*MockInstanceServer) DeleteInstance ¶
func (m *MockInstanceServer) DeleteInstance(arg0 string) (lxd.Operation, error)
DeleteInstance mocks base method.
func (*MockInstanceServer) DeleteInstanceBackup ¶
func (m *MockInstanceServer) DeleteInstanceBackup(arg0, arg1 string) (lxd.Operation, error)
DeleteInstanceBackup mocks base method.
func (*MockInstanceServer) DeleteInstanceConsoleLog ¶
func (m *MockInstanceServer) DeleteInstanceConsoleLog(arg0 string, arg1 *lxd.InstanceConsoleLogArgs) error
DeleteInstanceConsoleLog mocks base method.
func (*MockInstanceServer) DeleteInstanceFile ¶
func (m *MockInstanceServer) DeleteInstanceFile(arg0, arg1 string) error
DeleteInstanceFile mocks base method.
func (*MockInstanceServer) DeleteInstanceLogfile ¶
func (m *MockInstanceServer) DeleteInstanceLogfile(arg0, arg1 string) error
DeleteInstanceLogfile mocks base method.
func (*MockInstanceServer) DeleteInstanceSnapshot ¶
func (m *MockInstanceServer) DeleteInstanceSnapshot(arg0, arg1 string) (lxd.Operation, error)
DeleteInstanceSnapshot mocks base method.
func (*MockInstanceServer) DeleteInstanceTemplateFile ¶
func (m *MockInstanceServer) DeleteInstanceTemplateFile(arg0, arg1 string) error
DeleteInstanceTemplateFile mocks base method.
func (*MockInstanceServer) DeleteNetwork ¶
func (m *MockInstanceServer) DeleteNetwork(arg0 string) error
DeleteNetwork mocks base method.
func (*MockInstanceServer) DeleteNetworkACL ¶
func (m *MockInstanceServer) DeleteNetworkACL(arg0 string) error
DeleteNetworkACL mocks base method.
func (*MockInstanceServer) DeleteNetworkForward ¶
func (m *MockInstanceServer) DeleteNetworkForward(arg0, arg1 string) error
DeleteNetworkForward mocks base method.
func (*MockInstanceServer) DeleteNetworkLoadBalancer ¶
func (m *MockInstanceServer) DeleteNetworkLoadBalancer(arg0, arg1 string) error
DeleteNetworkLoadBalancer mocks base method.
func (*MockInstanceServer) DeleteNetworkPeer ¶
func (m *MockInstanceServer) DeleteNetworkPeer(arg0, arg1 string) error
DeleteNetworkPeer mocks base method.
func (*MockInstanceServer) DeleteNetworkZone ¶
func (m *MockInstanceServer) DeleteNetworkZone(arg0 string) error
DeleteNetworkZone mocks base method.
func (*MockInstanceServer) DeleteNetworkZoneRecord ¶
func (m *MockInstanceServer) DeleteNetworkZoneRecord(arg0, arg1 string) error
DeleteNetworkZoneRecord mocks base method.
func (*MockInstanceServer) DeleteOperation ¶
func (m *MockInstanceServer) DeleteOperation(arg0 string) error
DeleteOperation mocks base method.
func (*MockInstanceServer) DeleteProfile ¶
func (m *MockInstanceServer) DeleteProfile(arg0 string) error
DeleteProfile mocks base method.
func (*MockInstanceServer) DeleteProject ¶
func (m *MockInstanceServer) DeleteProject(arg0 string) error
DeleteProject mocks base method.
func (*MockInstanceServer) DeleteStoragePool ¶
func (m *MockInstanceServer) DeleteStoragePool(arg0 string) error
DeleteStoragePool mocks base method.
func (*MockInstanceServer) DeleteStoragePoolBucket ¶
func (m *MockInstanceServer) DeleteStoragePoolBucket(arg0, arg1 string) error
DeleteStoragePoolBucket mocks base method.
func (*MockInstanceServer) DeleteStoragePoolBucketKey ¶
func (m *MockInstanceServer) DeleteStoragePoolBucketKey(arg0, arg1, arg2 string) error
DeleteStoragePoolBucketKey mocks base method.
func (*MockInstanceServer) DeleteStoragePoolVolume ¶
func (m *MockInstanceServer) DeleteStoragePoolVolume(arg0, arg1, arg2 string) error
DeleteStoragePoolVolume mocks base method.
func (*MockInstanceServer) DeleteStoragePoolVolumeBackup ¶
func (m *MockInstanceServer) DeleteStoragePoolVolumeBackup(arg0, arg1, arg2 string) (lxd.Operation, error)
DeleteStoragePoolVolumeBackup mocks base method.
func (*MockInstanceServer) DeleteStoragePoolVolumeSnapshot ¶
func (m *MockInstanceServer) DeleteStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3 string) (lxd.Operation, error)
DeleteStoragePoolVolumeSnapshot mocks base method.
func (*MockInstanceServer) DeleteWarning ¶
func (m *MockInstanceServer) DeleteWarning(arg0 string) error
DeleteWarning mocks base method.
func (*MockInstanceServer) Disconnect ¶
func (m *MockInstanceServer) Disconnect()
Disconnect mocks base method.
func (*MockInstanceServer) EXPECT ¶
func (m *MockInstanceServer) EXPECT() *MockInstanceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInstanceServer) ExecContainer ¶
func (m *MockInstanceServer) ExecContainer(arg0 string, arg1 api.ContainerExecPost, arg2 *lxd.ContainerExecArgs) (lxd.Operation, error)
ExecContainer mocks base method.
func (*MockInstanceServer) ExecInstance ¶
func (m *MockInstanceServer) ExecInstance(arg0 string, arg1 api.InstanceExecPost, arg2 *lxd.InstanceExecArgs) (lxd.Operation, error)
ExecInstance mocks base method.
func (*MockInstanceServer) ExportImage ¶
func (m *MockInstanceServer) ExportImage(arg0 string, arg1 api.ImageExportPost) (lxd.Operation, error)
ExportImage mocks base method.
func (*MockInstanceServer) GetAuthGroup ¶
GetAuthGroup mocks base method.
func (*MockInstanceServer) GetAuthGroupNames ¶
func (m *MockInstanceServer) GetAuthGroupNames() ([]string, error)
GetAuthGroupNames mocks base method.
func (*MockInstanceServer) GetAuthGroups ¶
func (m *MockInstanceServer) GetAuthGroups() ([]api.AuthGroup, error)
GetAuthGroups mocks base method.
func (*MockInstanceServer) GetCertificate ¶
func (m *MockInstanceServer) GetCertificate(arg0 string) (*api.Certificate, string, error)
GetCertificate mocks base method.
func (*MockInstanceServer) GetCertificateFingerprints ¶
func (m *MockInstanceServer) GetCertificateFingerprints() ([]string, error)
GetCertificateFingerprints mocks base method.
func (*MockInstanceServer) GetCertificates ¶
func (m *MockInstanceServer) GetCertificates() ([]api.Certificate, error)
GetCertificates mocks base method.
func (*MockInstanceServer) GetCluster ¶
func (m *MockInstanceServer) GetCluster() (*api.Cluster, string, error)
GetCluster mocks base method.
func (*MockInstanceServer) GetClusterGroup ¶
func (m *MockInstanceServer) GetClusterGroup(arg0 string) (*api.ClusterGroup, string, error)
GetClusterGroup mocks base method.
func (*MockInstanceServer) GetClusterGroupNames ¶
func (m *MockInstanceServer) GetClusterGroupNames() ([]string, error)
GetClusterGroupNames mocks base method.
func (*MockInstanceServer) GetClusterGroups ¶
func (m *MockInstanceServer) GetClusterGroups() ([]api.ClusterGroup, error)
GetClusterGroups mocks base method.
func (*MockInstanceServer) GetClusterMember ¶
func (m *MockInstanceServer) GetClusterMember(arg0 string) (*api.ClusterMember, string, error)
GetClusterMember mocks base method.
func (*MockInstanceServer) GetClusterMemberNames ¶
func (m *MockInstanceServer) GetClusterMemberNames() ([]string, error)
GetClusterMemberNames mocks base method.
func (*MockInstanceServer) GetClusterMemberState ¶
func (m *MockInstanceServer) GetClusterMemberState(arg0 string) (*api.ClusterMemberState, string, error)
GetClusterMemberState mocks base method.
func (*MockInstanceServer) GetClusterMembers ¶
func (m *MockInstanceServer) GetClusterMembers() ([]api.ClusterMember, error)
GetClusterMembers mocks base method.
func (*MockInstanceServer) GetConnectionInfo ¶
func (m *MockInstanceServer) GetConnectionInfo() (*lxd.ConnectionInfo, error)
GetConnectionInfo mocks base method.
func (*MockInstanceServer) GetContainer ¶
GetContainer mocks base method.
func (*MockInstanceServer) GetContainerBackup ¶
func (m *MockInstanceServer) GetContainerBackup(arg0, arg1 string) (*api.ContainerBackup, string, error)
GetContainerBackup mocks base method.
func (*MockInstanceServer) GetContainerBackupFile ¶
func (m *MockInstanceServer) GetContainerBackupFile(arg0, arg1 string, arg2 *lxd.BackupFileRequest) (*lxd.BackupFileResponse, error)
GetContainerBackupFile mocks base method.
func (*MockInstanceServer) GetContainerBackupNames ¶
func (m *MockInstanceServer) GetContainerBackupNames(arg0 string) ([]string, error)
GetContainerBackupNames mocks base method.
func (*MockInstanceServer) GetContainerBackups ¶
func (m *MockInstanceServer) GetContainerBackups(arg0 string) ([]api.ContainerBackup, error)
GetContainerBackups mocks base method.
func (*MockInstanceServer) GetContainerConsoleLog ¶
func (m *MockInstanceServer) GetContainerConsoleLog(arg0 string, arg1 *lxd.ContainerConsoleLogArgs) (io.ReadCloser, error)
GetContainerConsoleLog mocks base method.
func (*MockInstanceServer) GetContainerFile ¶
func (m *MockInstanceServer) GetContainerFile(arg0, arg1 string) (io.ReadCloser, *lxd.ContainerFileResponse, error)
GetContainerFile mocks base method.
func (*MockInstanceServer) GetContainerLogfile ¶
func (m *MockInstanceServer) GetContainerLogfile(arg0, arg1 string) (io.ReadCloser, error)
GetContainerLogfile mocks base method.
func (*MockInstanceServer) GetContainerLogfiles ¶
func (m *MockInstanceServer) GetContainerLogfiles(arg0 string) ([]string, error)
GetContainerLogfiles mocks base method.
func (*MockInstanceServer) GetContainerMetadata ¶
func (m *MockInstanceServer) GetContainerMetadata(arg0 string) (*api.ImageMetadata, string, error)
GetContainerMetadata mocks base method.
func (*MockInstanceServer) GetContainerNames ¶
func (m *MockInstanceServer) GetContainerNames() ([]string, error)
GetContainerNames mocks base method.
func (*MockInstanceServer) GetContainerSnapshot ¶
func (m *MockInstanceServer) GetContainerSnapshot(arg0, arg1 string) (*api.ContainerSnapshot, string, error)
GetContainerSnapshot mocks base method.
func (*MockInstanceServer) GetContainerSnapshotNames ¶
func (m *MockInstanceServer) GetContainerSnapshotNames(arg0 string) ([]string, error)
GetContainerSnapshotNames mocks base method.
func (*MockInstanceServer) GetContainerSnapshots ¶
func (m *MockInstanceServer) GetContainerSnapshots(arg0 string) ([]api.ContainerSnapshot, error)
GetContainerSnapshots mocks base method.
func (*MockInstanceServer) GetContainerState ¶
func (m *MockInstanceServer) GetContainerState(arg0 string) (*api.ContainerState, string, error)
GetContainerState mocks base method.
func (*MockInstanceServer) GetContainerTemplateFile ¶
func (m *MockInstanceServer) GetContainerTemplateFile(arg0, arg1 string) (io.ReadCloser, error)
GetContainerTemplateFile mocks base method.
func (*MockInstanceServer) GetContainerTemplateFiles ¶
func (m *MockInstanceServer) GetContainerTemplateFiles(arg0 string) ([]string, error)
GetContainerTemplateFiles mocks base method.
func (*MockInstanceServer) GetContainers ¶
func (m *MockInstanceServer) GetContainers() ([]api.Container, error)
GetContainers mocks base method.
func (*MockInstanceServer) GetContainersFull ¶
func (m *MockInstanceServer) GetContainersFull() ([]api.ContainerFull, error)
GetContainersFull mocks base method.
func (*MockInstanceServer) GetCurrentIdentityInfo ¶
func (m *MockInstanceServer) GetCurrentIdentityInfo() (*api.IdentityInfo, string, error)
GetCurrentIdentityInfo mocks base method.
func (*MockInstanceServer) GetEvents ¶
func (m *MockInstanceServer) GetEvents() (*lxd.EventListener, error)
GetEvents mocks base method.
func (*MockInstanceServer) GetEventsAllProjects ¶
func (m *MockInstanceServer) GetEventsAllProjects() (*lxd.EventListener, error)
GetEventsAllProjects mocks base method.
func (*MockInstanceServer) GetHTTPClient ¶
func (m *MockInstanceServer) GetHTTPClient() (*http.Client, error)
GetHTTPClient mocks base method.
func (*MockInstanceServer) GetIdentities ¶
func (m *MockInstanceServer) GetIdentities() ([]api.Identity, error)
GetIdentities mocks base method.
func (*MockInstanceServer) GetIdentitiesByAuthenticationMethod ¶
func (m *MockInstanceServer) GetIdentitiesByAuthenticationMethod(arg0 string) ([]api.Identity, error)
GetIdentitiesByAuthenticationMethod mocks base method.
func (*MockInstanceServer) GetIdentity ¶
GetIdentity mocks base method.
func (*MockInstanceServer) GetIdentityAuthenticationMethodsIdentifiers ¶
func (m *MockInstanceServer) GetIdentityAuthenticationMethodsIdentifiers() (map[string][]string, error)
GetIdentityAuthenticationMethodsIdentifiers mocks base method.
func (*MockInstanceServer) GetIdentityIdentifiersByAuthenticationMethod ¶
func (m *MockInstanceServer) GetIdentityIdentifiersByAuthenticationMethod(arg0 string) ([]string, error)
GetIdentityIdentifiersByAuthenticationMethod mocks base method.
func (*MockInstanceServer) GetIdentityProviderGroup ¶
func (m *MockInstanceServer) GetIdentityProviderGroup(arg0 string) (*api.IdentityProviderGroup, string, error)
GetIdentityProviderGroup mocks base method.
func (*MockInstanceServer) GetIdentityProviderGroupNames ¶
func (m *MockInstanceServer) GetIdentityProviderGroupNames() ([]string, error)
GetIdentityProviderGroupNames mocks base method.
func (*MockInstanceServer) GetIdentityProviderGroups ¶
func (m *MockInstanceServer) GetIdentityProviderGroups() ([]api.IdentityProviderGroup, error)
GetIdentityProviderGroups mocks base method.
func (*MockInstanceServer) GetImageAlias ¶
func (m *MockInstanceServer) GetImageAlias(arg0 string) (*api.ImageAliasesEntry, string, error)
GetImageAlias mocks base method.
func (*MockInstanceServer) GetImageAliasArchitectures ¶
func (m *MockInstanceServer) GetImageAliasArchitectures(arg0, arg1 string) (map[string]*api.ImageAliasesEntry, error)
GetImageAliasArchitectures mocks base method.
func (*MockInstanceServer) GetImageAliasNames ¶
func (m *MockInstanceServer) GetImageAliasNames() ([]string, error)
GetImageAliasNames mocks base method.
func (*MockInstanceServer) GetImageAliasType ¶
func (m *MockInstanceServer) GetImageAliasType(arg0, arg1 string) (*api.ImageAliasesEntry, string, error)
GetImageAliasType mocks base method.
func (*MockInstanceServer) GetImageAliases ¶
func (m *MockInstanceServer) GetImageAliases() ([]api.ImageAliasesEntry, error)
GetImageAliases mocks base method.
func (*MockInstanceServer) GetImageFile ¶
func (m *MockInstanceServer) GetImageFile(arg0 string, arg1 lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)
GetImageFile mocks base method.
func (*MockInstanceServer) GetImageFingerprints ¶
func (m *MockInstanceServer) GetImageFingerprints() ([]string, error)
GetImageFingerprints mocks base method.
func (*MockInstanceServer) GetImageSecret ¶
func (m *MockInstanceServer) GetImageSecret(arg0 string) (string, error)
GetImageSecret mocks base method.
func (*MockInstanceServer) GetImages ¶
func (m *MockInstanceServer) GetImages() ([]api.Image, error)
GetImages mocks base method.
func (*MockInstanceServer) GetImagesWithFilter ¶
func (m *MockInstanceServer) GetImagesWithFilter(arg0 []string) ([]api.Image, error)
GetImagesWithFilter mocks base method.
func (*MockInstanceServer) GetInstance ¶
GetInstance mocks base method.
func (*MockInstanceServer) GetInstanceBackup ¶
func (m *MockInstanceServer) GetInstanceBackup(arg0, arg1 string) (*api.InstanceBackup, string, error)
GetInstanceBackup mocks base method.
func (*MockInstanceServer) GetInstanceBackupFile ¶
func (m *MockInstanceServer) GetInstanceBackupFile(arg0, arg1 string, arg2 *lxd.BackupFileRequest) (*lxd.BackupFileResponse, error)
GetInstanceBackupFile mocks base method.
func (*MockInstanceServer) GetInstanceBackupNames ¶
func (m *MockInstanceServer) GetInstanceBackupNames(arg0 string) ([]string, error)
GetInstanceBackupNames mocks base method.
func (*MockInstanceServer) GetInstanceBackups ¶
func (m *MockInstanceServer) GetInstanceBackups(arg0 string) ([]api.InstanceBackup, error)
GetInstanceBackups mocks base method.
func (*MockInstanceServer) GetInstanceConsoleLog ¶
func (m *MockInstanceServer) GetInstanceConsoleLog(arg0 string, arg1 *lxd.InstanceConsoleLogArgs) (io.ReadCloser, error)
GetInstanceConsoleLog mocks base method.
func (*MockInstanceServer) GetInstanceFile ¶
func (m *MockInstanceServer) GetInstanceFile(arg0, arg1 string) (io.ReadCloser, *lxd.InstanceFileResponse, error)
GetInstanceFile mocks base method.
func (*MockInstanceServer) GetInstanceFileSFTP ¶
func (m *MockInstanceServer) GetInstanceFileSFTP(arg0 string) (*sftp.Client, error)
GetInstanceFileSFTP mocks base method.
func (*MockInstanceServer) GetInstanceFileSFTPConn ¶
func (m *MockInstanceServer) GetInstanceFileSFTPConn(arg0 string) (net.Conn, error)
GetInstanceFileSFTPConn mocks base method.
func (*MockInstanceServer) GetInstanceFull ¶
func (m *MockInstanceServer) GetInstanceFull(arg0 string) (*api.InstanceFull, string, error)
GetInstanceFull mocks base method.
func (*MockInstanceServer) GetInstanceLogfile ¶
func (m *MockInstanceServer) GetInstanceLogfile(arg0, arg1 string) (io.ReadCloser, error)
GetInstanceLogfile mocks base method.
func (*MockInstanceServer) GetInstanceLogfiles ¶
func (m *MockInstanceServer) GetInstanceLogfiles(arg0 string) ([]string, error)
GetInstanceLogfiles mocks base method.
func (*MockInstanceServer) GetInstanceMetadata ¶
func (m *MockInstanceServer) GetInstanceMetadata(arg0 string) (*api.ImageMetadata, string, error)
GetInstanceMetadata mocks base method.
func (*MockInstanceServer) GetInstanceNames ¶
func (m *MockInstanceServer) GetInstanceNames(arg0 api.InstanceType) ([]string, error)
GetInstanceNames mocks base method.
func (*MockInstanceServer) GetInstanceNamesAllProjects ¶
func (m *MockInstanceServer) GetInstanceNamesAllProjects(arg0 api.InstanceType) (map[string][]string, error)
GetInstanceNamesAllProjects mocks base method.
func (*MockInstanceServer) GetInstanceSnapshot ¶
func (m *MockInstanceServer) GetInstanceSnapshot(arg0, arg1 string) (*api.InstanceSnapshot, string, error)
GetInstanceSnapshot mocks base method.
func (*MockInstanceServer) GetInstanceSnapshotNames ¶
func (m *MockInstanceServer) GetInstanceSnapshotNames(arg0 string) ([]string, error)
GetInstanceSnapshotNames mocks base method.
func (*MockInstanceServer) GetInstanceSnapshots ¶
func (m *MockInstanceServer) GetInstanceSnapshots(arg0 string) ([]api.InstanceSnapshot, error)
GetInstanceSnapshots mocks base method.
func (*MockInstanceServer) GetInstanceState ¶
func (m *MockInstanceServer) GetInstanceState(arg0 string) (*api.InstanceState, string, error)
GetInstanceState mocks base method.
func (*MockInstanceServer) GetInstanceTemplateFile ¶
func (m *MockInstanceServer) GetInstanceTemplateFile(arg0, arg1 string) (io.ReadCloser, error)
GetInstanceTemplateFile mocks base method.
func (*MockInstanceServer) GetInstanceTemplateFiles ¶
func (m *MockInstanceServer) GetInstanceTemplateFiles(arg0 string) ([]string, error)
GetInstanceTemplateFiles mocks base method.
func (*MockInstanceServer) GetInstanceUEFIVars ¶
func (m *MockInstanceServer) GetInstanceUEFIVars(arg0 string) (*api.InstanceUEFIVars, string, error)
GetInstanceUEFIVars mocks base method.
func (*MockInstanceServer) GetInstances ¶
func (m *MockInstanceServer) GetInstances(arg0 api.InstanceType) ([]api.Instance, error)
GetInstances mocks base method.
func (*MockInstanceServer) GetInstancesAllProjects ¶
func (m *MockInstanceServer) GetInstancesAllProjects(arg0 api.InstanceType) ([]api.Instance, error)
GetInstancesAllProjects mocks base method.
func (*MockInstanceServer) GetInstancesAllProjectsWithFilter ¶
func (m *MockInstanceServer) GetInstancesAllProjectsWithFilter(arg0 api.InstanceType, arg1 []string) ([]api.Instance, error)
GetInstancesAllProjectsWithFilter mocks base method.
func (*MockInstanceServer) GetInstancesFull ¶
func (m *MockInstanceServer) GetInstancesFull(arg0 api.InstanceType) ([]api.InstanceFull, error)
GetInstancesFull mocks base method.
func (*MockInstanceServer) GetInstancesFullAllProjects ¶
func (m *MockInstanceServer) GetInstancesFullAllProjects(arg0 api.InstanceType) ([]api.InstanceFull, error)
GetInstancesFullAllProjects mocks base method.
func (*MockInstanceServer) GetInstancesFullAllProjectsWithFilter ¶
func (m *MockInstanceServer) GetInstancesFullAllProjectsWithFilter(arg0 api.InstanceType, arg1 []string) ([]api.InstanceFull, error)
GetInstancesFullAllProjectsWithFilter mocks base method.
func (*MockInstanceServer) GetInstancesFullWithFilter ¶
func (m *MockInstanceServer) GetInstancesFullWithFilter(arg0 api.InstanceType, arg1 []string) ([]api.InstanceFull, error)
GetInstancesFullWithFilter mocks base method.
func (*MockInstanceServer) GetInstancesWithFilter ¶
func (m *MockInstanceServer) GetInstancesWithFilter(arg0 api.InstanceType, arg1 []string) ([]api.Instance, error)
GetInstancesWithFilter mocks base method.
func (*MockInstanceServer) GetMetrics ¶
func (m *MockInstanceServer) GetMetrics() (string, error)
GetMetrics mocks base method.
func (*MockInstanceServer) GetNetwork ¶
GetNetwork mocks base method.
func (*MockInstanceServer) GetNetworkACL ¶
func (m *MockInstanceServer) GetNetworkACL(arg0 string) (*api.NetworkACL, string, error)
GetNetworkACL mocks base method.
func (*MockInstanceServer) GetNetworkACLLogfile ¶
func (m *MockInstanceServer) GetNetworkACLLogfile(arg0 string) (io.ReadCloser, error)
GetNetworkACLLogfile mocks base method.
func (*MockInstanceServer) GetNetworkACLNames ¶
func (m *MockInstanceServer) GetNetworkACLNames() ([]string, error)
GetNetworkACLNames mocks base method.
func (*MockInstanceServer) GetNetworkACLs ¶
func (m *MockInstanceServer) GetNetworkACLs() ([]api.NetworkACL, error)
GetNetworkACLs mocks base method.
func (*MockInstanceServer) GetNetworkAllocations ¶
func (m *MockInstanceServer) GetNetworkAllocations(arg0 bool) ([]api.NetworkAllocations, error)
GetNetworkAllocations mocks base method.
func (*MockInstanceServer) GetNetworkForward ¶
func (m *MockInstanceServer) GetNetworkForward(arg0, arg1 string) (*api.NetworkForward, string, error)
GetNetworkForward mocks base method.
func (*MockInstanceServer) GetNetworkForwardAddresses ¶
func (m *MockInstanceServer) GetNetworkForwardAddresses(arg0 string) ([]string, error)
GetNetworkForwardAddresses mocks base method.
func (*MockInstanceServer) GetNetworkForwards ¶
func (m *MockInstanceServer) GetNetworkForwards(arg0 string) ([]api.NetworkForward, error)
GetNetworkForwards mocks base method.
func (*MockInstanceServer) GetNetworkLeases ¶
func (m *MockInstanceServer) GetNetworkLeases(arg0 string) ([]api.NetworkLease, error)
GetNetworkLeases mocks base method.
func (*MockInstanceServer) GetNetworkLoadBalancer ¶
func (m *MockInstanceServer) GetNetworkLoadBalancer(arg0, arg1 string) (*api.NetworkLoadBalancer, string, error)
GetNetworkLoadBalancer mocks base method.
func (*MockInstanceServer) GetNetworkLoadBalancerAddresses ¶
func (m *MockInstanceServer) GetNetworkLoadBalancerAddresses(arg0 string) ([]string, error)
GetNetworkLoadBalancerAddresses mocks base method.
func (*MockInstanceServer) GetNetworkLoadBalancers ¶
func (m *MockInstanceServer) GetNetworkLoadBalancers(arg0 string) ([]api.NetworkLoadBalancer, error)
GetNetworkLoadBalancers mocks base method.
func (*MockInstanceServer) GetNetworkNames ¶
func (m *MockInstanceServer) GetNetworkNames() ([]string, error)
GetNetworkNames mocks base method.
func (*MockInstanceServer) GetNetworkPeer ¶
func (m *MockInstanceServer) GetNetworkPeer(arg0, arg1 string) (*api.NetworkPeer, string, error)
GetNetworkPeer mocks base method.
func (*MockInstanceServer) GetNetworkPeerNames ¶
func (m *MockInstanceServer) GetNetworkPeerNames(arg0 string) ([]string, error)
GetNetworkPeerNames mocks base method.
func (*MockInstanceServer) GetNetworkPeers ¶
func (m *MockInstanceServer) GetNetworkPeers(arg0 string) ([]api.NetworkPeer, error)
GetNetworkPeers mocks base method.
func (*MockInstanceServer) GetNetworkState ¶
func (m *MockInstanceServer) GetNetworkState(arg0 string) (*api.NetworkState, error)
GetNetworkState mocks base method.
func (*MockInstanceServer) GetNetworkZone ¶
func (m *MockInstanceServer) GetNetworkZone(arg0 string) (*api.NetworkZone, string, error)
GetNetworkZone mocks base method.
func (*MockInstanceServer) GetNetworkZoneNames ¶
func (m *MockInstanceServer) GetNetworkZoneNames() ([]string, error)
GetNetworkZoneNames mocks base method.
func (*MockInstanceServer) GetNetworkZoneRecord ¶
func (m *MockInstanceServer) GetNetworkZoneRecord(arg0, arg1 string) (*api.NetworkZoneRecord, string, error)
GetNetworkZoneRecord mocks base method.
func (*MockInstanceServer) GetNetworkZoneRecordNames ¶
func (m *MockInstanceServer) GetNetworkZoneRecordNames(arg0 string) ([]string, error)
GetNetworkZoneRecordNames mocks base method.
func (*MockInstanceServer) GetNetworkZoneRecords ¶
func (m *MockInstanceServer) GetNetworkZoneRecords(arg0 string) ([]api.NetworkZoneRecord, error)
GetNetworkZoneRecords mocks base method.
func (*MockInstanceServer) GetNetworkZones ¶
func (m *MockInstanceServer) GetNetworkZones() ([]api.NetworkZone, error)
GetNetworkZones mocks base method.
func (*MockInstanceServer) GetNetworks ¶
func (m *MockInstanceServer) GetNetworks() ([]api.Network, error)
GetNetworks mocks base method.
func (*MockInstanceServer) GetOperation ¶
GetOperation mocks base method.
func (*MockInstanceServer) GetOperationUUIDs ¶
func (m *MockInstanceServer) GetOperationUUIDs() ([]string, error)
GetOperationUUIDs mocks base method.
func (*MockInstanceServer) GetOperationWait ¶
func (m *MockInstanceServer) GetOperationWait(arg0 string, arg1 int) (*api.Operation, string, error)
GetOperationWait mocks base method.
func (*MockInstanceServer) GetOperationWaitSecret ¶
func (m *MockInstanceServer) GetOperationWaitSecret(arg0, arg1 string, arg2 int) (*api.Operation, string, error)
GetOperationWaitSecret mocks base method.
func (*MockInstanceServer) GetOperationWebsocket ¶
func (m *MockInstanceServer) GetOperationWebsocket(arg0, arg1 string) (*websocket.Conn, error)
GetOperationWebsocket mocks base method.
func (*MockInstanceServer) GetOperations ¶
func (m *MockInstanceServer) GetOperations() ([]api.Operation, error)
GetOperations mocks base method.
func (*MockInstanceServer) GetOperationsAllProjects ¶
func (m *MockInstanceServer) GetOperationsAllProjects() ([]api.Operation, error)
GetOperationsAllProjects mocks base method.
func (*MockInstanceServer) GetPermissions ¶
func (m *MockInstanceServer) GetPermissions(arg0 lxd.GetPermissionsArgs) ([]api.Permission, error)
GetPermissions mocks base method.
func (*MockInstanceServer) GetPermissionsInfo ¶
func (m *MockInstanceServer) GetPermissionsInfo(arg0 lxd.GetPermissionsArgs) ([]api.PermissionInfo, error)
GetPermissionsInfo mocks base method.
func (*MockInstanceServer) GetPrivateImage ¶
GetPrivateImage mocks base method.
func (*MockInstanceServer) GetPrivateImageFile ¶
func (m *MockInstanceServer) GetPrivateImageFile(arg0, arg1 string, arg2 lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)
GetPrivateImageFile mocks base method.
func (*MockInstanceServer) GetProfile ¶
GetProfile mocks base method.
func (*MockInstanceServer) GetProfileNames ¶
func (m *MockInstanceServer) GetProfileNames() ([]string, error)
GetProfileNames mocks base method.
func (*MockInstanceServer) GetProfiles ¶
func (m *MockInstanceServer) GetProfiles() ([]api.Profile, error)
GetProfiles mocks base method.
func (*MockInstanceServer) GetProject ¶
GetProject mocks base method.
func (*MockInstanceServer) GetProjectNames ¶
func (m *MockInstanceServer) GetProjectNames() ([]string, error)
GetProjectNames mocks base method.
func (*MockInstanceServer) GetProjectState ¶
func (m *MockInstanceServer) GetProjectState(arg0 string) (*api.ProjectState, error)
GetProjectState mocks base method.
func (*MockInstanceServer) GetProjects ¶
func (m *MockInstanceServer) GetProjects() ([]api.Project, error)
GetProjects mocks base method.
func (*MockInstanceServer) GetServer ¶
func (m *MockInstanceServer) GetServer() (*api.Server, string, error)
GetServer mocks base method.
func (*MockInstanceServer) GetServerResources ¶
func (m *MockInstanceServer) GetServerResources() (*api.Resources, error)
GetServerResources mocks base method.
func (*MockInstanceServer) GetStoragePool ¶
func (m *MockInstanceServer) GetStoragePool(arg0 string) (*api.StoragePool, string, error)
GetStoragePool mocks base method.
func (*MockInstanceServer) GetStoragePoolBucket ¶
func (m *MockInstanceServer) GetStoragePoolBucket(arg0, arg1 string) (*api.StorageBucket, string, error)
GetStoragePoolBucket mocks base method.
func (*MockInstanceServer) GetStoragePoolBucketKey ¶
func (m *MockInstanceServer) GetStoragePoolBucketKey(arg0, arg1, arg2 string) (*api.StorageBucketKey, string, error)
GetStoragePoolBucketKey mocks base method.
func (*MockInstanceServer) GetStoragePoolBucketKeyNames ¶
func (m *MockInstanceServer) GetStoragePoolBucketKeyNames(arg0, arg1 string) ([]string, error)
GetStoragePoolBucketKeyNames mocks base method.
func (*MockInstanceServer) GetStoragePoolBucketKeys ¶
func (m *MockInstanceServer) GetStoragePoolBucketKeys(arg0, arg1 string) ([]api.StorageBucketKey, error)
GetStoragePoolBucketKeys mocks base method.
func (*MockInstanceServer) GetStoragePoolBucketNames ¶
func (m *MockInstanceServer) GetStoragePoolBucketNames(arg0 string) ([]string, error)
GetStoragePoolBucketNames mocks base method.
func (*MockInstanceServer) GetStoragePoolBuckets ¶
func (m *MockInstanceServer) GetStoragePoolBuckets(arg0 string) ([]api.StorageBucket, error)
GetStoragePoolBuckets mocks base method.
func (*MockInstanceServer) GetStoragePoolNames ¶
func (m *MockInstanceServer) GetStoragePoolNames() ([]string, error)
GetStoragePoolNames mocks base method.
func (*MockInstanceServer) GetStoragePoolResources ¶
func (m *MockInstanceServer) GetStoragePoolResources(arg0 string) (*api.ResourcesStoragePool, error)
GetStoragePoolResources mocks base method.
func (*MockInstanceServer) GetStoragePoolVolume ¶
func (m *MockInstanceServer) GetStoragePoolVolume(arg0, arg1, arg2 string) (*api.StorageVolume, string, error)
GetStoragePoolVolume mocks base method.
func (*MockInstanceServer) GetStoragePoolVolumeBackup ¶
func (m *MockInstanceServer) GetStoragePoolVolumeBackup(arg0, arg1, arg2 string) (*api.StoragePoolVolumeBackup, string, error)
GetStoragePoolVolumeBackup mocks base method.
func (*MockInstanceServer) GetStoragePoolVolumeBackupFile ¶
func (m *MockInstanceServer) GetStoragePoolVolumeBackupFile(arg0, arg1, arg2 string, arg3 *lxd.BackupFileRequest) (*lxd.BackupFileResponse, error)
GetStoragePoolVolumeBackupFile mocks base method.
func (*MockInstanceServer) GetStoragePoolVolumeBackupNames ¶
func (m *MockInstanceServer) GetStoragePoolVolumeBackupNames(arg0, arg1 string) ([]string, error)
GetStoragePoolVolumeBackupNames mocks base method.
func (*MockInstanceServer) GetStoragePoolVolumeBackups ¶
func (m *MockInstanceServer) GetStoragePoolVolumeBackups(arg0, arg1 string) ([]api.StoragePoolVolumeBackup, error)
GetStoragePoolVolumeBackups mocks base method.
func (*MockInstanceServer) GetStoragePoolVolumeNames ¶
func (m *MockInstanceServer) GetStoragePoolVolumeNames(arg0 string) ([]string, error)
GetStoragePoolVolumeNames mocks base method.
func (*MockInstanceServer) GetStoragePoolVolumeNamesAllProjects ¶
func (m *MockInstanceServer) GetStoragePoolVolumeNamesAllProjects(arg0 string) (map[string][]string, error)
GetStoragePoolVolumeNamesAllProjects mocks base method.
func (*MockInstanceServer) GetStoragePoolVolumeSnapshot ¶
func (m *MockInstanceServer) GetStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3 string) (*api.StorageVolumeSnapshot, string, error)
GetStoragePoolVolumeSnapshot mocks base method.
func (*MockInstanceServer) GetStoragePoolVolumeSnapshotNames ¶
func (m *MockInstanceServer) GetStoragePoolVolumeSnapshotNames(arg0, arg1, arg2 string) ([]string, error)
GetStoragePoolVolumeSnapshotNames mocks base method.
func (*MockInstanceServer) GetStoragePoolVolumeSnapshots ¶
func (m *MockInstanceServer) GetStoragePoolVolumeSnapshots(arg0, arg1, arg2 string) ([]api.StorageVolumeSnapshot, error)
GetStoragePoolVolumeSnapshots mocks base method.
func (*MockInstanceServer) GetStoragePoolVolumeState ¶
func (m *MockInstanceServer) GetStoragePoolVolumeState(arg0, arg1, arg2 string) (*api.StorageVolumeState, error)
GetStoragePoolVolumeState mocks base method.
func (*MockInstanceServer) GetStoragePoolVolumes ¶
func (m *MockInstanceServer) GetStoragePoolVolumes(arg0 string) ([]api.StorageVolume, error)
GetStoragePoolVolumes mocks base method.
func (*MockInstanceServer) GetStoragePoolVolumesAllProjects ¶
func (m *MockInstanceServer) GetStoragePoolVolumesAllProjects(arg0 string) ([]api.StorageVolume, error)
GetStoragePoolVolumesAllProjects mocks base method.
func (*MockInstanceServer) GetStoragePoolVolumesWithFilter ¶
func (m *MockInstanceServer) GetStoragePoolVolumesWithFilter(arg0 string, arg1 []string) ([]api.StorageVolume, error)
GetStoragePoolVolumesWithFilter mocks base method.
func (*MockInstanceServer) GetStoragePoolVolumesWithFilterAllProjects ¶
func (m *MockInstanceServer) GetStoragePoolVolumesWithFilterAllProjects(arg0 string, arg1 []string) ([]api.StorageVolume, error)
GetStoragePoolVolumesWithFilterAllProjects mocks base method.
func (*MockInstanceServer) GetStoragePools ¶
func (m *MockInstanceServer) GetStoragePools() ([]api.StoragePool, error)
GetStoragePools mocks base method.
func (*MockInstanceServer) GetVolumesWithFilter ¶
func (m *MockInstanceServer) GetVolumesWithFilter(arg0 []string) ([]api.StorageVolume, error)
GetVolumesWithFilter mocks base method.
func (*MockInstanceServer) GetVolumesWithFilterAllProjects ¶
func (m *MockInstanceServer) GetVolumesWithFilterAllProjects(arg0 []string) ([]api.StorageVolume, error)
GetVolumesWithFilterAllProjects mocks base method.
func (*MockInstanceServer) GetWarning ¶
GetWarning mocks base method.
func (*MockInstanceServer) GetWarningUUIDs ¶
func (m *MockInstanceServer) GetWarningUUIDs() ([]string, error)
GetWarningUUIDs mocks base method.
func (*MockInstanceServer) GetWarnings ¶
func (m *MockInstanceServer) GetWarnings() ([]api.Warning, error)
GetWarnings mocks base method.
func (*MockInstanceServer) HasExtension ¶
func (m *MockInstanceServer) HasExtension(arg0 string) bool
HasExtension mocks base method.
func (*MockInstanceServer) IsClustered ¶
func (m *MockInstanceServer) IsClustered() bool
IsClustered mocks base method.
func (*MockInstanceServer) MigrateContainer ¶
func (m *MockInstanceServer) MigrateContainer(arg0 string, arg1 api.ContainerPost) (lxd.Operation, error)
MigrateContainer mocks base method.
func (*MockInstanceServer) MigrateContainerSnapshot ¶
func (m *MockInstanceServer) MigrateContainerSnapshot(arg0, arg1 string, arg2 api.ContainerSnapshotPost) (lxd.Operation, error)
MigrateContainerSnapshot mocks base method.
func (*MockInstanceServer) MigrateInstance ¶
func (m *MockInstanceServer) MigrateInstance(arg0 string, arg1 api.InstancePost) (lxd.Operation, error)
MigrateInstance mocks base method.
func (*MockInstanceServer) MigrateInstanceSnapshot ¶
func (m *MockInstanceServer) MigrateInstanceSnapshot(arg0, arg1 string, arg2 api.InstanceSnapshotPost) (lxd.Operation, error)
MigrateInstanceSnapshot mocks base method.
func (*MockInstanceServer) MigrateStoragePoolVolume ¶
func (m *MockInstanceServer) MigrateStoragePoolVolume(arg0 string, arg1 api.StorageVolumePost) (lxd.Operation, error)
MigrateStoragePoolVolume mocks base method.
func (*MockInstanceServer) MoveStoragePoolVolume ¶
func (m *MockInstanceServer) MoveStoragePoolVolume(arg0 string, arg1 lxd.InstanceServer, arg2 string, arg3 api.StorageVolume, arg4 *lxd.StoragePoolVolumeMoveArgs) (lxd.RemoteOperation, error)
MoveStoragePoolVolume mocks base method.
func (*MockInstanceServer) RawOperation ¶
func (m *MockInstanceServer) RawOperation(arg0, arg1 string, arg2 any, arg3 string) (lxd.Operation, string, error)
RawOperation mocks base method.
func (*MockInstanceServer) RawQuery ¶
func (m *MockInstanceServer) RawQuery(arg0, arg1 string, arg2 any, arg3 string) (*api.Response, string, error)
RawQuery mocks base method.
func (*MockInstanceServer) RawWebsocket ¶
func (m *MockInstanceServer) RawWebsocket(arg0 string) (*websocket.Conn, error)
RawWebsocket mocks base method.
func (*MockInstanceServer) RebuildInstance ¶
func (m *MockInstanceServer) RebuildInstance(arg0 string, arg1 api.InstanceRebuildPost) (lxd.Operation, error)
RebuildInstance mocks base method.
func (*MockInstanceServer) RebuildInstanceFromImage ¶
func (m *MockInstanceServer) RebuildInstanceFromImage(arg0 lxd.ImageServer, arg1 api.Image, arg2 string, arg3 api.InstanceRebuildPost) (lxd.RemoteOperation, error)
RebuildInstanceFromImage mocks base method.
func (*MockInstanceServer) RefreshImage ¶
func (m *MockInstanceServer) RefreshImage(arg0 string) (lxd.Operation, error)
RefreshImage mocks base method.
func (*MockInstanceServer) RenameAuthGroup ¶
func (m *MockInstanceServer) RenameAuthGroup(arg0 string, arg1 api.AuthGroupPost) error
RenameAuthGroup mocks base method.
func (*MockInstanceServer) RenameClusterGroup ¶
func (m *MockInstanceServer) RenameClusterGroup(arg0 string, arg1 api.ClusterGroupPost) error
RenameClusterGroup mocks base method.
func (*MockInstanceServer) RenameClusterMember ¶
func (m *MockInstanceServer) RenameClusterMember(arg0 string, arg1 api.ClusterMemberPost) error
RenameClusterMember mocks base method.
func (*MockInstanceServer) RenameContainer ¶
func (m *MockInstanceServer) RenameContainer(arg0 string, arg1 api.ContainerPost) (lxd.Operation, error)
RenameContainer mocks base method.
func (*MockInstanceServer) RenameContainerBackup ¶
func (m *MockInstanceServer) RenameContainerBackup(arg0, arg1 string, arg2 api.ContainerBackupPost) (lxd.Operation, error)
RenameContainerBackup mocks base method.
func (*MockInstanceServer) RenameContainerSnapshot ¶
func (m *MockInstanceServer) RenameContainerSnapshot(arg0, arg1 string, arg2 api.ContainerSnapshotPost) (lxd.Operation, error)
RenameContainerSnapshot mocks base method.
func (*MockInstanceServer) RenameIdentityProviderGroup ¶
func (m *MockInstanceServer) RenameIdentityProviderGroup(arg0 string, arg1 api.IdentityProviderGroupPost) error
RenameIdentityProviderGroup mocks base method.
func (*MockInstanceServer) RenameImageAlias ¶
func (m *MockInstanceServer) RenameImageAlias(arg0 string, arg1 api.ImageAliasesEntryPost) error
RenameImageAlias mocks base method.
func (*MockInstanceServer) RenameInstance ¶
func (m *MockInstanceServer) RenameInstance(arg0 string, arg1 api.InstancePost) (lxd.Operation, error)
RenameInstance mocks base method.
func (*MockInstanceServer) RenameInstanceBackup ¶
func (m *MockInstanceServer) RenameInstanceBackup(arg0, arg1 string, arg2 api.InstanceBackupPost) (lxd.Operation, error)
RenameInstanceBackup mocks base method.
func (*MockInstanceServer) RenameInstanceSnapshot ¶
func (m *MockInstanceServer) RenameInstanceSnapshot(arg0, arg1 string, arg2 api.InstanceSnapshotPost) (lxd.Operation, error)
RenameInstanceSnapshot mocks base method.
func (*MockInstanceServer) RenameNetwork ¶
func (m *MockInstanceServer) RenameNetwork(arg0 string, arg1 api.NetworkPost) error
RenameNetwork mocks base method.
func (*MockInstanceServer) RenameNetworkACL ¶
func (m *MockInstanceServer) RenameNetworkACL(arg0 string, arg1 api.NetworkACLPost) error
RenameNetworkACL mocks base method.
func (*MockInstanceServer) RenameProfile ¶
func (m *MockInstanceServer) RenameProfile(arg0 string, arg1 api.ProfilePost) error
RenameProfile mocks base method.
func (*MockInstanceServer) RenameProject ¶
func (m *MockInstanceServer) RenameProject(arg0 string, arg1 api.ProjectPost) (lxd.Operation, error)
RenameProject mocks base method.
func (*MockInstanceServer) RenameStoragePoolVolume ¶
func (m *MockInstanceServer) RenameStoragePoolVolume(arg0, arg1, arg2 string, arg3 api.StorageVolumePost) error
RenameStoragePoolVolume mocks base method.
func (*MockInstanceServer) RenameStoragePoolVolumeBackup ¶
func (m *MockInstanceServer) RenameStoragePoolVolumeBackup(arg0, arg1, arg2 string, arg3 api.StoragePoolVolumeBackupPost) (lxd.Operation, error)
RenameStoragePoolVolumeBackup mocks base method.
func (*MockInstanceServer) RenameStoragePoolVolumeSnapshot ¶
func (m *MockInstanceServer) RenameStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3 string, arg4 api.StorageVolumeSnapshotPost) (lxd.Operation, error)
RenameStoragePoolVolumeSnapshot mocks base method.
func (*MockInstanceServer) RequireAuthenticated ¶
func (m *MockInstanceServer) RequireAuthenticated(arg0 bool)
RequireAuthenticated mocks base method.
func (*MockInstanceServer) SendEvent ¶
func (m *MockInstanceServer) SendEvent(arg0 api.Event) error
SendEvent mocks base method.
func (*MockInstanceServer) SetContainerMetadata ¶
func (m *MockInstanceServer) SetContainerMetadata(arg0 string, arg1 api.ImageMetadata, arg2 string) error
SetContainerMetadata mocks base method.
func (*MockInstanceServer) UpdateAuthGroup ¶
func (m *MockInstanceServer) UpdateAuthGroup(arg0 string, arg1 api.AuthGroupPut, arg2 string) error
UpdateAuthGroup mocks base method.
func (*MockInstanceServer) UpdateCertificate ¶
func (m *MockInstanceServer) UpdateCertificate(arg0 string, arg1 api.CertificatePut, arg2 string) error
UpdateCertificate mocks base method.
func (*MockInstanceServer) UpdateCluster ¶
func (m *MockInstanceServer) UpdateCluster(arg0 api.ClusterPut, arg1 string) (lxd.Operation, error)
UpdateCluster mocks base method.
func (*MockInstanceServer) UpdateClusterCertificate ¶
func (m *MockInstanceServer) UpdateClusterCertificate(arg0 api.ClusterCertificatePut, arg1 string) error
UpdateClusterCertificate mocks base method.
func (*MockInstanceServer) UpdateClusterGroup ¶
func (m *MockInstanceServer) UpdateClusterGroup(arg0 string, arg1 api.ClusterGroupPut, arg2 string) error
UpdateClusterGroup mocks base method.
func (*MockInstanceServer) UpdateClusterMember ¶
func (m *MockInstanceServer) UpdateClusterMember(arg0 string, arg1 api.ClusterMemberPut, arg2 string) error
UpdateClusterMember mocks base method.
func (*MockInstanceServer) UpdateClusterMemberState ¶
func (m *MockInstanceServer) UpdateClusterMemberState(arg0 string, arg1 api.ClusterMemberStatePost) (lxd.Operation, error)
UpdateClusterMemberState mocks base method.
func (*MockInstanceServer) UpdateContainer ¶
func (m *MockInstanceServer) UpdateContainer(arg0 string, arg1 api.ContainerPut, arg2 string) (lxd.Operation, error)
UpdateContainer mocks base method.
func (*MockInstanceServer) UpdateContainerSnapshot ¶
func (m *MockInstanceServer) UpdateContainerSnapshot(arg0, arg1 string, arg2 api.ContainerSnapshotPut, arg3 string) (lxd.Operation, error)
UpdateContainerSnapshot mocks base method.
func (*MockInstanceServer) UpdateContainerState ¶
func (m *MockInstanceServer) UpdateContainerState(arg0 string, arg1 api.ContainerStatePut, arg2 string) (lxd.Operation, error)
UpdateContainerState mocks base method.
func (*MockInstanceServer) UpdateContainerTemplateFile ¶
func (m *MockInstanceServer) UpdateContainerTemplateFile(arg0, arg1 string, arg2 io.ReadSeeker) error
UpdateContainerTemplateFile mocks base method.
func (*MockInstanceServer) UpdateIdentity ¶
func (m *MockInstanceServer) UpdateIdentity(arg0, arg1 string, arg2 api.IdentityPut, arg3 string) error
UpdateIdentity mocks base method.
func (*MockInstanceServer) UpdateIdentityProviderGroup ¶
func (m *MockInstanceServer) UpdateIdentityProviderGroup(arg0 string, arg1 api.IdentityProviderGroupPut, arg2 string) error
UpdateIdentityProviderGroup mocks base method.
func (*MockInstanceServer) UpdateImage ¶
UpdateImage mocks base method.
func (*MockInstanceServer) UpdateImageAlias ¶
func (m *MockInstanceServer) UpdateImageAlias(arg0 string, arg1 api.ImageAliasesEntryPut, arg2 string) error
UpdateImageAlias mocks base method.
func (*MockInstanceServer) UpdateInstance ¶
func (m *MockInstanceServer) UpdateInstance(arg0 string, arg1 api.InstancePut, arg2 string) (lxd.Operation, error)
UpdateInstance mocks base method.
func (*MockInstanceServer) UpdateInstanceMetadata ¶
func (m *MockInstanceServer) UpdateInstanceMetadata(arg0 string, arg1 api.ImageMetadata, arg2 string) error
UpdateInstanceMetadata mocks base method.
func (*MockInstanceServer) UpdateInstanceSnapshot ¶
func (m *MockInstanceServer) UpdateInstanceSnapshot(arg0, arg1 string, arg2 api.InstanceSnapshotPut, arg3 string) (lxd.Operation, error)
UpdateInstanceSnapshot mocks base method.
func (*MockInstanceServer) UpdateInstanceState ¶
func (m *MockInstanceServer) UpdateInstanceState(arg0 string, arg1 api.InstanceStatePut, arg2 string) (lxd.Operation, error)
UpdateInstanceState mocks base method.
func (*MockInstanceServer) UpdateInstanceUEFIVars ¶
func (m *MockInstanceServer) UpdateInstanceUEFIVars(arg0 string, arg1 api.InstanceUEFIVars, arg2 string) error
UpdateInstanceUEFIVars mocks base method.
func (*MockInstanceServer) UpdateInstances ¶
func (m *MockInstanceServer) UpdateInstances(arg0 api.InstancesPut, arg1 string) (lxd.Operation, error)
UpdateInstances mocks base method.
func (*MockInstanceServer) UpdateNetwork ¶
func (m *MockInstanceServer) UpdateNetwork(arg0 string, arg1 api.NetworkPut, arg2 string) error
UpdateNetwork mocks base method.
func (*MockInstanceServer) UpdateNetworkACL ¶
func (m *MockInstanceServer) UpdateNetworkACL(arg0 string, arg1 api.NetworkACLPut, arg2 string) error
UpdateNetworkACL mocks base method.
func (*MockInstanceServer) UpdateNetworkForward ¶
func (m *MockInstanceServer) UpdateNetworkForward(arg0, arg1 string, arg2 api.NetworkForwardPut, arg3 string) error
UpdateNetworkForward mocks base method.
func (*MockInstanceServer) UpdateNetworkLoadBalancer ¶
func (m *MockInstanceServer) UpdateNetworkLoadBalancer(arg0, arg1 string, arg2 api.NetworkLoadBalancerPut, arg3 string) error
UpdateNetworkLoadBalancer mocks base method.
func (*MockInstanceServer) UpdateNetworkPeer ¶
func (m *MockInstanceServer) UpdateNetworkPeer(arg0, arg1 string, arg2 api.NetworkPeerPut, arg3 string) error
UpdateNetworkPeer mocks base method.
func (*MockInstanceServer) UpdateNetworkZone ¶
func (m *MockInstanceServer) UpdateNetworkZone(arg0 string, arg1 api.NetworkZonePut, arg2 string) error
UpdateNetworkZone mocks base method.
func (*MockInstanceServer) UpdateNetworkZoneRecord ¶
func (m *MockInstanceServer) UpdateNetworkZoneRecord(arg0, arg1 string, arg2 api.NetworkZoneRecordPut, arg3 string) error
UpdateNetworkZoneRecord mocks base method.
func (*MockInstanceServer) UpdateProfile ¶
func (m *MockInstanceServer) UpdateProfile(arg0 string, arg1 api.ProfilePut, arg2 string) error
UpdateProfile mocks base method.
func (*MockInstanceServer) UpdateProject ¶
func (m *MockInstanceServer) UpdateProject(arg0 string, arg1 api.ProjectPut, arg2 string) error
UpdateProject mocks base method.
func (*MockInstanceServer) UpdateServer ¶
func (m *MockInstanceServer) UpdateServer(arg0 api.ServerPut, arg1 string) error
UpdateServer mocks base method.
func (*MockInstanceServer) UpdateStoragePool ¶
func (m *MockInstanceServer) UpdateStoragePool(arg0 string, arg1 api.StoragePoolPut, arg2 string) error
UpdateStoragePool mocks base method.
func (*MockInstanceServer) UpdateStoragePoolBucket ¶
func (m *MockInstanceServer) UpdateStoragePoolBucket(arg0, arg1 string, arg2 api.StorageBucketPut, arg3 string) error
UpdateStoragePoolBucket mocks base method.
func (*MockInstanceServer) UpdateStoragePoolBucketKey ¶
func (m *MockInstanceServer) UpdateStoragePoolBucketKey(arg0, arg1, arg2 string, arg3 api.StorageBucketKeyPut, arg4 string) error
UpdateStoragePoolBucketKey mocks base method.
func (*MockInstanceServer) UpdateStoragePoolVolume ¶
func (m *MockInstanceServer) UpdateStoragePoolVolume(arg0, arg1, arg2 string, arg3 api.StorageVolumePut, arg4 string) error
UpdateStoragePoolVolume mocks base method.
func (*MockInstanceServer) UpdateStoragePoolVolumeSnapshot ¶
func (m *MockInstanceServer) UpdateStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3 string, arg4 api.StorageVolumeSnapshotPut, arg5 string) error
UpdateStoragePoolVolumeSnapshot mocks base method.
func (*MockInstanceServer) UpdateWarning ¶
func (m *MockInstanceServer) UpdateWarning(arg0 string, arg1 api.WarningPut, arg2 string) error
UpdateWarning mocks base method.
func (*MockInstanceServer) UseProject ¶
func (m *MockInstanceServer) UseProject(arg0 string) lxd.InstanceServer
UseProject mocks base method.
func (*MockInstanceServer) UseTarget ¶
func (m *MockInstanceServer) UseTarget(arg0 string) lxd.InstanceServer
UseTarget mocks base method.
type MockInstanceServerConsoleContainerCall ¶
MockInstanceServerConsoleContainerCall wrap *gomock.Call
func (*MockInstanceServerConsoleContainerCall) Do ¶
func (c *MockInstanceServerConsoleContainerCall) Do(f func(string, api.ContainerConsolePost, *lxd.ContainerConsoleArgs) (lxd.Operation, error)) *MockInstanceServerConsoleContainerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerConsoleContainerCall) DoAndReturn ¶
func (c *MockInstanceServerConsoleContainerCall) DoAndReturn(f func(string, api.ContainerConsolePost, *lxd.ContainerConsoleArgs) (lxd.Operation, error)) *MockInstanceServerConsoleContainerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerConsoleContainerCall) Return ¶
func (c *MockInstanceServerConsoleContainerCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerConsoleContainerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerConsoleInstanceCall ¶
MockInstanceServerConsoleInstanceCall wrap *gomock.Call
func (*MockInstanceServerConsoleInstanceCall) Do ¶
func (c *MockInstanceServerConsoleInstanceCall) Do(f func(string, api.InstanceConsolePost, *lxd.InstanceConsoleArgs) (lxd.Operation, error)) *MockInstanceServerConsoleInstanceCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerConsoleInstanceCall) DoAndReturn ¶
func (c *MockInstanceServerConsoleInstanceCall) DoAndReturn(f func(string, api.InstanceConsolePost, *lxd.InstanceConsoleArgs) (lxd.Operation, error)) *MockInstanceServerConsoleInstanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerConsoleInstanceCall) Return ¶
func (c *MockInstanceServerConsoleInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerConsoleInstanceCall
Return rewrite *gomock.Call.Return
type MockInstanceServerConsoleInstanceDynamicCall ¶
MockInstanceServerConsoleInstanceDynamicCall wrap *gomock.Call
func (*MockInstanceServerConsoleInstanceDynamicCall) Do ¶
func (c *MockInstanceServerConsoleInstanceDynamicCall) Do(f func(string, api.InstanceConsolePost, *lxd.InstanceConsoleArgs) (lxd.Operation, func(io.ReadWriteCloser) error, error)) *MockInstanceServerConsoleInstanceDynamicCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerConsoleInstanceDynamicCall) DoAndReturn ¶
func (c *MockInstanceServerConsoleInstanceDynamicCall) DoAndReturn(f func(string, api.InstanceConsolePost, *lxd.InstanceConsoleArgs) (lxd.Operation, func(io.ReadWriteCloser) error, error)) *MockInstanceServerConsoleInstanceDynamicCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerConsoleInstanceDynamicCall) Return ¶
func (c *MockInstanceServerConsoleInstanceDynamicCall) Return(arg0 lxd.Operation, arg1 func(io.ReadWriteCloser) error, arg2 error) *MockInstanceServerConsoleInstanceDynamicCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCopyContainerCall ¶
MockInstanceServerCopyContainerCall wrap *gomock.Call
func (*MockInstanceServerCopyContainerCall) Do ¶
func (c *MockInstanceServerCopyContainerCall) Do(f func(lxd.InstanceServer, api.Container, *lxd.ContainerCopyArgs) (lxd.RemoteOperation, error)) *MockInstanceServerCopyContainerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCopyContainerCall) DoAndReturn ¶
func (c *MockInstanceServerCopyContainerCall) DoAndReturn(f func(lxd.InstanceServer, api.Container, *lxd.ContainerCopyArgs) (lxd.RemoteOperation, error)) *MockInstanceServerCopyContainerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCopyContainerCall) Return ¶
func (c *MockInstanceServerCopyContainerCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCopyContainerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCopyContainerSnapshotCall ¶
MockInstanceServerCopyContainerSnapshotCall wrap *gomock.Call
func (*MockInstanceServerCopyContainerSnapshotCall) Do ¶
func (c *MockInstanceServerCopyContainerSnapshotCall) Do(f func(lxd.InstanceServer, string, api.ContainerSnapshot, *lxd.ContainerSnapshotCopyArgs) (lxd.RemoteOperation, error)) *MockInstanceServerCopyContainerSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCopyContainerSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerCopyContainerSnapshotCall) DoAndReturn(f func(lxd.InstanceServer, string, api.ContainerSnapshot, *lxd.ContainerSnapshotCopyArgs) (lxd.RemoteOperation, error)) *MockInstanceServerCopyContainerSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCopyContainerSnapshotCall) Return ¶
func (c *MockInstanceServerCopyContainerSnapshotCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCopyContainerSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCopyImageCall ¶
MockInstanceServerCopyImageCall wrap *gomock.Call
func (*MockInstanceServerCopyImageCall) Do ¶
func (c *MockInstanceServerCopyImageCall) Do(f func(lxd.ImageServer, api.Image, *lxd.ImageCopyArgs) (lxd.RemoteOperation, error)) *MockInstanceServerCopyImageCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCopyImageCall) DoAndReturn ¶
func (c *MockInstanceServerCopyImageCall) DoAndReturn(f func(lxd.ImageServer, api.Image, *lxd.ImageCopyArgs) (lxd.RemoteOperation, error)) *MockInstanceServerCopyImageCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCopyImageCall) Return ¶
func (c *MockInstanceServerCopyImageCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCopyImageCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCopyInstanceCall ¶
MockInstanceServerCopyInstanceCall wrap *gomock.Call
func (*MockInstanceServerCopyInstanceCall) Do ¶
func (c *MockInstanceServerCopyInstanceCall) Do(f func(lxd.InstanceServer, api.Instance, *lxd.InstanceCopyArgs) (lxd.RemoteOperation, error)) *MockInstanceServerCopyInstanceCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCopyInstanceCall) DoAndReturn ¶
func (c *MockInstanceServerCopyInstanceCall) DoAndReturn(f func(lxd.InstanceServer, api.Instance, *lxd.InstanceCopyArgs) (lxd.RemoteOperation, error)) *MockInstanceServerCopyInstanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCopyInstanceCall) Return ¶
func (c *MockInstanceServerCopyInstanceCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCopyInstanceCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCopyInstanceSnapshotCall ¶
MockInstanceServerCopyInstanceSnapshotCall wrap *gomock.Call
func (*MockInstanceServerCopyInstanceSnapshotCall) Do ¶
func (c *MockInstanceServerCopyInstanceSnapshotCall) Do(f func(lxd.InstanceServer, string, api.InstanceSnapshot, *lxd.InstanceSnapshotCopyArgs) (lxd.RemoteOperation, error)) *MockInstanceServerCopyInstanceSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCopyInstanceSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerCopyInstanceSnapshotCall) DoAndReturn(f func(lxd.InstanceServer, string, api.InstanceSnapshot, *lxd.InstanceSnapshotCopyArgs) (lxd.RemoteOperation, error)) *MockInstanceServerCopyInstanceSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCopyInstanceSnapshotCall) Return ¶
func (c *MockInstanceServerCopyInstanceSnapshotCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCopyInstanceSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCopyStoragePoolVolumeCall ¶
MockInstanceServerCopyStoragePoolVolumeCall wrap *gomock.Call
func (*MockInstanceServerCopyStoragePoolVolumeCall) Do ¶
func (c *MockInstanceServerCopyStoragePoolVolumeCall) Do(f func(string, lxd.InstanceServer, string, api.StorageVolume, *lxd.StoragePoolVolumeCopyArgs) (lxd.RemoteOperation, error)) *MockInstanceServerCopyStoragePoolVolumeCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCopyStoragePoolVolumeCall) DoAndReturn ¶
func (c *MockInstanceServerCopyStoragePoolVolumeCall) DoAndReturn(f func(string, lxd.InstanceServer, string, api.StorageVolume, *lxd.StoragePoolVolumeCopyArgs) (lxd.RemoteOperation, error)) *MockInstanceServerCopyStoragePoolVolumeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCopyStoragePoolVolumeCall) Return ¶
func (c *MockInstanceServerCopyStoragePoolVolumeCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCopyStoragePoolVolumeCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateAuthGroupCall ¶
MockInstanceServerCreateAuthGroupCall wrap *gomock.Call
func (*MockInstanceServerCreateAuthGroupCall) Do ¶
func (c *MockInstanceServerCreateAuthGroupCall) Do(f func(api.AuthGroupsPost) error) *MockInstanceServerCreateAuthGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateAuthGroupCall) DoAndReturn ¶
func (c *MockInstanceServerCreateAuthGroupCall) DoAndReturn(f func(api.AuthGroupsPost) error) *MockInstanceServerCreateAuthGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateAuthGroupCall) Return ¶
func (c *MockInstanceServerCreateAuthGroupCall) Return(arg0 error) *MockInstanceServerCreateAuthGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateCertificateCall ¶
MockInstanceServerCreateCertificateCall wrap *gomock.Call
func (*MockInstanceServerCreateCertificateCall) Do ¶
func (c *MockInstanceServerCreateCertificateCall) Do(f func(api.CertificatesPost) error) *MockInstanceServerCreateCertificateCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateCertificateCall) DoAndReturn ¶
func (c *MockInstanceServerCreateCertificateCall) DoAndReturn(f func(api.CertificatesPost) error) *MockInstanceServerCreateCertificateCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateCertificateCall) Return ¶
func (c *MockInstanceServerCreateCertificateCall) Return(arg0 error) *MockInstanceServerCreateCertificateCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateCertificateTokenCall ¶
MockInstanceServerCreateCertificateTokenCall wrap *gomock.Call
func (*MockInstanceServerCreateCertificateTokenCall) Do ¶
func (c *MockInstanceServerCreateCertificateTokenCall) Do(f func(api.CertificatesPost) (lxd.Operation, error)) *MockInstanceServerCreateCertificateTokenCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateCertificateTokenCall) DoAndReturn ¶
func (c *MockInstanceServerCreateCertificateTokenCall) DoAndReturn(f func(api.CertificatesPost) (lxd.Operation, error)) *MockInstanceServerCreateCertificateTokenCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateCertificateTokenCall) Return ¶
func (c *MockInstanceServerCreateCertificateTokenCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateCertificateTokenCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateClusterGroupCall ¶
MockInstanceServerCreateClusterGroupCall wrap *gomock.Call
func (*MockInstanceServerCreateClusterGroupCall) Do ¶
func (c *MockInstanceServerCreateClusterGroupCall) Do(f func(api.ClusterGroupsPost) error) *MockInstanceServerCreateClusterGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateClusterGroupCall) DoAndReturn ¶
func (c *MockInstanceServerCreateClusterGroupCall) DoAndReturn(f func(api.ClusterGroupsPost) error) *MockInstanceServerCreateClusterGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateClusterGroupCall) Return ¶
func (c *MockInstanceServerCreateClusterGroupCall) Return(arg0 error) *MockInstanceServerCreateClusterGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateClusterMemberCall ¶
MockInstanceServerCreateClusterMemberCall wrap *gomock.Call
func (*MockInstanceServerCreateClusterMemberCall) Do ¶
func (c *MockInstanceServerCreateClusterMemberCall) Do(f func(api.ClusterMembersPost) (lxd.Operation, error)) *MockInstanceServerCreateClusterMemberCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateClusterMemberCall) DoAndReturn ¶
func (c *MockInstanceServerCreateClusterMemberCall) DoAndReturn(f func(api.ClusterMembersPost) (lxd.Operation, error)) *MockInstanceServerCreateClusterMemberCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateClusterMemberCall) Return ¶
func (c *MockInstanceServerCreateClusterMemberCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateClusterMemberCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateContainerBackupCall ¶
MockInstanceServerCreateContainerBackupCall wrap *gomock.Call
func (*MockInstanceServerCreateContainerBackupCall) Do ¶
func (c *MockInstanceServerCreateContainerBackupCall) Do(f func(string, api.ContainerBackupsPost) (lxd.Operation, error)) *MockInstanceServerCreateContainerBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateContainerBackupCall) DoAndReturn ¶
func (c *MockInstanceServerCreateContainerBackupCall) DoAndReturn(f func(string, api.ContainerBackupsPost) (lxd.Operation, error)) *MockInstanceServerCreateContainerBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateContainerBackupCall) Return ¶
func (c *MockInstanceServerCreateContainerBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateContainerBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateContainerCall ¶
MockInstanceServerCreateContainerCall wrap *gomock.Call
func (*MockInstanceServerCreateContainerCall) Do ¶
func (c *MockInstanceServerCreateContainerCall) Do(f func(api.ContainersPost) (lxd.Operation, error)) *MockInstanceServerCreateContainerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateContainerCall) DoAndReturn ¶
func (c *MockInstanceServerCreateContainerCall) DoAndReturn(f func(api.ContainersPost) (lxd.Operation, error)) *MockInstanceServerCreateContainerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateContainerCall) Return ¶
func (c *MockInstanceServerCreateContainerCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateContainerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateContainerFileCall ¶
MockInstanceServerCreateContainerFileCall wrap *gomock.Call
func (*MockInstanceServerCreateContainerFileCall) Do ¶
func (c *MockInstanceServerCreateContainerFileCall) Do(f func(string, string, lxd.ContainerFileArgs) error) *MockInstanceServerCreateContainerFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateContainerFileCall) DoAndReturn ¶
func (c *MockInstanceServerCreateContainerFileCall) DoAndReturn(f func(string, string, lxd.ContainerFileArgs) error) *MockInstanceServerCreateContainerFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateContainerFileCall) Return ¶
func (c *MockInstanceServerCreateContainerFileCall) Return(arg0 error) *MockInstanceServerCreateContainerFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateContainerFromBackupCall ¶
MockInstanceServerCreateContainerFromBackupCall wrap *gomock.Call
func (*MockInstanceServerCreateContainerFromBackupCall) Do ¶
func (c *MockInstanceServerCreateContainerFromBackupCall) Do(f func(lxd.ContainerBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateContainerFromBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateContainerFromBackupCall) DoAndReturn ¶
func (c *MockInstanceServerCreateContainerFromBackupCall) DoAndReturn(f func(lxd.ContainerBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateContainerFromBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateContainerFromBackupCall) Return ¶
func (c *MockInstanceServerCreateContainerFromBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateContainerFromBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateContainerFromImageCall ¶
MockInstanceServerCreateContainerFromImageCall wrap *gomock.Call
func (*MockInstanceServerCreateContainerFromImageCall) Do ¶
func (c *MockInstanceServerCreateContainerFromImageCall) Do(f func(lxd.ImageServer, api.Image, api.ContainersPost) (lxd.RemoteOperation, error)) *MockInstanceServerCreateContainerFromImageCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateContainerFromImageCall) DoAndReturn ¶
func (c *MockInstanceServerCreateContainerFromImageCall) DoAndReturn(f func(lxd.ImageServer, api.Image, api.ContainersPost) (lxd.RemoteOperation, error)) *MockInstanceServerCreateContainerFromImageCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateContainerFromImageCall) Return ¶
func (c *MockInstanceServerCreateContainerFromImageCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCreateContainerFromImageCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateContainerSnapshotCall ¶
MockInstanceServerCreateContainerSnapshotCall wrap *gomock.Call
func (*MockInstanceServerCreateContainerSnapshotCall) Do ¶
func (c *MockInstanceServerCreateContainerSnapshotCall) Do(f func(string, api.ContainerSnapshotsPost) (lxd.Operation, error)) *MockInstanceServerCreateContainerSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateContainerSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerCreateContainerSnapshotCall) DoAndReturn(f func(string, api.ContainerSnapshotsPost) (lxd.Operation, error)) *MockInstanceServerCreateContainerSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateContainerSnapshotCall) Return ¶
func (c *MockInstanceServerCreateContainerSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateContainerSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateContainerTemplateFileCall ¶
MockInstanceServerCreateContainerTemplateFileCall wrap *gomock.Call
func (*MockInstanceServerCreateContainerTemplateFileCall) Do ¶
func (c *MockInstanceServerCreateContainerTemplateFileCall) Do(f func(string, string, io.ReadSeeker) error) *MockInstanceServerCreateContainerTemplateFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateContainerTemplateFileCall) DoAndReturn ¶
func (c *MockInstanceServerCreateContainerTemplateFileCall) DoAndReturn(f func(string, string, io.ReadSeeker) error) *MockInstanceServerCreateContainerTemplateFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateContainerTemplateFileCall) Return ¶
func (c *MockInstanceServerCreateContainerTemplateFileCall) Return(arg0 error) *MockInstanceServerCreateContainerTemplateFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateIdentityProviderGroupCall ¶
MockInstanceServerCreateIdentityProviderGroupCall wrap *gomock.Call
func (*MockInstanceServerCreateIdentityProviderGroupCall) Do ¶
func (c *MockInstanceServerCreateIdentityProviderGroupCall) Do(f func(api.IdentityProviderGroup) error) *MockInstanceServerCreateIdentityProviderGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateIdentityProviderGroupCall) DoAndReturn ¶
func (c *MockInstanceServerCreateIdentityProviderGroupCall) DoAndReturn(f func(api.IdentityProviderGroup) error) *MockInstanceServerCreateIdentityProviderGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateIdentityProviderGroupCall) Return ¶
func (c *MockInstanceServerCreateIdentityProviderGroupCall) Return(arg0 error) *MockInstanceServerCreateIdentityProviderGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateImageAliasCall ¶
MockInstanceServerCreateImageAliasCall wrap *gomock.Call
func (*MockInstanceServerCreateImageAliasCall) Do ¶
func (c *MockInstanceServerCreateImageAliasCall) Do(f func(api.ImageAliasesPost) error) *MockInstanceServerCreateImageAliasCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateImageAliasCall) DoAndReturn ¶
func (c *MockInstanceServerCreateImageAliasCall) DoAndReturn(f func(api.ImageAliasesPost) error) *MockInstanceServerCreateImageAliasCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateImageAliasCall) Return ¶
func (c *MockInstanceServerCreateImageAliasCall) Return(arg0 error) *MockInstanceServerCreateImageAliasCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateImageCall ¶
MockInstanceServerCreateImageCall wrap *gomock.Call
func (*MockInstanceServerCreateImageCall) Do ¶
func (c *MockInstanceServerCreateImageCall) Do(f func(api.ImagesPost, *lxd.ImageCreateArgs) (lxd.Operation, error)) *MockInstanceServerCreateImageCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateImageCall) DoAndReturn ¶
func (c *MockInstanceServerCreateImageCall) DoAndReturn(f func(api.ImagesPost, *lxd.ImageCreateArgs) (lxd.Operation, error)) *MockInstanceServerCreateImageCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateImageCall) Return ¶
func (c *MockInstanceServerCreateImageCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateImageCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateImageSecretCall ¶
MockInstanceServerCreateImageSecretCall wrap *gomock.Call
func (*MockInstanceServerCreateImageSecretCall) Do ¶
func (c *MockInstanceServerCreateImageSecretCall) Do(f func(string) (lxd.Operation, error)) *MockInstanceServerCreateImageSecretCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateImageSecretCall) DoAndReturn ¶
func (c *MockInstanceServerCreateImageSecretCall) DoAndReturn(f func(string) (lxd.Operation, error)) *MockInstanceServerCreateImageSecretCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateImageSecretCall) Return ¶
func (c *MockInstanceServerCreateImageSecretCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateImageSecretCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateInstanceBackupCall ¶
MockInstanceServerCreateInstanceBackupCall wrap *gomock.Call
func (*MockInstanceServerCreateInstanceBackupCall) Do ¶
func (c *MockInstanceServerCreateInstanceBackupCall) Do(f func(string, api.InstanceBackupsPost) (lxd.Operation, error)) *MockInstanceServerCreateInstanceBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateInstanceBackupCall) DoAndReturn ¶
func (c *MockInstanceServerCreateInstanceBackupCall) DoAndReturn(f func(string, api.InstanceBackupsPost) (lxd.Operation, error)) *MockInstanceServerCreateInstanceBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateInstanceBackupCall) Return ¶
func (c *MockInstanceServerCreateInstanceBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateInstanceBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateInstanceCall ¶
MockInstanceServerCreateInstanceCall wrap *gomock.Call
func (*MockInstanceServerCreateInstanceCall) Do ¶
func (c *MockInstanceServerCreateInstanceCall) Do(f func(api.InstancesPost) (lxd.Operation, error)) *MockInstanceServerCreateInstanceCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateInstanceCall) DoAndReturn ¶
func (c *MockInstanceServerCreateInstanceCall) DoAndReturn(f func(api.InstancesPost) (lxd.Operation, error)) *MockInstanceServerCreateInstanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateInstanceCall) Return ¶
func (c *MockInstanceServerCreateInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateInstanceCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateInstanceFileCall ¶
MockInstanceServerCreateInstanceFileCall wrap *gomock.Call
func (*MockInstanceServerCreateInstanceFileCall) Do ¶
func (c *MockInstanceServerCreateInstanceFileCall) Do(f func(string, string, lxd.InstanceFileArgs) error) *MockInstanceServerCreateInstanceFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateInstanceFileCall) DoAndReturn ¶
func (c *MockInstanceServerCreateInstanceFileCall) DoAndReturn(f func(string, string, lxd.InstanceFileArgs) error) *MockInstanceServerCreateInstanceFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateInstanceFileCall) Return ¶
func (c *MockInstanceServerCreateInstanceFileCall) Return(arg0 error) *MockInstanceServerCreateInstanceFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateInstanceFromBackupCall ¶
MockInstanceServerCreateInstanceFromBackupCall wrap *gomock.Call
func (*MockInstanceServerCreateInstanceFromBackupCall) Do ¶
func (c *MockInstanceServerCreateInstanceFromBackupCall) Do(f func(lxd.InstanceBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateInstanceFromBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateInstanceFromBackupCall) DoAndReturn ¶
func (c *MockInstanceServerCreateInstanceFromBackupCall) DoAndReturn(f func(lxd.InstanceBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateInstanceFromBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateInstanceFromBackupCall) Return ¶
func (c *MockInstanceServerCreateInstanceFromBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateInstanceFromBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateInstanceFromImageCall ¶
MockInstanceServerCreateInstanceFromImageCall wrap *gomock.Call
func (*MockInstanceServerCreateInstanceFromImageCall) Do ¶
func (c *MockInstanceServerCreateInstanceFromImageCall) Do(f func(lxd.ImageServer, api.Image, api.InstancesPost) (lxd.RemoteOperation, error)) *MockInstanceServerCreateInstanceFromImageCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateInstanceFromImageCall) DoAndReturn ¶
func (c *MockInstanceServerCreateInstanceFromImageCall) DoAndReturn(f func(lxd.ImageServer, api.Image, api.InstancesPost) (lxd.RemoteOperation, error)) *MockInstanceServerCreateInstanceFromImageCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateInstanceFromImageCall) Return ¶
func (c *MockInstanceServerCreateInstanceFromImageCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerCreateInstanceFromImageCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateInstanceSnapshotCall ¶
MockInstanceServerCreateInstanceSnapshotCall wrap *gomock.Call
func (*MockInstanceServerCreateInstanceSnapshotCall) Do ¶
func (c *MockInstanceServerCreateInstanceSnapshotCall) Do(f func(string, api.InstanceSnapshotsPost) (lxd.Operation, error)) *MockInstanceServerCreateInstanceSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateInstanceSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerCreateInstanceSnapshotCall) DoAndReturn(f func(string, api.InstanceSnapshotsPost) (lxd.Operation, error)) *MockInstanceServerCreateInstanceSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateInstanceSnapshotCall) Return ¶
func (c *MockInstanceServerCreateInstanceSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateInstanceSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateInstanceTemplateFileCall ¶
MockInstanceServerCreateInstanceTemplateFileCall wrap *gomock.Call
func (*MockInstanceServerCreateInstanceTemplateFileCall) Do ¶
func (c *MockInstanceServerCreateInstanceTemplateFileCall) Do(f func(string, string, io.ReadSeeker) error) *MockInstanceServerCreateInstanceTemplateFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateInstanceTemplateFileCall) DoAndReturn ¶
func (c *MockInstanceServerCreateInstanceTemplateFileCall) DoAndReturn(f func(string, string, io.ReadSeeker) error) *MockInstanceServerCreateInstanceTemplateFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateInstanceTemplateFileCall) Return ¶
func (c *MockInstanceServerCreateInstanceTemplateFileCall) Return(arg0 error) *MockInstanceServerCreateInstanceTemplateFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateNetworkACLCall ¶
MockInstanceServerCreateNetworkACLCall wrap *gomock.Call
func (*MockInstanceServerCreateNetworkACLCall) Do ¶
func (c *MockInstanceServerCreateNetworkACLCall) Do(f func(api.NetworkACLsPost) error) *MockInstanceServerCreateNetworkACLCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateNetworkACLCall) DoAndReturn ¶
func (c *MockInstanceServerCreateNetworkACLCall) DoAndReturn(f func(api.NetworkACLsPost) error) *MockInstanceServerCreateNetworkACLCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateNetworkACLCall) Return ¶
func (c *MockInstanceServerCreateNetworkACLCall) Return(arg0 error) *MockInstanceServerCreateNetworkACLCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateNetworkCall ¶
MockInstanceServerCreateNetworkCall wrap *gomock.Call
func (*MockInstanceServerCreateNetworkCall) Do ¶
func (c *MockInstanceServerCreateNetworkCall) Do(f func(api.NetworksPost) error) *MockInstanceServerCreateNetworkCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateNetworkCall) DoAndReturn ¶
func (c *MockInstanceServerCreateNetworkCall) DoAndReturn(f func(api.NetworksPost) error) *MockInstanceServerCreateNetworkCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateNetworkCall) Return ¶
func (c *MockInstanceServerCreateNetworkCall) Return(arg0 error) *MockInstanceServerCreateNetworkCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateNetworkForwardCall ¶
MockInstanceServerCreateNetworkForwardCall wrap *gomock.Call
func (*MockInstanceServerCreateNetworkForwardCall) Do ¶
func (c *MockInstanceServerCreateNetworkForwardCall) Do(f func(string, api.NetworkForwardsPost) error) *MockInstanceServerCreateNetworkForwardCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateNetworkForwardCall) DoAndReturn ¶
func (c *MockInstanceServerCreateNetworkForwardCall) DoAndReturn(f func(string, api.NetworkForwardsPost) error) *MockInstanceServerCreateNetworkForwardCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateNetworkForwardCall) Return ¶
func (c *MockInstanceServerCreateNetworkForwardCall) Return(arg0 error) *MockInstanceServerCreateNetworkForwardCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateNetworkLoadBalancerCall ¶
MockInstanceServerCreateNetworkLoadBalancerCall wrap *gomock.Call
func (*MockInstanceServerCreateNetworkLoadBalancerCall) Do ¶
func (c *MockInstanceServerCreateNetworkLoadBalancerCall) Do(f func(string, api.NetworkLoadBalancersPost) error) *MockInstanceServerCreateNetworkLoadBalancerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateNetworkLoadBalancerCall) DoAndReturn ¶
func (c *MockInstanceServerCreateNetworkLoadBalancerCall) DoAndReturn(f func(string, api.NetworkLoadBalancersPost) error) *MockInstanceServerCreateNetworkLoadBalancerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateNetworkLoadBalancerCall) Return ¶
func (c *MockInstanceServerCreateNetworkLoadBalancerCall) Return(arg0 error) *MockInstanceServerCreateNetworkLoadBalancerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateNetworkPeerCall ¶
MockInstanceServerCreateNetworkPeerCall wrap *gomock.Call
func (*MockInstanceServerCreateNetworkPeerCall) Do ¶
func (c *MockInstanceServerCreateNetworkPeerCall) Do(f func(string, api.NetworkPeersPost) error) *MockInstanceServerCreateNetworkPeerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateNetworkPeerCall) DoAndReturn ¶
func (c *MockInstanceServerCreateNetworkPeerCall) DoAndReturn(f func(string, api.NetworkPeersPost) error) *MockInstanceServerCreateNetworkPeerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateNetworkPeerCall) Return ¶
func (c *MockInstanceServerCreateNetworkPeerCall) Return(arg0 error) *MockInstanceServerCreateNetworkPeerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateNetworkZoneCall ¶
MockInstanceServerCreateNetworkZoneCall wrap *gomock.Call
func (*MockInstanceServerCreateNetworkZoneCall) Do ¶
func (c *MockInstanceServerCreateNetworkZoneCall) Do(f func(api.NetworkZonesPost) error) *MockInstanceServerCreateNetworkZoneCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateNetworkZoneCall) DoAndReturn ¶
func (c *MockInstanceServerCreateNetworkZoneCall) DoAndReturn(f func(api.NetworkZonesPost) error) *MockInstanceServerCreateNetworkZoneCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateNetworkZoneCall) Return ¶
func (c *MockInstanceServerCreateNetworkZoneCall) Return(arg0 error) *MockInstanceServerCreateNetworkZoneCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateNetworkZoneRecordCall ¶
MockInstanceServerCreateNetworkZoneRecordCall wrap *gomock.Call
func (*MockInstanceServerCreateNetworkZoneRecordCall) Do ¶
func (c *MockInstanceServerCreateNetworkZoneRecordCall) Do(f func(string, api.NetworkZoneRecordsPost) error) *MockInstanceServerCreateNetworkZoneRecordCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateNetworkZoneRecordCall) DoAndReturn ¶
func (c *MockInstanceServerCreateNetworkZoneRecordCall) DoAndReturn(f func(string, api.NetworkZoneRecordsPost) error) *MockInstanceServerCreateNetworkZoneRecordCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateNetworkZoneRecordCall) Return ¶
func (c *MockInstanceServerCreateNetworkZoneRecordCall) Return(arg0 error) *MockInstanceServerCreateNetworkZoneRecordCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateProfileCall ¶
MockInstanceServerCreateProfileCall wrap *gomock.Call
func (*MockInstanceServerCreateProfileCall) Do ¶
func (c *MockInstanceServerCreateProfileCall) Do(f func(api.ProfilesPost) error) *MockInstanceServerCreateProfileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateProfileCall) DoAndReturn ¶
func (c *MockInstanceServerCreateProfileCall) DoAndReturn(f func(api.ProfilesPost) error) *MockInstanceServerCreateProfileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateProfileCall) Return ¶
func (c *MockInstanceServerCreateProfileCall) Return(arg0 error) *MockInstanceServerCreateProfileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateProjectCall ¶
MockInstanceServerCreateProjectCall wrap *gomock.Call
func (*MockInstanceServerCreateProjectCall) Do ¶
func (c *MockInstanceServerCreateProjectCall) Do(f func(api.ProjectsPost) error) *MockInstanceServerCreateProjectCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateProjectCall) DoAndReturn ¶
func (c *MockInstanceServerCreateProjectCall) DoAndReturn(f func(api.ProjectsPost) error) *MockInstanceServerCreateProjectCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateProjectCall) Return ¶
func (c *MockInstanceServerCreateProjectCall) Return(arg0 error) *MockInstanceServerCreateProjectCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateStoragePoolBucketCall ¶
MockInstanceServerCreateStoragePoolBucketCall wrap *gomock.Call
func (*MockInstanceServerCreateStoragePoolBucketCall) Do ¶
func (c *MockInstanceServerCreateStoragePoolBucketCall) Do(f func(string, api.StorageBucketsPost) (*api.StorageBucketKey, error)) *MockInstanceServerCreateStoragePoolBucketCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateStoragePoolBucketCall) DoAndReturn ¶
func (c *MockInstanceServerCreateStoragePoolBucketCall) DoAndReturn(f func(string, api.StorageBucketsPost) (*api.StorageBucketKey, error)) *MockInstanceServerCreateStoragePoolBucketCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateStoragePoolBucketCall) Return ¶
func (c *MockInstanceServerCreateStoragePoolBucketCall) Return(arg0 *api.StorageBucketKey, arg1 error) *MockInstanceServerCreateStoragePoolBucketCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateStoragePoolBucketKeyCall ¶
MockInstanceServerCreateStoragePoolBucketKeyCall wrap *gomock.Call
func (*MockInstanceServerCreateStoragePoolBucketKeyCall) Do ¶
func (c *MockInstanceServerCreateStoragePoolBucketKeyCall) Do(f func(string, string, api.StorageBucketKeysPost) (*api.StorageBucketKey, error)) *MockInstanceServerCreateStoragePoolBucketKeyCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateStoragePoolBucketKeyCall) DoAndReturn ¶
func (c *MockInstanceServerCreateStoragePoolBucketKeyCall) DoAndReturn(f func(string, string, api.StorageBucketKeysPost) (*api.StorageBucketKey, error)) *MockInstanceServerCreateStoragePoolBucketKeyCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateStoragePoolBucketKeyCall) Return ¶
func (c *MockInstanceServerCreateStoragePoolBucketKeyCall) Return(arg0 *api.StorageBucketKey, arg1 error) *MockInstanceServerCreateStoragePoolBucketKeyCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateStoragePoolCall ¶
MockInstanceServerCreateStoragePoolCall wrap *gomock.Call
func (*MockInstanceServerCreateStoragePoolCall) Do ¶
func (c *MockInstanceServerCreateStoragePoolCall) Do(f func(api.StoragePoolsPost) error) *MockInstanceServerCreateStoragePoolCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateStoragePoolCall) DoAndReturn ¶
func (c *MockInstanceServerCreateStoragePoolCall) DoAndReturn(f func(api.StoragePoolsPost) error) *MockInstanceServerCreateStoragePoolCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateStoragePoolCall) Return ¶
func (c *MockInstanceServerCreateStoragePoolCall) Return(arg0 error) *MockInstanceServerCreateStoragePoolCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateStoragePoolVolumeBackupCall ¶
MockInstanceServerCreateStoragePoolVolumeBackupCall wrap *gomock.Call
func (*MockInstanceServerCreateStoragePoolVolumeBackupCall) Do ¶
func (c *MockInstanceServerCreateStoragePoolVolumeBackupCall) Do(f func(string, string, api.StoragePoolVolumeBackupsPost) (lxd.Operation, error)) *MockInstanceServerCreateStoragePoolVolumeBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateStoragePoolVolumeBackupCall) DoAndReturn ¶
func (c *MockInstanceServerCreateStoragePoolVolumeBackupCall) DoAndReturn(f func(string, string, api.StoragePoolVolumeBackupsPost) (lxd.Operation, error)) *MockInstanceServerCreateStoragePoolVolumeBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateStoragePoolVolumeBackupCall) Return ¶
func (c *MockInstanceServerCreateStoragePoolVolumeBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateStoragePoolVolumeBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateStoragePoolVolumeCall ¶
MockInstanceServerCreateStoragePoolVolumeCall wrap *gomock.Call
func (*MockInstanceServerCreateStoragePoolVolumeCall) Do ¶
func (c *MockInstanceServerCreateStoragePoolVolumeCall) Do(f func(string, api.StorageVolumesPost) error) *MockInstanceServerCreateStoragePoolVolumeCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateStoragePoolVolumeCall) DoAndReturn ¶
func (c *MockInstanceServerCreateStoragePoolVolumeCall) DoAndReturn(f func(string, api.StorageVolumesPost) error) *MockInstanceServerCreateStoragePoolVolumeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateStoragePoolVolumeCall) Return ¶
func (c *MockInstanceServerCreateStoragePoolVolumeCall) Return(arg0 error) *MockInstanceServerCreateStoragePoolVolumeCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateStoragePoolVolumeFromBackupCall ¶
MockInstanceServerCreateStoragePoolVolumeFromBackupCall wrap *gomock.Call
func (*MockInstanceServerCreateStoragePoolVolumeFromBackupCall) Do ¶
func (c *MockInstanceServerCreateStoragePoolVolumeFromBackupCall) Do(f func(string, lxd.StoragePoolVolumeBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateStoragePoolVolumeFromBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateStoragePoolVolumeFromBackupCall) DoAndReturn ¶
func (c *MockInstanceServerCreateStoragePoolVolumeFromBackupCall) DoAndReturn(f func(string, lxd.StoragePoolVolumeBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateStoragePoolVolumeFromBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateStoragePoolVolumeFromBackupCall) Return ¶
func (c *MockInstanceServerCreateStoragePoolVolumeFromBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateStoragePoolVolumeFromBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateStoragePoolVolumeFromISOCall ¶
MockInstanceServerCreateStoragePoolVolumeFromISOCall wrap *gomock.Call
func (*MockInstanceServerCreateStoragePoolVolumeFromISOCall) Do ¶
func (c *MockInstanceServerCreateStoragePoolVolumeFromISOCall) Do(f func(string, lxd.StoragePoolVolumeBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateStoragePoolVolumeFromISOCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateStoragePoolVolumeFromISOCall) DoAndReturn ¶
func (c *MockInstanceServerCreateStoragePoolVolumeFromISOCall) DoAndReturn(f func(string, lxd.StoragePoolVolumeBackupArgs) (lxd.Operation, error)) *MockInstanceServerCreateStoragePoolVolumeFromISOCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateStoragePoolVolumeFromISOCall) Return ¶
func (c *MockInstanceServerCreateStoragePoolVolumeFromISOCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateStoragePoolVolumeFromISOCall
Return rewrite *gomock.Call.Return
type MockInstanceServerCreateStoragePoolVolumeSnapshotCall ¶
MockInstanceServerCreateStoragePoolVolumeSnapshotCall wrap *gomock.Call
func (*MockInstanceServerCreateStoragePoolVolumeSnapshotCall) Do ¶
func (c *MockInstanceServerCreateStoragePoolVolumeSnapshotCall) Do(f func(string, string, string, api.StorageVolumeSnapshotsPost) (lxd.Operation, error)) *MockInstanceServerCreateStoragePoolVolumeSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerCreateStoragePoolVolumeSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerCreateStoragePoolVolumeSnapshotCall) DoAndReturn(f func(string, string, string, api.StorageVolumeSnapshotsPost) (lxd.Operation, error)) *MockInstanceServerCreateStoragePoolVolumeSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerCreateStoragePoolVolumeSnapshotCall) Return ¶
func (c *MockInstanceServerCreateStoragePoolVolumeSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerCreateStoragePoolVolumeSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteAuthGroupCall ¶
MockInstanceServerDeleteAuthGroupCall wrap *gomock.Call
func (*MockInstanceServerDeleteAuthGroupCall) Do ¶
func (c *MockInstanceServerDeleteAuthGroupCall) Do(f func(string) error) *MockInstanceServerDeleteAuthGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteAuthGroupCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteAuthGroupCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteAuthGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteAuthGroupCall) Return ¶
func (c *MockInstanceServerDeleteAuthGroupCall) Return(arg0 error) *MockInstanceServerDeleteAuthGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteCertificateCall ¶
MockInstanceServerDeleteCertificateCall wrap *gomock.Call
func (*MockInstanceServerDeleteCertificateCall) Do ¶
func (c *MockInstanceServerDeleteCertificateCall) Do(f func(string) error) *MockInstanceServerDeleteCertificateCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteCertificateCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteCertificateCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteCertificateCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteCertificateCall) Return ¶
func (c *MockInstanceServerDeleteCertificateCall) Return(arg0 error) *MockInstanceServerDeleteCertificateCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteClusterGroupCall ¶
MockInstanceServerDeleteClusterGroupCall wrap *gomock.Call
func (*MockInstanceServerDeleteClusterGroupCall) Do ¶
func (c *MockInstanceServerDeleteClusterGroupCall) Do(f func(string) error) *MockInstanceServerDeleteClusterGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteClusterGroupCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteClusterGroupCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteClusterGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteClusterGroupCall) Return ¶
func (c *MockInstanceServerDeleteClusterGroupCall) Return(arg0 error) *MockInstanceServerDeleteClusterGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteClusterMemberCall ¶
MockInstanceServerDeleteClusterMemberCall wrap *gomock.Call
func (*MockInstanceServerDeleteClusterMemberCall) Do ¶
func (c *MockInstanceServerDeleteClusterMemberCall) Do(f func(string, bool) error) *MockInstanceServerDeleteClusterMemberCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteClusterMemberCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteClusterMemberCall) DoAndReturn(f func(string, bool) error) *MockInstanceServerDeleteClusterMemberCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteClusterMemberCall) Return ¶
func (c *MockInstanceServerDeleteClusterMemberCall) Return(arg0 error) *MockInstanceServerDeleteClusterMemberCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteContainerBackupCall ¶
MockInstanceServerDeleteContainerBackupCall wrap *gomock.Call
func (*MockInstanceServerDeleteContainerBackupCall) Do ¶
func (c *MockInstanceServerDeleteContainerBackupCall) Do(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteContainerBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteContainerBackupCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteContainerBackupCall) DoAndReturn(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteContainerBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteContainerBackupCall) Return ¶
func (c *MockInstanceServerDeleteContainerBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteContainerBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteContainerCall ¶
MockInstanceServerDeleteContainerCall wrap *gomock.Call
func (*MockInstanceServerDeleteContainerCall) Do ¶
func (c *MockInstanceServerDeleteContainerCall) Do(f func(string) (lxd.Operation, error)) *MockInstanceServerDeleteContainerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteContainerCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteContainerCall) DoAndReturn(f func(string) (lxd.Operation, error)) *MockInstanceServerDeleteContainerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteContainerCall) Return ¶
func (c *MockInstanceServerDeleteContainerCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteContainerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteContainerConsoleLogCall ¶
MockInstanceServerDeleteContainerConsoleLogCall wrap *gomock.Call
func (*MockInstanceServerDeleteContainerConsoleLogCall) Do ¶
func (c *MockInstanceServerDeleteContainerConsoleLogCall) Do(f func(string, *lxd.ContainerConsoleLogArgs) error) *MockInstanceServerDeleteContainerConsoleLogCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteContainerConsoleLogCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteContainerConsoleLogCall) DoAndReturn(f func(string, *lxd.ContainerConsoleLogArgs) error) *MockInstanceServerDeleteContainerConsoleLogCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteContainerConsoleLogCall) Return ¶
func (c *MockInstanceServerDeleteContainerConsoleLogCall) Return(arg0 error) *MockInstanceServerDeleteContainerConsoleLogCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteContainerFileCall ¶
MockInstanceServerDeleteContainerFileCall wrap *gomock.Call
func (*MockInstanceServerDeleteContainerFileCall) Do ¶
func (c *MockInstanceServerDeleteContainerFileCall) Do(f func(string, string) error) *MockInstanceServerDeleteContainerFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteContainerFileCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteContainerFileCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteContainerFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteContainerFileCall) Return ¶
func (c *MockInstanceServerDeleteContainerFileCall) Return(arg0 error) *MockInstanceServerDeleteContainerFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteContainerLogfileCall ¶
MockInstanceServerDeleteContainerLogfileCall wrap *gomock.Call
func (*MockInstanceServerDeleteContainerLogfileCall) Do ¶
func (c *MockInstanceServerDeleteContainerLogfileCall) Do(f func(string, string) error) *MockInstanceServerDeleteContainerLogfileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteContainerLogfileCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteContainerLogfileCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteContainerLogfileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteContainerLogfileCall) Return ¶
func (c *MockInstanceServerDeleteContainerLogfileCall) Return(arg0 error) *MockInstanceServerDeleteContainerLogfileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteContainerSnapshotCall ¶
MockInstanceServerDeleteContainerSnapshotCall wrap *gomock.Call
func (*MockInstanceServerDeleteContainerSnapshotCall) Do ¶
func (c *MockInstanceServerDeleteContainerSnapshotCall) Do(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteContainerSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteContainerSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteContainerSnapshotCall) DoAndReturn(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteContainerSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteContainerSnapshotCall) Return ¶
func (c *MockInstanceServerDeleteContainerSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteContainerSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteContainerTemplateFileCall ¶
MockInstanceServerDeleteContainerTemplateFileCall wrap *gomock.Call
func (*MockInstanceServerDeleteContainerTemplateFileCall) Do ¶
func (c *MockInstanceServerDeleteContainerTemplateFileCall) Do(f func(string, string) error) *MockInstanceServerDeleteContainerTemplateFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteContainerTemplateFileCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteContainerTemplateFileCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteContainerTemplateFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteContainerTemplateFileCall) Return ¶
func (c *MockInstanceServerDeleteContainerTemplateFileCall) Return(arg0 error) *MockInstanceServerDeleteContainerTemplateFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteIdentityProviderGroupCall ¶
MockInstanceServerDeleteIdentityProviderGroupCall wrap *gomock.Call
func (*MockInstanceServerDeleteIdentityProviderGroupCall) Do ¶
func (c *MockInstanceServerDeleteIdentityProviderGroupCall) Do(f func(string) error) *MockInstanceServerDeleteIdentityProviderGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteIdentityProviderGroupCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteIdentityProviderGroupCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteIdentityProviderGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteIdentityProviderGroupCall) Return ¶
func (c *MockInstanceServerDeleteIdentityProviderGroupCall) Return(arg0 error) *MockInstanceServerDeleteIdentityProviderGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteImageAliasCall ¶
MockInstanceServerDeleteImageAliasCall wrap *gomock.Call
func (*MockInstanceServerDeleteImageAliasCall) Do ¶
func (c *MockInstanceServerDeleteImageAliasCall) Do(f func(string) error) *MockInstanceServerDeleteImageAliasCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteImageAliasCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteImageAliasCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteImageAliasCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteImageAliasCall) Return ¶
func (c *MockInstanceServerDeleteImageAliasCall) Return(arg0 error) *MockInstanceServerDeleteImageAliasCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteImageCall ¶
MockInstanceServerDeleteImageCall wrap *gomock.Call
func (*MockInstanceServerDeleteImageCall) Do ¶
func (c *MockInstanceServerDeleteImageCall) Do(f func(string) (lxd.Operation, error)) *MockInstanceServerDeleteImageCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteImageCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteImageCall) DoAndReturn(f func(string) (lxd.Operation, error)) *MockInstanceServerDeleteImageCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteImageCall) Return ¶
func (c *MockInstanceServerDeleteImageCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteImageCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteInstanceBackupCall ¶
MockInstanceServerDeleteInstanceBackupCall wrap *gomock.Call
func (*MockInstanceServerDeleteInstanceBackupCall) Do ¶
func (c *MockInstanceServerDeleteInstanceBackupCall) Do(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteInstanceBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteInstanceBackupCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteInstanceBackupCall) DoAndReturn(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteInstanceBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteInstanceBackupCall) Return ¶
func (c *MockInstanceServerDeleteInstanceBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteInstanceBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteInstanceCall ¶
MockInstanceServerDeleteInstanceCall wrap *gomock.Call
func (*MockInstanceServerDeleteInstanceCall) Do ¶
func (c *MockInstanceServerDeleteInstanceCall) Do(f func(string) (lxd.Operation, error)) *MockInstanceServerDeleteInstanceCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteInstanceCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteInstanceCall) DoAndReturn(f func(string) (lxd.Operation, error)) *MockInstanceServerDeleteInstanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteInstanceCall) Return ¶
func (c *MockInstanceServerDeleteInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteInstanceCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteInstanceConsoleLogCall ¶
MockInstanceServerDeleteInstanceConsoleLogCall wrap *gomock.Call
func (*MockInstanceServerDeleteInstanceConsoleLogCall) Do ¶
func (c *MockInstanceServerDeleteInstanceConsoleLogCall) Do(f func(string, *lxd.InstanceConsoleLogArgs) error) *MockInstanceServerDeleteInstanceConsoleLogCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteInstanceConsoleLogCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteInstanceConsoleLogCall) DoAndReturn(f func(string, *lxd.InstanceConsoleLogArgs) error) *MockInstanceServerDeleteInstanceConsoleLogCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteInstanceConsoleLogCall) Return ¶
func (c *MockInstanceServerDeleteInstanceConsoleLogCall) Return(arg0 error) *MockInstanceServerDeleteInstanceConsoleLogCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteInstanceFileCall ¶
MockInstanceServerDeleteInstanceFileCall wrap *gomock.Call
func (*MockInstanceServerDeleteInstanceFileCall) Do ¶
func (c *MockInstanceServerDeleteInstanceFileCall) Do(f func(string, string) error) *MockInstanceServerDeleteInstanceFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteInstanceFileCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteInstanceFileCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteInstanceFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteInstanceFileCall) Return ¶
func (c *MockInstanceServerDeleteInstanceFileCall) Return(arg0 error) *MockInstanceServerDeleteInstanceFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteInstanceLogfileCall ¶
MockInstanceServerDeleteInstanceLogfileCall wrap *gomock.Call
func (*MockInstanceServerDeleteInstanceLogfileCall) Do ¶
func (c *MockInstanceServerDeleteInstanceLogfileCall) Do(f func(string, string) error) *MockInstanceServerDeleteInstanceLogfileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteInstanceLogfileCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteInstanceLogfileCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteInstanceLogfileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteInstanceLogfileCall) Return ¶
func (c *MockInstanceServerDeleteInstanceLogfileCall) Return(arg0 error) *MockInstanceServerDeleteInstanceLogfileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteInstanceSnapshotCall ¶
MockInstanceServerDeleteInstanceSnapshotCall wrap *gomock.Call
func (*MockInstanceServerDeleteInstanceSnapshotCall) Do ¶
func (c *MockInstanceServerDeleteInstanceSnapshotCall) Do(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteInstanceSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteInstanceSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteInstanceSnapshotCall) DoAndReturn(f func(string, string) (lxd.Operation, error)) *MockInstanceServerDeleteInstanceSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteInstanceSnapshotCall) Return ¶
func (c *MockInstanceServerDeleteInstanceSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteInstanceSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteInstanceTemplateFileCall ¶
MockInstanceServerDeleteInstanceTemplateFileCall wrap *gomock.Call
func (*MockInstanceServerDeleteInstanceTemplateFileCall) Do ¶
func (c *MockInstanceServerDeleteInstanceTemplateFileCall) Do(f func(string, string) error) *MockInstanceServerDeleteInstanceTemplateFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteInstanceTemplateFileCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteInstanceTemplateFileCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteInstanceTemplateFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteInstanceTemplateFileCall) Return ¶
func (c *MockInstanceServerDeleteInstanceTemplateFileCall) Return(arg0 error) *MockInstanceServerDeleteInstanceTemplateFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteNetworkACLCall ¶
MockInstanceServerDeleteNetworkACLCall wrap *gomock.Call
func (*MockInstanceServerDeleteNetworkACLCall) Do ¶
func (c *MockInstanceServerDeleteNetworkACLCall) Do(f func(string) error) *MockInstanceServerDeleteNetworkACLCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteNetworkACLCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteNetworkACLCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteNetworkACLCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteNetworkACLCall) Return ¶
func (c *MockInstanceServerDeleteNetworkACLCall) Return(arg0 error) *MockInstanceServerDeleteNetworkACLCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteNetworkCall ¶
MockInstanceServerDeleteNetworkCall wrap *gomock.Call
func (*MockInstanceServerDeleteNetworkCall) Do ¶
func (c *MockInstanceServerDeleteNetworkCall) Do(f func(string) error) *MockInstanceServerDeleteNetworkCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteNetworkCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteNetworkCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteNetworkCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteNetworkCall) Return ¶
func (c *MockInstanceServerDeleteNetworkCall) Return(arg0 error) *MockInstanceServerDeleteNetworkCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteNetworkForwardCall ¶
MockInstanceServerDeleteNetworkForwardCall wrap *gomock.Call
func (*MockInstanceServerDeleteNetworkForwardCall) Do ¶
func (c *MockInstanceServerDeleteNetworkForwardCall) Do(f func(string, string) error) *MockInstanceServerDeleteNetworkForwardCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteNetworkForwardCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteNetworkForwardCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteNetworkForwardCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteNetworkForwardCall) Return ¶
func (c *MockInstanceServerDeleteNetworkForwardCall) Return(arg0 error) *MockInstanceServerDeleteNetworkForwardCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteNetworkLoadBalancerCall ¶
MockInstanceServerDeleteNetworkLoadBalancerCall wrap *gomock.Call
func (*MockInstanceServerDeleteNetworkLoadBalancerCall) Do ¶
func (c *MockInstanceServerDeleteNetworkLoadBalancerCall) Do(f func(string, string) error) *MockInstanceServerDeleteNetworkLoadBalancerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteNetworkLoadBalancerCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteNetworkLoadBalancerCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteNetworkLoadBalancerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteNetworkLoadBalancerCall) Return ¶
func (c *MockInstanceServerDeleteNetworkLoadBalancerCall) Return(arg0 error) *MockInstanceServerDeleteNetworkLoadBalancerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteNetworkPeerCall ¶
MockInstanceServerDeleteNetworkPeerCall wrap *gomock.Call
func (*MockInstanceServerDeleteNetworkPeerCall) Do ¶
func (c *MockInstanceServerDeleteNetworkPeerCall) Do(f func(string, string) error) *MockInstanceServerDeleteNetworkPeerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteNetworkPeerCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteNetworkPeerCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteNetworkPeerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteNetworkPeerCall) Return ¶
func (c *MockInstanceServerDeleteNetworkPeerCall) Return(arg0 error) *MockInstanceServerDeleteNetworkPeerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteNetworkZoneCall ¶
MockInstanceServerDeleteNetworkZoneCall wrap *gomock.Call
func (*MockInstanceServerDeleteNetworkZoneCall) Do ¶
func (c *MockInstanceServerDeleteNetworkZoneCall) Do(f func(string) error) *MockInstanceServerDeleteNetworkZoneCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteNetworkZoneCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteNetworkZoneCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteNetworkZoneCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteNetworkZoneCall) Return ¶
func (c *MockInstanceServerDeleteNetworkZoneCall) Return(arg0 error) *MockInstanceServerDeleteNetworkZoneCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteNetworkZoneRecordCall ¶
MockInstanceServerDeleteNetworkZoneRecordCall wrap *gomock.Call
func (*MockInstanceServerDeleteNetworkZoneRecordCall) Do ¶
func (c *MockInstanceServerDeleteNetworkZoneRecordCall) Do(f func(string, string) error) *MockInstanceServerDeleteNetworkZoneRecordCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteNetworkZoneRecordCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteNetworkZoneRecordCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteNetworkZoneRecordCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteNetworkZoneRecordCall) Return ¶
func (c *MockInstanceServerDeleteNetworkZoneRecordCall) Return(arg0 error) *MockInstanceServerDeleteNetworkZoneRecordCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteOperationCall ¶
MockInstanceServerDeleteOperationCall wrap *gomock.Call
func (*MockInstanceServerDeleteOperationCall) Do ¶
func (c *MockInstanceServerDeleteOperationCall) Do(f func(string) error) *MockInstanceServerDeleteOperationCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteOperationCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteOperationCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteOperationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteOperationCall) Return ¶
func (c *MockInstanceServerDeleteOperationCall) Return(arg0 error) *MockInstanceServerDeleteOperationCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteProfileCall ¶
MockInstanceServerDeleteProfileCall wrap *gomock.Call
func (*MockInstanceServerDeleteProfileCall) Do ¶
func (c *MockInstanceServerDeleteProfileCall) Do(f func(string) error) *MockInstanceServerDeleteProfileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteProfileCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteProfileCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteProfileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteProfileCall) Return ¶
func (c *MockInstanceServerDeleteProfileCall) Return(arg0 error) *MockInstanceServerDeleteProfileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteProjectCall ¶
MockInstanceServerDeleteProjectCall wrap *gomock.Call
func (*MockInstanceServerDeleteProjectCall) Do ¶
func (c *MockInstanceServerDeleteProjectCall) Do(f func(string) error) *MockInstanceServerDeleteProjectCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteProjectCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteProjectCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteProjectCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteProjectCall) Return ¶
func (c *MockInstanceServerDeleteProjectCall) Return(arg0 error) *MockInstanceServerDeleteProjectCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteStoragePoolBucketCall ¶
MockInstanceServerDeleteStoragePoolBucketCall wrap *gomock.Call
func (*MockInstanceServerDeleteStoragePoolBucketCall) Do ¶
func (c *MockInstanceServerDeleteStoragePoolBucketCall) Do(f func(string, string) error) *MockInstanceServerDeleteStoragePoolBucketCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteStoragePoolBucketCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteStoragePoolBucketCall) DoAndReturn(f func(string, string) error) *MockInstanceServerDeleteStoragePoolBucketCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteStoragePoolBucketCall) Return ¶
func (c *MockInstanceServerDeleteStoragePoolBucketCall) Return(arg0 error) *MockInstanceServerDeleteStoragePoolBucketCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteStoragePoolBucketKeyCall ¶
MockInstanceServerDeleteStoragePoolBucketKeyCall wrap *gomock.Call
func (*MockInstanceServerDeleteStoragePoolBucketKeyCall) Do ¶
func (c *MockInstanceServerDeleteStoragePoolBucketKeyCall) Do(f func(string, string, string) error) *MockInstanceServerDeleteStoragePoolBucketKeyCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteStoragePoolBucketKeyCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteStoragePoolBucketKeyCall) DoAndReturn(f func(string, string, string) error) *MockInstanceServerDeleteStoragePoolBucketKeyCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteStoragePoolBucketKeyCall) Return ¶
func (c *MockInstanceServerDeleteStoragePoolBucketKeyCall) Return(arg0 error) *MockInstanceServerDeleteStoragePoolBucketKeyCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteStoragePoolCall ¶
MockInstanceServerDeleteStoragePoolCall wrap *gomock.Call
func (*MockInstanceServerDeleteStoragePoolCall) Do ¶
func (c *MockInstanceServerDeleteStoragePoolCall) Do(f func(string) error) *MockInstanceServerDeleteStoragePoolCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteStoragePoolCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteStoragePoolCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteStoragePoolCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteStoragePoolCall) Return ¶
func (c *MockInstanceServerDeleteStoragePoolCall) Return(arg0 error) *MockInstanceServerDeleteStoragePoolCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteStoragePoolVolumeBackupCall ¶
MockInstanceServerDeleteStoragePoolVolumeBackupCall wrap *gomock.Call
func (*MockInstanceServerDeleteStoragePoolVolumeBackupCall) Do ¶
func (c *MockInstanceServerDeleteStoragePoolVolumeBackupCall) Do(f func(string, string, string) (lxd.Operation, error)) *MockInstanceServerDeleteStoragePoolVolumeBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteStoragePoolVolumeBackupCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteStoragePoolVolumeBackupCall) DoAndReturn(f func(string, string, string) (lxd.Operation, error)) *MockInstanceServerDeleteStoragePoolVolumeBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteStoragePoolVolumeBackupCall) Return ¶
func (c *MockInstanceServerDeleteStoragePoolVolumeBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteStoragePoolVolumeBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteStoragePoolVolumeCall ¶
MockInstanceServerDeleteStoragePoolVolumeCall wrap *gomock.Call
func (*MockInstanceServerDeleteStoragePoolVolumeCall) Do ¶
func (c *MockInstanceServerDeleteStoragePoolVolumeCall) Do(f func(string, string, string) error) *MockInstanceServerDeleteStoragePoolVolumeCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteStoragePoolVolumeCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteStoragePoolVolumeCall) DoAndReturn(f func(string, string, string) error) *MockInstanceServerDeleteStoragePoolVolumeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteStoragePoolVolumeCall) Return ¶
func (c *MockInstanceServerDeleteStoragePoolVolumeCall) Return(arg0 error) *MockInstanceServerDeleteStoragePoolVolumeCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteStoragePoolVolumeSnapshotCall ¶
MockInstanceServerDeleteStoragePoolVolumeSnapshotCall wrap *gomock.Call
func (*MockInstanceServerDeleteStoragePoolVolumeSnapshotCall) Do ¶
func (c *MockInstanceServerDeleteStoragePoolVolumeSnapshotCall) Do(f func(string, string, string, string) (lxd.Operation, error)) *MockInstanceServerDeleteStoragePoolVolumeSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteStoragePoolVolumeSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteStoragePoolVolumeSnapshotCall) DoAndReturn(f func(string, string, string, string) (lxd.Operation, error)) *MockInstanceServerDeleteStoragePoolVolumeSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteStoragePoolVolumeSnapshotCall) Return ¶
func (c *MockInstanceServerDeleteStoragePoolVolumeSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerDeleteStoragePoolVolumeSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDeleteWarningCall ¶
MockInstanceServerDeleteWarningCall wrap *gomock.Call
func (*MockInstanceServerDeleteWarningCall) Do ¶
func (c *MockInstanceServerDeleteWarningCall) Do(f func(string) error) *MockInstanceServerDeleteWarningCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDeleteWarningCall) DoAndReturn ¶
func (c *MockInstanceServerDeleteWarningCall) DoAndReturn(f func(string) error) *MockInstanceServerDeleteWarningCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDeleteWarningCall) Return ¶
func (c *MockInstanceServerDeleteWarningCall) Return(arg0 error) *MockInstanceServerDeleteWarningCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDisconnectCall ¶
MockInstanceServerDisconnectCall wrap *gomock.Call
func (*MockInstanceServerDisconnectCall) Do ¶
func (c *MockInstanceServerDisconnectCall) Do(f func()) *MockInstanceServerDisconnectCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDisconnectCall) DoAndReturn ¶
func (c *MockInstanceServerDisconnectCall) DoAndReturn(f func()) *MockInstanceServerDisconnectCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDisconnectCall) Return ¶
func (c *MockInstanceServerDisconnectCall) Return() *MockInstanceServerDisconnectCall
Return rewrite *gomock.Call.Return
type MockInstanceServerDoHTTPCall ¶
MockInstanceServerDoHTTPCall wrap *gomock.Call
func (*MockInstanceServerDoHTTPCall) Do ¶
func (c *MockInstanceServerDoHTTPCall) Do(f func(*http.Request) (*http.Response, error)) *MockInstanceServerDoHTTPCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerDoHTTPCall) DoAndReturn ¶
func (c *MockInstanceServerDoHTTPCall) DoAndReturn(f func(*http.Request) (*http.Response, error)) *MockInstanceServerDoHTTPCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerDoHTTPCall) Return ¶
func (c *MockInstanceServerDoHTTPCall) Return(arg0 *http.Response, arg1 error) *MockInstanceServerDoHTTPCall
Return rewrite *gomock.Call.Return
type MockInstanceServerExecContainerCall ¶
MockInstanceServerExecContainerCall wrap *gomock.Call
func (*MockInstanceServerExecContainerCall) Do ¶
func (c *MockInstanceServerExecContainerCall) Do(f func(string, api.ContainerExecPost, *lxd.ContainerExecArgs) (lxd.Operation, error)) *MockInstanceServerExecContainerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerExecContainerCall) DoAndReturn ¶
func (c *MockInstanceServerExecContainerCall) DoAndReturn(f func(string, api.ContainerExecPost, *lxd.ContainerExecArgs) (lxd.Operation, error)) *MockInstanceServerExecContainerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerExecContainerCall) Return ¶
func (c *MockInstanceServerExecContainerCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerExecContainerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerExecInstanceCall ¶
MockInstanceServerExecInstanceCall wrap *gomock.Call
func (*MockInstanceServerExecInstanceCall) Do ¶
func (c *MockInstanceServerExecInstanceCall) Do(f func(string, api.InstanceExecPost, *lxd.InstanceExecArgs) (lxd.Operation, error)) *MockInstanceServerExecInstanceCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerExecInstanceCall) DoAndReturn ¶
func (c *MockInstanceServerExecInstanceCall) DoAndReturn(f func(string, api.InstanceExecPost, *lxd.InstanceExecArgs) (lxd.Operation, error)) *MockInstanceServerExecInstanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerExecInstanceCall) Return ¶
func (c *MockInstanceServerExecInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerExecInstanceCall
Return rewrite *gomock.Call.Return
type MockInstanceServerExportImageCall ¶
MockInstanceServerExportImageCall wrap *gomock.Call
func (*MockInstanceServerExportImageCall) Do ¶
func (c *MockInstanceServerExportImageCall) Do(f func(string, api.ImageExportPost) (lxd.Operation, error)) *MockInstanceServerExportImageCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerExportImageCall) DoAndReturn ¶
func (c *MockInstanceServerExportImageCall) DoAndReturn(f func(string, api.ImageExportPost) (lxd.Operation, error)) *MockInstanceServerExportImageCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerExportImageCall) Return ¶
func (c *MockInstanceServerExportImageCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerExportImageCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetAuthGroupCall ¶
MockInstanceServerGetAuthGroupCall wrap *gomock.Call
func (*MockInstanceServerGetAuthGroupCall) Do ¶
func (c *MockInstanceServerGetAuthGroupCall) Do(f func(string) (*api.AuthGroup, string, error)) *MockInstanceServerGetAuthGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetAuthGroupCall) DoAndReturn ¶
func (c *MockInstanceServerGetAuthGroupCall) DoAndReturn(f func(string) (*api.AuthGroup, string, error)) *MockInstanceServerGetAuthGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetAuthGroupCall) Return ¶
func (c *MockInstanceServerGetAuthGroupCall) Return(arg0 *api.AuthGroup, arg1 string, arg2 error) *MockInstanceServerGetAuthGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetAuthGroupNamesCall ¶
MockInstanceServerGetAuthGroupNamesCall wrap *gomock.Call
func (*MockInstanceServerGetAuthGroupNamesCall) Do ¶
func (c *MockInstanceServerGetAuthGroupNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetAuthGroupNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetAuthGroupNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetAuthGroupNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetAuthGroupNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetAuthGroupNamesCall) Return ¶
func (c *MockInstanceServerGetAuthGroupNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetAuthGroupNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetAuthGroupsCall ¶
MockInstanceServerGetAuthGroupsCall wrap *gomock.Call
func (*MockInstanceServerGetAuthGroupsCall) Do ¶
func (c *MockInstanceServerGetAuthGroupsCall) Do(f func() ([]api.AuthGroup, error)) *MockInstanceServerGetAuthGroupsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetAuthGroupsCall) DoAndReturn ¶
func (c *MockInstanceServerGetAuthGroupsCall) DoAndReturn(f func() ([]api.AuthGroup, error)) *MockInstanceServerGetAuthGroupsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetAuthGroupsCall) Return ¶
func (c *MockInstanceServerGetAuthGroupsCall) Return(arg0 []api.AuthGroup, arg1 error) *MockInstanceServerGetAuthGroupsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetCertificateCall ¶
MockInstanceServerGetCertificateCall wrap *gomock.Call
func (*MockInstanceServerGetCertificateCall) Do ¶
func (c *MockInstanceServerGetCertificateCall) Do(f func(string) (*api.Certificate, string, error)) *MockInstanceServerGetCertificateCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetCertificateCall) DoAndReturn ¶
func (c *MockInstanceServerGetCertificateCall) DoAndReturn(f func(string) (*api.Certificate, string, error)) *MockInstanceServerGetCertificateCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetCertificateCall) Return ¶
func (c *MockInstanceServerGetCertificateCall) Return(arg0 *api.Certificate, arg1 string, arg2 error) *MockInstanceServerGetCertificateCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetCertificateFingerprintsCall ¶
MockInstanceServerGetCertificateFingerprintsCall wrap *gomock.Call
func (*MockInstanceServerGetCertificateFingerprintsCall) Do ¶
func (c *MockInstanceServerGetCertificateFingerprintsCall) Do(f func() ([]string, error)) *MockInstanceServerGetCertificateFingerprintsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetCertificateFingerprintsCall) DoAndReturn ¶
func (c *MockInstanceServerGetCertificateFingerprintsCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetCertificateFingerprintsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetCertificateFingerprintsCall) Return ¶
func (c *MockInstanceServerGetCertificateFingerprintsCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetCertificateFingerprintsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetCertificatesCall ¶
MockInstanceServerGetCertificatesCall wrap *gomock.Call
func (*MockInstanceServerGetCertificatesCall) Do ¶
func (c *MockInstanceServerGetCertificatesCall) Do(f func() ([]api.Certificate, error)) *MockInstanceServerGetCertificatesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetCertificatesCall) DoAndReturn ¶
func (c *MockInstanceServerGetCertificatesCall) DoAndReturn(f func() ([]api.Certificate, error)) *MockInstanceServerGetCertificatesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetCertificatesCall) Return ¶
func (c *MockInstanceServerGetCertificatesCall) Return(arg0 []api.Certificate, arg1 error) *MockInstanceServerGetCertificatesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetClusterCall ¶
MockInstanceServerGetClusterCall wrap *gomock.Call
func (*MockInstanceServerGetClusterCall) Do ¶
func (c *MockInstanceServerGetClusterCall) Do(f func() (*api.Cluster, string, error)) *MockInstanceServerGetClusterCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetClusterCall) DoAndReturn ¶
func (c *MockInstanceServerGetClusterCall) DoAndReturn(f func() (*api.Cluster, string, error)) *MockInstanceServerGetClusterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetClusterCall) Return ¶
func (c *MockInstanceServerGetClusterCall) Return(arg0 *api.Cluster, arg1 string, arg2 error) *MockInstanceServerGetClusterCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetClusterGroupCall ¶
MockInstanceServerGetClusterGroupCall wrap *gomock.Call
func (*MockInstanceServerGetClusterGroupCall) Do ¶
func (c *MockInstanceServerGetClusterGroupCall) Do(f func(string) (*api.ClusterGroup, string, error)) *MockInstanceServerGetClusterGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetClusterGroupCall) DoAndReturn ¶
func (c *MockInstanceServerGetClusterGroupCall) DoAndReturn(f func(string) (*api.ClusterGroup, string, error)) *MockInstanceServerGetClusterGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetClusterGroupCall) Return ¶
func (c *MockInstanceServerGetClusterGroupCall) Return(arg0 *api.ClusterGroup, arg1 string, arg2 error) *MockInstanceServerGetClusterGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetClusterGroupNamesCall ¶
MockInstanceServerGetClusterGroupNamesCall wrap *gomock.Call
func (*MockInstanceServerGetClusterGroupNamesCall) Do ¶
func (c *MockInstanceServerGetClusterGroupNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetClusterGroupNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetClusterGroupNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetClusterGroupNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetClusterGroupNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetClusterGroupNamesCall) Return ¶
func (c *MockInstanceServerGetClusterGroupNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetClusterGroupNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetClusterGroupsCall ¶
MockInstanceServerGetClusterGroupsCall wrap *gomock.Call
func (*MockInstanceServerGetClusterGroupsCall) Do ¶
func (c *MockInstanceServerGetClusterGroupsCall) Do(f func() ([]api.ClusterGroup, error)) *MockInstanceServerGetClusterGroupsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetClusterGroupsCall) DoAndReturn ¶
func (c *MockInstanceServerGetClusterGroupsCall) DoAndReturn(f func() ([]api.ClusterGroup, error)) *MockInstanceServerGetClusterGroupsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetClusterGroupsCall) Return ¶
func (c *MockInstanceServerGetClusterGroupsCall) Return(arg0 []api.ClusterGroup, arg1 error) *MockInstanceServerGetClusterGroupsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetClusterMemberCall ¶
MockInstanceServerGetClusterMemberCall wrap *gomock.Call
func (*MockInstanceServerGetClusterMemberCall) Do ¶
func (c *MockInstanceServerGetClusterMemberCall) Do(f func(string) (*api.ClusterMember, string, error)) *MockInstanceServerGetClusterMemberCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetClusterMemberCall) DoAndReturn ¶
func (c *MockInstanceServerGetClusterMemberCall) DoAndReturn(f func(string) (*api.ClusterMember, string, error)) *MockInstanceServerGetClusterMemberCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetClusterMemberCall) Return ¶
func (c *MockInstanceServerGetClusterMemberCall) Return(arg0 *api.ClusterMember, arg1 string, arg2 error) *MockInstanceServerGetClusterMemberCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetClusterMemberNamesCall ¶
MockInstanceServerGetClusterMemberNamesCall wrap *gomock.Call
func (*MockInstanceServerGetClusterMemberNamesCall) Do ¶
func (c *MockInstanceServerGetClusterMemberNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetClusterMemberNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetClusterMemberNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetClusterMemberNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetClusterMemberNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetClusterMemberNamesCall) Return ¶
func (c *MockInstanceServerGetClusterMemberNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetClusterMemberNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetClusterMemberStateCall ¶
MockInstanceServerGetClusterMemberStateCall wrap *gomock.Call
func (*MockInstanceServerGetClusterMemberStateCall) Do ¶
func (c *MockInstanceServerGetClusterMemberStateCall) Do(f func(string) (*api.ClusterMemberState, string, error)) *MockInstanceServerGetClusterMemberStateCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetClusterMemberStateCall) DoAndReturn ¶
func (c *MockInstanceServerGetClusterMemberStateCall) DoAndReturn(f func(string) (*api.ClusterMemberState, string, error)) *MockInstanceServerGetClusterMemberStateCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetClusterMemberStateCall) Return ¶
func (c *MockInstanceServerGetClusterMemberStateCall) Return(arg0 *api.ClusterMemberState, arg1 string, arg2 error) *MockInstanceServerGetClusterMemberStateCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetClusterMembersCall ¶
MockInstanceServerGetClusterMembersCall wrap *gomock.Call
func (*MockInstanceServerGetClusterMembersCall) Do ¶
func (c *MockInstanceServerGetClusterMembersCall) Do(f func() ([]api.ClusterMember, error)) *MockInstanceServerGetClusterMembersCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetClusterMembersCall) DoAndReturn ¶
func (c *MockInstanceServerGetClusterMembersCall) DoAndReturn(f func() ([]api.ClusterMember, error)) *MockInstanceServerGetClusterMembersCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetClusterMembersCall) Return ¶
func (c *MockInstanceServerGetClusterMembersCall) Return(arg0 []api.ClusterMember, arg1 error) *MockInstanceServerGetClusterMembersCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetConnectionInfoCall ¶
MockInstanceServerGetConnectionInfoCall wrap *gomock.Call
func (*MockInstanceServerGetConnectionInfoCall) Do ¶
func (c *MockInstanceServerGetConnectionInfoCall) Do(f func() (*lxd.ConnectionInfo, error)) *MockInstanceServerGetConnectionInfoCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetConnectionInfoCall) DoAndReturn ¶
func (c *MockInstanceServerGetConnectionInfoCall) DoAndReturn(f func() (*lxd.ConnectionInfo, error)) *MockInstanceServerGetConnectionInfoCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetConnectionInfoCall) Return ¶
func (c *MockInstanceServerGetConnectionInfoCall) Return(arg0 *lxd.ConnectionInfo, arg1 error) *MockInstanceServerGetConnectionInfoCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerBackupCall ¶
MockInstanceServerGetContainerBackupCall wrap *gomock.Call
func (*MockInstanceServerGetContainerBackupCall) Do ¶
func (c *MockInstanceServerGetContainerBackupCall) Do(f func(string, string) (*api.ContainerBackup, string, error)) *MockInstanceServerGetContainerBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerBackupCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerBackupCall) DoAndReturn(f func(string, string) (*api.ContainerBackup, string, error)) *MockInstanceServerGetContainerBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerBackupCall) Return ¶
func (c *MockInstanceServerGetContainerBackupCall) Return(arg0 *api.ContainerBackup, arg1 string, arg2 error) *MockInstanceServerGetContainerBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerBackupFileCall ¶
MockInstanceServerGetContainerBackupFileCall wrap *gomock.Call
func (*MockInstanceServerGetContainerBackupFileCall) Do ¶
func (c *MockInstanceServerGetContainerBackupFileCall) Do(f func(string, string, *lxd.BackupFileRequest) (*lxd.BackupFileResponse, error)) *MockInstanceServerGetContainerBackupFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerBackupFileCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerBackupFileCall) DoAndReturn(f func(string, string, *lxd.BackupFileRequest) (*lxd.BackupFileResponse, error)) *MockInstanceServerGetContainerBackupFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerBackupFileCall) Return ¶
func (c *MockInstanceServerGetContainerBackupFileCall) Return(arg0 *lxd.BackupFileResponse, arg1 error) *MockInstanceServerGetContainerBackupFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerBackupNamesCall ¶
MockInstanceServerGetContainerBackupNamesCall wrap *gomock.Call
func (*MockInstanceServerGetContainerBackupNamesCall) Do ¶
func (c *MockInstanceServerGetContainerBackupNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetContainerBackupNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerBackupNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerBackupNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetContainerBackupNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerBackupNamesCall) Return ¶
func (c *MockInstanceServerGetContainerBackupNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetContainerBackupNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerBackupsCall ¶
MockInstanceServerGetContainerBackupsCall wrap *gomock.Call
func (*MockInstanceServerGetContainerBackupsCall) Do ¶
func (c *MockInstanceServerGetContainerBackupsCall) Do(f func(string) ([]api.ContainerBackup, error)) *MockInstanceServerGetContainerBackupsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerBackupsCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerBackupsCall) DoAndReturn(f func(string) ([]api.ContainerBackup, error)) *MockInstanceServerGetContainerBackupsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerBackupsCall) Return ¶
func (c *MockInstanceServerGetContainerBackupsCall) Return(arg0 []api.ContainerBackup, arg1 error) *MockInstanceServerGetContainerBackupsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerCall ¶
MockInstanceServerGetContainerCall wrap *gomock.Call
func (*MockInstanceServerGetContainerCall) Do ¶
func (c *MockInstanceServerGetContainerCall) Do(f func(string) (*api.Container, string, error)) *MockInstanceServerGetContainerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerCall) DoAndReturn(f func(string) (*api.Container, string, error)) *MockInstanceServerGetContainerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerCall) Return ¶
func (c *MockInstanceServerGetContainerCall) Return(arg0 *api.Container, arg1 string, arg2 error) *MockInstanceServerGetContainerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerConsoleLogCall ¶
MockInstanceServerGetContainerConsoleLogCall wrap *gomock.Call
func (*MockInstanceServerGetContainerConsoleLogCall) Do ¶
func (c *MockInstanceServerGetContainerConsoleLogCall) Do(f func(string, *lxd.ContainerConsoleLogArgs) (io.ReadCloser, error)) *MockInstanceServerGetContainerConsoleLogCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerConsoleLogCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerConsoleLogCall) DoAndReturn(f func(string, *lxd.ContainerConsoleLogArgs) (io.ReadCloser, error)) *MockInstanceServerGetContainerConsoleLogCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerConsoleLogCall) Return ¶
func (c *MockInstanceServerGetContainerConsoleLogCall) Return(arg0 io.ReadCloser, arg1 error) *MockInstanceServerGetContainerConsoleLogCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerFileCall ¶
MockInstanceServerGetContainerFileCall wrap *gomock.Call
func (*MockInstanceServerGetContainerFileCall) Do ¶
func (c *MockInstanceServerGetContainerFileCall) Do(f func(string, string) (io.ReadCloser, *lxd.ContainerFileResponse, error)) *MockInstanceServerGetContainerFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerFileCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerFileCall) DoAndReturn(f func(string, string) (io.ReadCloser, *lxd.ContainerFileResponse, error)) *MockInstanceServerGetContainerFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerFileCall) Return ¶
func (c *MockInstanceServerGetContainerFileCall) Return(arg0 io.ReadCloser, arg1 *lxd.ContainerFileResponse, arg2 error) *MockInstanceServerGetContainerFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerLogfileCall ¶
MockInstanceServerGetContainerLogfileCall wrap *gomock.Call
func (*MockInstanceServerGetContainerLogfileCall) Do ¶
func (c *MockInstanceServerGetContainerLogfileCall) Do(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetContainerLogfileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerLogfileCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerLogfileCall) DoAndReturn(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetContainerLogfileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerLogfileCall) Return ¶
func (c *MockInstanceServerGetContainerLogfileCall) Return(arg0 io.ReadCloser, arg1 error) *MockInstanceServerGetContainerLogfileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerLogfilesCall ¶
MockInstanceServerGetContainerLogfilesCall wrap *gomock.Call
func (*MockInstanceServerGetContainerLogfilesCall) Do ¶
func (c *MockInstanceServerGetContainerLogfilesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetContainerLogfilesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerLogfilesCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerLogfilesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetContainerLogfilesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerLogfilesCall) Return ¶
func (c *MockInstanceServerGetContainerLogfilesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetContainerLogfilesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerMetadataCall ¶
MockInstanceServerGetContainerMetadataCall wrap *gomock.Call
func (*MockInstanceServerGetContainerMetadataCall) Do ¶
func (c *MockInstanceServerGetContainerMetadataCall) Do(f func(string) (*api.ImageMetadata, string, error)) *MockInstanceServerGetContainerMetadataCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerMetadataCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerMetadataCall) DoAndReturn(f func(string) (*api.ImageMetadata, string, error)) *MockInstanceServerGetContainerMetadataCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerMetadataCall) Return ¶
func (c *MockInstanceServerGetContainerMetadataCall) Return(arg0 *api.ImageMetadata, arg1 string, arg2 error) *MockInstanceServerGetContainerMetadataCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerNamesCall ¶
MockInstanceServerGetContainerNamesCall wrap *gomock.Call
func (*MockInstanceServerGetContainerNamesCall) Do ¶
func (c *MockInstanceServerGetContainerNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetContainerNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetContainerNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerNamesCall) Return ¶
func (c *MockInstanceServerGetContainerNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetContainerNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerSnapshotCall ¶
MockInstanceServerGetContainerSnapshotCall wrap *gomock.Call
func (*MockInstanceServerGetContainerSnapshotCall) Do ¶
func (c *MockInstanceServerGetContainerSnapshotCall) Do(f func(string, string) (*api.ContainerSnapshot, string, error)) *MockInstanceServerGetContainerSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerSnapshotCall) DoAndReturn(f func(string, string) (*api.ContainerSnapshot, string, error)) *MockInstanceServerGetContainerSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerSnapshotCall) Return ¶
func (c *MockInstanceServerGetContainerSnapshotCall) Return(arg0 *api.ContainerSnapshot, arg1 string, arg2 error) *MockInstanceServerGetContainerSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerSnapshotNamesCall ¶
MockInstanceServerGetContainerSnapshotNamesCall wrap *gomock.Call
func (*MockInstanceServerGetContainerSnapshotNamesCall) Do ¶
func (c *MockInstanceServerGetContainerSnapshotNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetContainerSnapshotNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerSnapshotNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerSnapshotNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetContainerSnapshotNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerSnapshotNamesCall) Return ¶
func (c *MockInstanceServerGetContainerSnapshotNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetContainerSnapshotNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerSnapshotsCall ¶
MockInstanceServerGetContainerSnapshotsCall wrap *gomock.Call
func (*MockInstanceServerGetContainerSnapshotsCall) Do ¶
func (c *MockInstanceServerGetContainerSnapshotsCall) Do(f func(string) ([]api.ContainerSnapshot, error)) *MockInstanceServerGetContainerSnapshotsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerSnapshotsCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerSnapshotsCall) DoAndReturn(f func(string) ([]api.ContainerSnapshot, error)) *MockInstanceServerGetContainerSnapshotsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerSnapshotsCall) Return ¶
func (c *MockInstanceServerGetContainerSnapshotsCall) Return(arg0 []api.ContainerSnapshot, arg1 error) *MockInstanceServerGetContainerSnapshotsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerStateCall ¶
MockInstanceServerGetContainerStateCall wrap *gomock.Call
func (*MockInstanceServerGetContainerStateCall) Do ¶
func (c *MockInstanceServerGetContainerStateCall) Do(f func(string) (*api.ContainerState, string, error)) *MockInstanceServerGetContainerStateCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerStateCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerStateCall) DoAndReturn(f func(string) (*api.ContainerState, string, error)) *MockInstanceServerGetContainerStateCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerStateCall) Return ¶
func (c *MockInstanceServerGetContainerStateCall) Return(arg0 *api.ContainerState, arg1 string, arg2 error) *MockInstanceServerGetContainerStateCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerTemplateFileCall ¶
MockInstanceServerGetContainerTemplateFileCall wrap *gomock.Call
func (*MockInstanceServerGetContainerTemplateFileCall) Do ¶
func (c *MockInstanceServerGetContainerTemplateFileCall) Do(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetContainerTemplateFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerTemplateFileCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerTemplateFileCall) DoAndReturn(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetContainerTemplateFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerTemplateFileCall) Return ¶
func (c *MockInstanceServerGetContainerTemplateFileCall) Return(arg0 io.ReadCloser, arg1 error) *MockInstanceServerGetContainerTemplateFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainerTemplateFilesCall ¶
MockInstanceServerGetContainerTemplateFilesCall wrap *gomock.Call
func (*MockInstanceServerGetContainerTemplateFilesCall) Do ¶
func (c *MockInstanceServerGetContainerTemplateFilesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetContainerTemplateFilesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainerTemplateFilesCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainerTemplateFilesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetContainerTemplateFilesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainerTemplateFilesCall) Return ¶
func (c *MockInstanceServerGetContainerTemplateFilesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetContainerTemplateFilesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainersCall ¶
MockInstanceServerGetContainersCall wrap *gomock.Call
func (*MockInstanceServerGetContainersCall) Do ¶
func (c *MockInstanceServerGetContainersCall) Do(f func() ([]api.Container, error)) *MockInstanceServerGetContainersCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainersCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainersCall) DoAndReturn(f func() ([]api.Container, error)) *MockInstanceServerGetContainersCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainersCall) Return ¶
func (c *MockInstanceServerGetContainersCall) Return(arg0 []api.Container, arg1 error) *MockInstanceServerGetContainersCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetContainersFullCall ¶
MockInstanceServerGetContainersFullCall wrap *gomock.Call
func (*MockInstanceServerGetContainersFullCall) Do ¶
func (c *MockInstanceServerGetContainersFullCall) Do(f func() ([]api.ContainerFull, error)) *MockInstanceServerGetContainersFullCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetContainersFullCall) DoAndReturn ¶
func (c *MockInstanceServerGetContainersFullCall) DoAndReturn(f func() ([]api.ContainerFull, error)) *MockInstanceServerGetContainersFullCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetContainersFullCall) Return ¶
func (c *MockInstanceServerGetContainersFullCall) Return(arg0 []api.ContainerFull, arg1 error) *MockInstanceServerGetContainersFullCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetCurrentIdentityInfoCall ¶
MockInstanceServerGetCurrentIdentityInfoCall wrap *gomock.Call
func (*MockInstanceServerGetCurrentIdentityInfoCall) Do ¶
func (c *MockInstanceServerGetCurrentIdentityInfoCall) Do(f func() (*api.IdentityInfo, string, error)) *MockInstanceServerGetCurrentIdentityInfoCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetCurrentIdentityInfoCall) DoAndReturn ¶
func (c *MockInstanceServerGetCurrentIdentityInfoCall) DoAndReturn(f func() (*api.IdentityInfo, string, error)) *MockInstanceServerGetCurrentIdentityInfoCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetCurrentIdentityInfoCall) Return ¶
func (c *MockInstanceServerGetCurrentIdentityInfoCall) Return(arg0 *api.IdentityInfo, arg1 string, arg2 error) *MockInstanceServerGetCurrentIdentityInfoCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetEventsAllProjectsCall ¶
MockInstanceServerGetEventsAllProjectsCall wrap *gomock.Call
func (*MockInstanceServerGetEventsAllProjectsCall) Do ¶
func (c *MockInstanceServerGetEventsAllProjectsCall) Do(f func() (*lxd.EventListener, error)) *MockInstanceServerGetEventsAllProjectsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetEventsAllProjectsCall) DoAndReturn ¶
func (c *MockInstanceServerGetEventsAllProjectsCall) DoAndReturn(f func() (*lxd.EventListener, error)) *MockInstanceServerGetEventsAllProjectsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetEventsAllProjectsCall) Return ¶
func (c *MockInstanceServerGetEventsAllProjectsCall) Return(arg0 *lxd.EventListener, arg1 error) *MockInstanceServerGetEventsAllProjectsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetEventsCall ¶
MockInstanceServerGetEventsCall wrap *gomock.Call
func (*MockInstanceServerGetEventsCall) Do ¶
func (c *MockInstanceServerGetEventsCall) Do(f func() (*lxd.EventListener, error)) *MockInstanceServerGetEventsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetEventsCall) DoAndReturn ¶
func (c *MockInstanceServerGetEventsCall) DoAndReturn(f func() (*lxd.EventListener, error)) *MockInstanceServerGetEventsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetEventsCall) Return ¶
func (c *MockInstanceServerGetEventsCall) Return(arg0 *lxd.EventListener, arg1 error) *MockInstanceServerGetEventsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetHTTPClientCall ¶
MockInstanceServerGetHTTPClientCall wrap *gomock.Call
func (*MockInstanceServerGetHTTPClientCall) Do ¶
func (c *MockInstanceServerGetHTTPClientCall) Do(f func() (*http.Client, error)) *MockInstanceServerGetHTTPClientCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetHTTPClientCall) DoAndReturn ¶
func (c *MockInstanceServerGetHTTPClientCall) DoAndReturn(f func() (*http.Client, error)) *MockInstanceServerGetHTTPClientCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetHTTPClientCall) Return ¶
func (c *MockInstanceServerGetHTTPClientCall) Return(arg0 *http.Client, arg1 error) *MockInstanceServerGetHTTPClientCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetIdentitiesByAuthenticationMethodCall ¶
MockInstanceServerGetIdentitiesByAuthenticationMethodCall wrap *gomock.Call
func (*MockInstanceServerGetIdentitiesByAuthenticationMethodCall) Do ¶
func (c *MockInstanceServerGetIdentitiesByAuthenticationMethodCall) Do(f func(string) ([]api.Identity, error)) *MockInstanceServerGetIdentitiesByAuthenticationMethodCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetIdentitiesByAuthenticationMethodCall) DoAndReturn ¶
func (c *MockInstanceServerGetIdentitiesByAuthenticationMethodCall) DoAndReturn(f func(string) ([]api.Identity, error)) *MockInstanceServerGetIdentitiesByAuthenticationMethodCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetIdentitiesByAuthenticationMethodCall) Return ¶
func (c *MockInstanceServerGetIdentitiesByAuthenticationMethodCall) Return(arg0 []api.Identity, arg1 error) *MockInstanceServerGetIdentitiesByAuthenticationMethodCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetIdentitiesCall ¶
MockInstanceServerGetIdentitiesCall wrap *gomock.Call
func (*MockInstanceServerGetIdentitiesCall) Do ¶
func (c *MockInstanceServerGetIdentitiesCall) Do(f func() ([]api.Identity, error)) *MockInstanceServerGetIdentitiesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetIdentitiesCall) DoAndReturn ¶
func (c *MockInstanceServerGetIdentitiesCall) DoAndReturn(f func() ([]api.Identity, error)) *MockInstanceServerGetIdentitiesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetIdentitiesCall) Return ¶
func (c *MockInstanceServerGetIdentitiesCall) Return(arg0 []api.Identity, arg1 error) *MockInstanceServerGetIdentitiesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall ¶
MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall wrap *gomock.Call
func (*MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall) Do ¶
func (c *MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall) Do(f func() (map[string][]string, error)) *MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall) DoAndReturn ¶
func (c *MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall) DoAndReturn(f func() (map[string][]string, error)) *MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall) Return ¶
func (c *MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall) Return(arg0 map[string][]string, arg1 error) *MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetIdentityCall ¶
MockInstanceServerGetIdentityCall wrap *gomock.Call
func (*MockInstanceServerGetIdentityCall) Do ¶
func (c *MockInstanceServerGetIdentityCall) Do(f func(string, string) (*api.Identity, string, error)) *MockInstanceServerGetIdentityCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetIdentityCall) DoAndReturn ¶
func (c *MockInstanceServerGetIdentityCall) DoAndReturn(f func(string, string) (*api.Identity, string, error)) *MockInstanceServerGetIdentityCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetIdentityCall) Return ¶
func (c *MockInstanceServerGetIdentityCall) Return(arg0 *api.Identity, arg1 string, arg2 error) *MockInstanceServerGetIdentityCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall ¶
MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall wrap *gomock.Call
func (*MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall) Do ¶
func (c *MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall) DoAndReturn ¶
func (c *MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall) Return ¶
func (c *MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetIdentityProviderGroupCall ¶
MockInstanceServerGetIdentityProviderGroupCall wrap *gomock.Call
func (*MockInstanceServerGetIdentityProviderGroupCall) Do ¶
func (c *MockInstanceServerGetIdentityProviderGroupCall) Do(f func(string) (*api.IdentityProviderGroup, string, error)) *MockInstanceServerGetIdentityProviderGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetIdentityProviderGroupCall) DoAndReturn ¶
func (c *MockInstanceServerGetIdentityProviderGroupCall) DoAndReturn(f func(string) (*api.IdentityProviderGroup, string, error)) *MockInstanceServerGetIdentityProviderGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetIdentityProviderGroupCall) Return ¶
func (c *MockInstanceServerGetIdentityProviderGroupCall) Return(arg0 *api.IdentityProviderGroup, arg1 string, arg2 error) *MockInstanceServerGetIdentityProviderGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetIdentityProviderGroupNamesCall ¶
MockInstanceServerGetIdentityProviderGroupNamesCall wrap *gomock.Call
func (*MockInstanceServerGetIdentityProviderGroupNamesCall) Do ¶
func (c *MockInstanceServerGetIdentityProviderGroupNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetIdentityProviderGroupNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetIdentityProviderGroupNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetIdentityProviderGroupNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetIdentityProviderGroupNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetIdentityProviderGroupNamesCall) Return ¶
func (c *MockInstanceServerGetIdentityProviderGroupNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetIdentityProviderGroupNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetIdentityProviderGroupsCall ¶
MockInstanceServerGetIdentityProviderGroupsCall wrap *gomock.Call
func (*MockInstanceServerGetIdentityProviderGroupsCall) Do ¶
func (c *MockInstanceServerGetIdentityProviderGroupsCall) Do(f func() ([]api.IdentityProviderGroup, error)) *MockInstanceServerGetIdentityProviderGroupsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetIdentityProviderGroupsCall) DoAndReturn ¶
func (c *MockInstanceServerGetIdentityProviderGroupsCall) DoAndReturn(f func() ([]api.IdentityProviderGroup, error)) *MockInstanceServerGetIdentityProviderGroupsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetIdentityProviderGroupsCall) Return ¶
func (c *MockInstanceServerGetIdentityProviderGroupsCall) Return(arg0 []api.IdentityProviderGroup, arg1 error) *MockInstanceServerGetIdentityProviderGroupsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetImageAliasArchitecturesCall ¶
MockInstanceServerGetImageAliasArchitecturesCall wrap *gomock.Call
func (*MockInstanceServerGetImageAliasArchitecturesCall) Do ¶
func (c *MockInstanceServerGetImageAliasArchitecturesCall) Do(f func(string, string) (map[string]*api.ImageAliasesEntry, error)) *MockInstanceServerGetImageAliasArchitecturesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetImageAliasArchitecturesCall) DoAndReturn ¶
func (c *MockInstanceServerGetImageAliasArchitecturesCall) DoAndReturn(f func(string, string) (map[string]*api.ImageAliasesEntry, error)) *MockInstanceServerGetImageAliasArchitecturesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetImageAliasArchitecturesCall) Return ¶
func (c *MockInstanceServerGetImageAliasArchitecturesCall) Return(arg0 map[string]*api.ImageAliasesEntry, arg1 error) *MockInstanceServerGetImageAliasArchitecturesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetImageAliasCall ¶
MockInstanceServerGetImageAliasCall wrap *gomock.Call
func (*MockInstanceServerGetImageAliasCall) Do ¶
func (c *MockInstanceServerGetImageAliasCall) Do(f func(string) (*api.ImageAliasesEntry, string, error)) *MockInstanceServerGetImageAliasCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetImageAliasCall) DoAndReturn ¶
func (c *MockInstanceServerGetImageAliasCall) DoAndReturn(f func(string) (*api.ImageAliasesEntry, string, error)) *MockInstanceServerGetImageAliasCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetImageAliasCall) Return ¶
func (c *MockInstanceServerGetImageAliasCall) Return(arg0 *api.ImageAliasesEntry, arg1 string, arg2 error) *MockInstanceServerGetImageAliasCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetImageAliasNamesCall ¶
MockInstanceServerGetImageAliasNamesCall wrap *gomock.Call
func (*MockInstanceServerGetImageAliasNamesCall) Do ¶
func (c *MockInstanceServerGetImageAliasNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetImageAliasNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetImageAliasNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetImageAliasNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetImageAliasNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetImageAliasNamesCall) Return ¶
func (c *MockInstanceServerGetImageAliasNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetImageAliasNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetImageAliasTypeCall ¶
MockInstanceServerGetImageAliasTypeCall wrap *gomock.Call
func (*MockInstanceServerGetImageAliasTypeCall) Do ¶
func (c *MockInstanceServerGetImageAliasTypeCall) Do(f func(string, string) (*api.ImageAliasesEntry, string, error)) *MockInstanceServerGetImageAliasTypeCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetImageAliasTypeCall) DoAndReturn ¶
func (c *MockInstanceServerGetImageAliasTypeCall) DoAndReturn(f func(string, string) (*api.ImageAliasesEntry, string, error)) *MockInstanceServerGetImageAliasTypeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetImageAliasTypeCall) Return ¶
func (c *MockInstanceServerGetImageAliasTypeCall) Return(arg0 *api.ImageAliasesEntry, arg1 string, arg2 error) *MockInstanceServerGetImageAliasTypeCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetImageAliasesCall ¶
MockInstanceServerGetImageAliasesCall wrap *gomock.Call
func (*MockInstanceServerGetImageAliasesCall) Do ¶
func (c *MockInstanceServerGetImageAliasesCall) Do(f func() ([]api.ImageAliasesEntry, error)) *MockInstanceServerGetImageAliasesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetImageAliasesCall) DoAndReturn ¶
func (c *MockInstanceServerGetImageAliasesCall) DoAndReturn(f func() ([]api.ImageAliasesEntry, error)) *MockInstanceServerGetImageAliasesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetImageAliasesCall) Return ¶
func (c *MockInstanceServerGetImageAliasesCall) Return(arg0 []api.ImageAliasesEntry, arg1 error) *MockInstanceServerGetImageAliasesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetImageCall ¶
MockInstanceServerGetImageCall wrap *gomock.Call
func (*MockInstanceServerGetImageCall) Do ¶
func (c *MockInstanceServerGetImageCall) Do(f func(string) (*api.Image, string, error)) *MockInstanceServerGetImageCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetImageCall) DoAndReturn ¶
func (c *MockInstanceServerGetImageCall) DoAndReturn(f func(string) (*api.Image, string, error)) *MockInstanceServerGetImageCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetImageCall) Return ¶
func (c *MockInstanceServerGetImageCall) Return(arg0 *api.Image, arg1 string, arg2 error) *MockInstanceServerGetImageCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetImageFileCall ¶
MockInstanceServerGetImageFileCall wrap *gomock.Call
func (*MockInstanceServerGetImageFileCall) Do ¶
func (c *MockInstanceServerGetImageFileCall) Do(f func(string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockInstanceServerGetImageFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetImageFileCall) DoAndReturn ¶
func (c *MockInstanceServerGetImageFileCall) DoAndReturn(f func(string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockInstanceServerGetImageFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetImageFileCall) Return ¶
func (c *MockInstanceServerGetImageFileCall) Return(arg0 *lxd.ImageFileResponse, arg1 error) *MockInstanceServerGetImageFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetImageFingerprintsCall ¶
MockInstanceServerGetImageFingerprintsCall wrap *gomock.Call
func (*MockInstanceServerGetImageFingerprintsCall) Do ¶
func (c *MockInstanceServerGetImageFingerprintsCall) Do(f func() ([]string, error)) *MockInstanceServerGetImageFingerprintsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetImageFingerprintsCall) DoAndReturn ¶
func (c *MockInstanceServerGetImageFingerprintsCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetImageFingerprintsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetImageFingerprintsCall) Return ¶
func (c *MockInstanceServerGetImageFingerprintsCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetImageFingerprintsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetImageSecretCall ¶
MockInstanceServerGetImageSecretCall wrap *gomock.Call
func (*MockInstanceServerGetImageSecretCall) Do ¶
func (c *MockInstanceServerGetImageSecretCall) Do(f func(string) (string, error)) *MockInstanceServerGetImageSecretCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetImageSecretCall) DoAndReturn ¶
func (c *MockInstanceServerGetImageSecretCall) DoAndReturn(f func(string) (string, error)) *MockInstanceServerGetImageSecretCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetImageSecretCall) Return ¶
func (c *MockInstanceServerGetImageSecretCall) Return(arg0 string, arg1 error) *MockInstanceServerGetImageSecretCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetImagesCall ¶
MockInstanceServerGetImagesCall wrap *gomock.Call
func (*MockInstanceServerGetImagesCall) Do ¶
func (c *MockInstanceServerGetImagesCall) Do(f func() ([]api.Image, error)) *MockInstanceServerGetImagesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetImagesCall) DoAndReturn ¶
func (c *MockInstanceServerGetImagesCall) DoAndReturn(f func() ([]api.Image, error)) *MockInstanceServerGetImagesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetImagesCall) Return ¶
func (c *MockInstanceServerGetImagesCall) Return(arg0 []api.Image, arg1 error) *MockInstanceServerGetImagesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetImagesWithFilterCall ¶
MockInstanceServerGetImagesWithFilterCall wrap *gomock.Call
func (*MockInstanceServerGetImagesWithFilterCall) Do ¶
func (c *MockInstanceServerGetImagesWithFilterCall) Do(f func([]string) ([]api.Image, error)) *MockInstanceServerGetImagesWithFilterCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetImagesWithFilterCall) DoAndReturn ¶
func (c *MockInstanceServerGetImagesWithFilterCall) DoAndReturn(f func([]string) ([]api.Image, error)) *MockInstanceServerGetImagesWithFilterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetImagesWithFilterCall) Return ¶
func (c *MockInstanceServerGetImagesWithFilterCall) Return(arg0 []api.Image, arg1 error) *MockInstanceServerGetImagesWithFilterCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceBackupCall ¶
MockInstanceServerGetInstanceBackupCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceBackupCall) Do ¶
func (c *MockInstanceServerGetInstanceBackupCall) Do(f func(string, string) (*api.InstanceBackup, string, error)) *MockInstanceServerGetInstanceBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceBackupCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceBackupCall) DoAndReturn(f func(string, string) (*api.InstanceBackup, string, error)) *MockInstanceServerGetInstanceBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceBackupCall) Return ¶
func (c *MockInstanceServerGetInstanceBackupCall) Return(arg0 *api.InstanceBackup, arg1 string, arg2 error) *MockInstanceServerGetInstanceBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceBackupFileCall ¶
MockInstanceServerGetInstanceBackupFileCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceBackupFileCall) Do ¶
func (c *MockInstanceServerGetInstanceBackupFileCall) Do(f func(string, string, *lxd.BackupFileRequest) (*lxd.BackupFileResponse, error)) *MockInstanceServerGetInstanceBackupFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceBackupFileCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceBackupFileCall) DoAndReturn(f func(string, string, *lxd.BackupFileRequest) (*lxd.BackupFileResponse, error)) *MockInstanceServerGetInstanceBackupFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceBackupFileCall) Return ¶
func (c *MockInstanceServerGetInstanceBackupFileCall) Return(arg0 *lxd.BackupFileResponse, arg1 error) *MockInstanceServerGetInstanceBackupFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceBackupNamesCall ¶
MockInstanceServerGetInstanceBackupNamesCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceBackupNamesCall) Do ¶
func (c *MockInstanceServerGetInstanceBackupNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetInstanceBackupNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceBackupNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceBackupNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetInstanceBackupNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceBackupNamesCall) Return ¶
func (c *MockInstanceServerGetInstanceBackupNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetInstanceBackupNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceBackupsCall ¶
MockInstanceServerGetInstanceBackupsCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceBackupsCall) Do ¶
func (c *MockInstanceServerGetInstanceBackupsCall) Do(f func(string) ([]api.InstanceBackup, error)) *MockInstanceServerGetInstanceBackupsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceBackupsCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceBackupsCall) DoAndReturn(f func(string) ([]api.InstanceBackup, error)) *MockInstanceServerGetInstanceBackupsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceBackupsCall) Return ¶
func (c *MockInstanceServerGetInstanceBackupsCall) Return(arg0 []api.InstanceBackup, arg1 error) *MockInstanceServerGetInstanceBackupsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceCall ¶
MockInstanceServerGetInstanceCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceCall) Do ¶
func (c *MockInstanceServerGetInstanceCall) Do(f func(string) (*api.Instance, string, error)) *MockInstanceServerGetInstanceCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceCall) DoAndReturn(f func(string) (*api.Instance, string, error)) *MockInstanceServerGetInstanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceCall) Return ¶
func (c *MockInstanceServerGetInstanceCall) Return(arg0 *api.Instance, arg1 string, arg2 error) *MockInstanceServerGetInstanceCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceConsoleLogCall ¶
MockInstanceServerGetInstanceConsoleLogCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceConsoleLogCall) Do ¶
func (c *MockInstanceServerGetInstanceConsoleLogCall) Do(f func(string, *lxd.InstanceConsoleLogArgs) (io.ReadCloser, error)) *MockInstanceServerGetInstanceConsoleLogCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceConsoleLogCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceConsoleLogCall) DoAndReturn(f func(string, *lxd.InstanceConsoleLogArgs) (io.ReadCloser, error)) *MockInstanceServerGetInstanceConsoleLogCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceConsoleLogCall) Return ¶
func (c *MockInstanceServerGetInstanceConsoleLogCall) Return(arg0 io.ReadCloser, arg1 error) *MockInstanceServerGetInstanceConsoleLogCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceFileCall ¶
MockInstanceServerGetInstanceFileCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceFileCall) Do ¶
func (c *MockInstanceServerGetInstanceFileCall) Do(f func(string, string) (io.ReadCloser, *lxd.InstanceFileResponse, error)) *MockInstanceServerGetInstanceFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceFileCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceFileCall) DoAndReturn(f func(string, string) (io.ReadCloser, *lxd.InstanceFileResponse, error)) *MockInstanceServerGetInstanceFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceFileCall) Return ¶
func (c *MockInstanceServerGetInstanceFileCall) Return(arg0 io.ReadCloser, arg1 *lxd.InstanceFileResponse, arg2 error) *MockInstanceServerGetInstanceFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceFileSFTPCall ¶
MockInstanceServerGetInstanceFileSFTPCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceFileSFTPCall) Do ¶
func (c *MockInstanceServerGetInstanceFileSFTPCall) Do(f func(string) (*sftp.Client, error)) *MockInstanceServerGetInstanceFileSFTPCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceFileSFTPCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceFileSFTPCall) DoAndReturn(f func(string) (*sftp.Client, error)) *MockInstanceServerGetInstanceFileSFTPCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceFileSFTPCall) Return ¶
func (c *MockInstanceServerGetInstanceFileSFTPCall) Return(arg0 *sftp.Client, arg1 error) *MockInstanceServerGetInstanceFileSFTPCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceFileSFTPConnCall ¶
MockInstanceServerGetInstanceFileSFTPConnCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceFileSFTPConnCall) Do ¶
func (c *MockInstanceServerGetInstanceFileSFTPConnCall) Do(f func(string) (net.Conn, error)) *MockInstanceServerGetInstanceFileSFTPConnCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceFileSFTPConnCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceFileSFTPConnCall) DoAndReturn(f func(string) (net.Conn, error)) *MockInstanceServerGetInstanceFileSFTPConnCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceFileSFTPConnCall) Return ¶
func (c *MockInstanceServerGetInstanceFileSFTPConnCall) Return(arg0 net.Conn, arg1 error) *MockInstanceServerGetInstanceFileSFTPConnCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceFullCall ¶
MockInstanceServerGetInstanceFullCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceFullCall) Do ¶
func (c *MockInstanceServerGetInstanceFullCall) Do(f func(string) (*api.InstanceFull, string, error)) *MockInstanceServerGetInstanceFullCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceFullCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceFullCall) DoAndReturn(f func(string) (*api.InstanceFull, string, error)) *MockInstanceServerGetInstanceFullCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceFullCall) Return ¶
func (c *MockInstanceServerGetInstanceFullCall) Return(arg0 *api.InstanceFull, arg1 string, arg2 error) *MockInstanceServerGetInstanceFullCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceLogfileCall ¶
MockInstanceServerGetInstanceLogfileCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceLogfileCall) Do ¶
func (c *MockInstanceServerGetInstanceLogfileCall) Do(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetInstanceLogfileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceLogfileCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceLogfileCall) DoAndReturn(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetInstanceLogfileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceLogfileCall) Return ¶
func (c *MockInstanceServerGetInstanceLogfileCall) Return(arg0 io.ReadCloser, arg1 error) *MockInstanceServerGetInstanceLogfileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceLogfilesCall ¶
MockInstanceServerGetInstanceLogfilesCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceLogfilesCall) Do ¶
func (c *MockInstanceServerGetInstanceLogfilesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetInstanceLogfilesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceLogfilesCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceLogfilesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetInstanceLogfilesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceLogfilesCall) Return ¶
func (c *MockInstanceServerGetInstanceLogfilesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetInstanceLogfilesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceMetadataCall ¶
MockInstanceServerGetInstanceMetadataCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceMetadataCall) Do ¶
func (c *MockInstanceServerGetInstanceMetadataCall) Do(f func(string) (*api.ImageMetadata, string, error)) *MockInstanceServerGetInstanceMetadataCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceMetadataCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceMetadataCall) DoAndReturn(f func(string) (*api.ImageMetadata, string, error)) *MockInstanceServerGetInstanceMetadataCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceMetadataCall) Return ¶
func (c *MockInstanceServerGetInstanceMetadataCall) Return(arg0 *api.ImageMetadata, arg1 string, arg2 error) *MockInstanceServerGetInstanceMetadataCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceNamesAllProjectsCall ¶
MockInstanceServerGetInstanceNamesAllProjectsCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceNamesAllProjectsCall) Do ¶
func (c *MockInstanceServerGetInstanceNamesAllProjectsCall) Do(f func(api.InstanceType) (map[string][]string, error)) *MockInstanceServerGetInstanceNamesAllProjectsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceNamesAllProjectsCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceNamesAllProjectsCall) DoAndReturn(f func(api.InstanceType) (map[string][]string, error)) *MockInstanceServerGetInstanceNamesAllProjectsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceNamesAllProjectsCall) Return ¶
func (c *MockInstanceServerGetInstanceNamesAllProjectsCall) Return(arg0 map[string][]string, arg1 error) *MockInstanceServerGetInstanceNamesAllProjectsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceNamesCall ¶
MockInstanceServerGetInstanceNamesCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceNamesCall) Do ¶
func (c *MockInstanceServerGetInstanceNamesCall) Do(f func(api.InstanceType) ([]string, error)) *MockInstanceServerGetInstanceNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceNamesCall) DoAndReturn(f func(api.InstanceType) ([]string, error)) *MockInstanceServerGetInstanceNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceNamesCall) Return ¶
func (c *MockInstanceServerGetInstanceNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetInstanceNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceSnapshotCall ¶
MockInstanceServerGetInstanceSnapshotCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceSnapshotCall) Do ¶
func (c *MockInstanceServerGetInstanceSnapshotCall) Do(f func(string, string) (*api.InstanceSnapshot, string, error)) *MockInstanceServerGetInstanceSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceSnapshotCall) DoAndReturn(f func(string, string) (*api.InstanceSnapshot, string, error)) *MockInstanceServerGetInstanceSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceSnapshotCall) Return ¶
func (c *MockInstanceServerGetInstanceSnapshotCall) Return(arg0 *api.InstanceSnapshot, arg1 string, arg2 error) *MockInstanceServerGetInstanceSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceSnapshotNamesCall ¶
MockInstanceServerGetInstanceSnapshotNamesCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceSnapshotNamesCall) Do ¶
func (c *MockInstanceServerGetInstanceSnapshotNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetInstanceSnapshotNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceSnapshotNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceSnapshotNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetInstanceSnapshotNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceSnapshotNamesCall) Return ¶
func (c *MockInstanceServerGetInstanceSnapshotNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetInstanceSnapshotNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceSnapshotsCall ¶
MockInstanceServerGetInstanceSnapshotsCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceSnapshotsCall) Do ¶
func (c *MockInstanceServerGetInstanceSnapshotsCall) Do(f func(string) ([]api.InstanceSnapshot, error)) *MockInstanceServerGetInstanceSnapshotsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceSnapshotsCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceSnapshotsCall) DoAndReturn(f func(string) ([]api.InstanceSnapshot, error)) *MockInstanceServerGetInstanceSnapshotsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceSnapshotsCall) Return ¶
func (c *MockInstanceServerGetInstanceSnapshotsCall) Return(arg0 []api.InstanceSnapshot, arg1 error) *MockInstanceServerGetInstanceSnapshotsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceStateCall ¶
MockInstanceServerGetInstanceStateCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceStateCall) Do ¶
func (c *MockInstanceServerGetInstanceStateCall) Do(f func(string) (*api.InstanceState, string, error)) *MockInstanceServerGetInstanceStateCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceStateCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceStateCall) DoAndReturn(f func(string) (*api.InstanceState, string, error)) *MockInstanceServerGetInstanceStateCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceStateCall) Return ¶
func (c *MockInstanceServerGetInstanceStateCall) Return(arg0 *api.InstanceState, arg1 string, arg2 error) *MockInstanceServerGetInstanceStateCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceTemplateFileCall ¶
MockInstanceServerGetInstanceTemplateFileCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceTemplateFileCall) Do ¶
func (c *MockInstanceServerGetInstanceTemplateFileCall) Do(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetInstanceTemplateFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceTemplateFileCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceTemplateFileCall) DoAndReturn(f func(string, string) (io.ReadCloser, error)) *MockInstanceServerGetInstanceTemplateFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceTemplateFileCall) Return ¶
func (c *MockInstanceServerGetInstanceTemplateFileCall) Return(arg0 io.ReadCloser, arg1 error) *MockInstanceServerGetInstanceTemplateFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceTemplateFilesCall ¶
MockInstanceServerGetInstanceTemplateFilesCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceTemplateFilesCall) Do ¶
func (c *MockInstanceServerGetInstanceTemplateFilesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetInstanceTemplateFilesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceTemplateFilesCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceTemplateFilesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetInstanceTemplateFilesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceTemplateFilesCall) Return ¶
func (c *MockInstanceServerGetInstanceTemplateFilesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetInstanceTemplateFilesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstanceUEFIVarsCall ¶
MockInstanceServerGetInstanceUEFIVarsCall wrap *gomock.Call
func (*MockInstanceServerGetInstanceUEFIVarsCall) Do ¶
func (c *MockInstanceServerGetInstanceUEFIVarsCall) Do(f func(string) (*api.InstanceUEFIVars, string, error)) *MockInstanceServerGetInstanceUEFIVarsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstanceUEFIVarsCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstanceUEFIVarsCall) DoAndReturn(f func(string) (*api.InstanceUEFIVars, string, error)) *MockInstanceServerGetInstanceUEFIVarsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstanceUEFIVarsCall) Return ¶
func (c *MockInstanceServerGetInstanceUEFIVarsCall) Return(arg0 *api.InstanceUEFIVars, arg1 string, arg2 error) *MockInstanceServerGetInstanceUEFIVarsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstancesAllProjectsCall ¶
MockInstanceServerGetInstancesAllProjectsCall wrap *gomock.Call
func (*MockInstanceServerGetInstancesAllProjectsCall) Do ¶
func (c *MockInstanceServerGetInstancesAllProjectsCall) Do(f func(api.InstanceType) ([]api.Instance, error)) *MockInstanceServerGetInstancesAllProjectsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstancesAllProjectsCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstancesAllProjectsCall) DoAndReturn(f func(api.InstanceType) ([]api.Instance, error)) *MockInstanceServerGetInstancesAllProjectsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstancesAllProjectsCall) Return ¶
func (c *MockInstanceServerGetInstancesAllProjectsCall) Return(arg0 []api.Instance, arg1 error) *MockInstanceServerGetInstancesAllProjectsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstancesAllProjectsWithFilterCall ¶
MockInstanceServerGetInstancesAllProjectsWithFilterCall wrap *gomock.Call
func (*MockInstanceServerGetInstancesAllProjectsWithFilterCall) Do ¶
func (c *MockInstanceServerGetInstancesAllProjectsWithFilterCall) Do(f func(api.InstanceType, []string) ([]api.Instance, error)) *MockInstanceServerGetInstancesAllProjectsWithFilterCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstancesAllProjectsWithFilterCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstancesAllProjectsWithFilterCall) DoAndReturn(f func(api.InstanceType, []string) ([]api.Instance, error)) *MockInstanceServerGetInstancesAllProjectsWithFilterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstancesAllProjectsWithFilterCall) Return ¶
func (c *MockInstanceServerGetInstancesAllProjectsWithFilterCall) Return(arg0 []api.Instance, arg1 error) *MockInstanceServerGetInstancesAllProjectsWithFilterCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstancesCall ¶
MockInstanceServerGetInstancesCall wrap *gomock.Call
func (*MockInstanceServerGetInstancesCall) Do ¶
func (c *MockInstanceServerGetInstancesCall) Do(f func(api.InstanceType) ([]api.Instance, error)) *MockInstanceServerGetInstancesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstancesCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstancesCall) DoAndReturn(f func(api.InstanceType) ([]api.Instance, error)) *MockInstanceServerGetInstancesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstancesCall) Return ¶
func (c *MockInstanceServerGetInstancesCall) Return(arg0 []api.Instance, arg1 error) *MockInstanceServerGetInstancesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstancesFullAllProjectsCall ¶
MockInstanceServerGetInstancesFullAllProjectsCall wrap *gomock.Call
func (*MockInstanceServerGetInstancesFullAllProjectsCall) Do ¶
func (c *MockInstanceServerGetInstancesFullAllProjectsCall) Do(f func(api.InstanceType) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullAllProjectsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstancesFullAllProjectsCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstancesFullAllProjectsCall) DoAndReturn(f func(api.InstanceType) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullAllProjectsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstancesFullAllProjectsCall) Return ¶
func (c *MockInstanceServerGetInstancesFullAllProjectsCall) Return(arg0 []api.InstanceFull, arg1 error) *MockInstanceServerGetInstancesFullAllProjectsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstancesFullAllProjectsWithFilterCall ¶
MockInstanceServerGetInstancesFullAllProjectsWithFilterCall wrap *gomock.Call
func (*MockInstanceServerGetInstancesFullAllProjectsWithFilterCall) Do ¶
func (c *MockInstanceServerGetInstancesFullAllProjectsWithFilterCall) Do(f func(api.InstanceType, []string) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullAllProjectsWithFilterCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstancesFullAllProjectsWithFilterCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstancesFullAllProjectsWithFilterCall) DoAndReturn(f func(api.InstanceType, []string) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullAllProjectsWithFilterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstancesFullAllProjectsWithFilterCall) Return ¶
func (c *MockInstanceServerGetInstancesFullAllProjectsWithFilterCall) Return(arg0 []api.InstanceFull, arg1 error) *MockInstanceServerGetInstancesFullAllProjectsWithFilterCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstancesFullCall ¶
MockInstanceServerGetInstancesFullCall wrap *gomock.Call
func (*MockInstanceServerGetInstancesFullCall) Do ¶
func (c *MockInstanceServerGetInstancesFullCall) Do(f func(api.InstanceType) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstancesFullCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstancesFullCall) DoAndReturn(f func(api.InstanceType) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstancesFullCall) Return ¶
func (c *MockInstanceServerGetInstancesFullCall) Return(arg0 []api.InstanceFull, arg1 error) *MockInstanceServerGetInstancesFullCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstancesFullWithFilterCall ¶
MockInstanceServerGetInstancesFullWithFilterCall wrap *gomock.Call
func (*MockInstanceServerGetInstancesFullWithFilterCall) Do ¶
func (c *MockInstanceServerGetInstancesFullWithFilterCall) Do(f func(api.InstanceType, []string) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullWithFilterCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstancesFullWithFilterCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstancesFullWithFilterCall) DoAndReturn(f func(api.InstanceType, []string) ([]api.InstanceFull, error)) *MockInstanceServerGetInstancesFullWithFilterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstancesFullWithFilterCall) Return ¶
func (c *MockInstanceServerGetInstancesFullWithFilterCall) Return(arg0 []api.InstanceFull, arg1 error) *MockInstanceServerGetInstancesFullWithFilterCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetInstancesWithFilterCall ¶
MockInstanceServerGetInstancesWithFilterCall wrap *gomock.Call
func (*MockInstanceServerGetInstancesWithFilterCall) Do ¶
func (c *MockInstanceServerGetInstancesWithFilterCall) Do(f func(api.InstanceType, []string) ([]api.Instance, error)) *MockInstanceServerGetInstancesWithFilterCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetInstancesWithFilterCall) DoAndReturn ¶
func (c *MockInstanceServerGetInstancesWithFilterCall) DoAndReturn(f func(api.InstanceType, []string) ([]api.Instance, error)) *MockInstanceServerGetInstancesWithFilterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetInstancesWithFilterCall) Return ¶
func (c *MockInstanceServerGetInstancesWithFilterCall) Return(arg0 []api.Instance, arg1 error) *MockInstanceServerGetInstancesWithFilterCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetMetricsCall ¶
MockInstanceServerGetMetricsCall wrap *gomock.Call
func (*MockInstanceServerGetMetricsCall) Do ¶
func (c *MockInstanceServerGetMetricsCall) Do(f func() (string, error)) *MockInstanceServerGetMetricsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetMetricsCall) DoAndReturn ¶
func (c *MockInstanceServerGetMetricsCall) DoAndReturn(f func() (string, error)) *MockInstanceServerGetMetricsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetMetricsCall) Return ¶
func (c *MockInstanceServerGetMetricsCall) Return(arg0 string, arg1 error) *MockInstanceServerGetMetricsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkACLCall ¶
MockInstanceServerGetNetworkACLCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkACLCall) Do ¶
func (c *MockInstanceServerGetNetworkACLCall) Do(f func(string) (*api.NetworkACL, string, error)) *MockInstanceServerGetNetworkACLCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkACLCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkACLCall) DoAndReturn(f func(string) (*api.NetworkACL, string, error)) *MockInstanceServerGetNetworkACLCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkACLCall) Return ¶
func (c *MockInstanceServerGetNetworkACLCall) Return(arg0 *api.NetworkACL, arg1 string, arg2 error) *MockInstanceServerGetNetworkACLCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkACLLogfileCall ¶
MockInstanceServerGetNetworkACLLogfileCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkACLLogfileCall) Do ¶
func (c *MockInstanceServerGetNetworkACLLogfileCall) Do(f func(string) (io.ReadCloser, error)) *MockInstanceServerGetNetworkACLLogfileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkACLLogfileCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkACLLogfileCall) DoAndReturn(f func(string) (io.ReadCloser, error)) *MockInstanceServerGetNetworkACLLogfileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkACLLogfileCall) Return ¶
func (c *MockInstanceServerGetNetworkACLLogfileCall) Return(arg0 io.ReadCloser, arg1 error) *MockInstanceServerGetNetworkACLLogfileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkACLNamesCall ¶
MockInstanceServerGetNetworkACLNamesCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkACLNamesCall) Do ¶
func (c *MockInstanceServerGetNetworkACLNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetNetworkACLNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkACLNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkACLNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetNetworkACLNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkACLNamesCall) Return ¶
func (c *MockInstanceServerGetNetworkACLNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetNetworkACLNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkACLsCall ¶
MockInstanceServerGetNetworkACLsCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkACLsCall) Do ¶
func (c *MockInstanceServerGetNetworkACLsCall) Do(f func() ([]api.NetworkACL, error)) *MockInstanceServerGetNetworkACLsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkACLsCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkACLsCall) DoAndReturn(f func() ([]api.NetworkACL, error)) *MockInstanceServerGetNetworkACLsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkACLsCall) Return ¶
func (c *MockInstanceServerGetNetworkACLsCall) Return(arg0 []api.NetworkACL, arg1 error) *MockInstanceServerGetNetworkACLsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkAllocationsCall ¶
MockInstanceServerGetNetworkAllocationsCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkAllocationsCall) Do ¶
func (c *MockInstanceServerGetNetworkAllocationsCall) Do(f func(bool) ([]api.NetworkAllocations, error)) *MockInstanceServerGetNetworkAllocationsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkAllocationsCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkAllocationsCall) DoAndReturn(f func(bool) ([]api.NetworkAllocations, error)) *MockInstanceServerGetNetworkAllocationsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkAllocationsCall) Return ¶
func (c *MockInstanceServerGetNetworkAllocationsCall) Return(arg0 []api.NetworkAllocations, arg1 error) *MockInstanceServerGetNetworkAllocationsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkCall ¶
MockInstanceServerGetNetworkCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkCall) Do ¶
func (c *MockInstanceServerGetNetworkCall) Do(f func(string) (*api.Network, string, error)) *MockInstanceServerGetNetworkCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkCall) DoAndReturn(f func(string) (*api.Network, string, error)) *MockInstanceServerGetNetworkCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkCall) Return ¶
func (c *MockInstanceServerGetNetworkCall) Return(arg0 *api.Network, arg1 string, arg2 error) *MockInstanceServerGetNetworkCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkForwardAddressesCall ¶
MockInstanceServerGetNetworkForwardAddressesCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkForwardAddressesCall) Do ¶
func (c *MockInstanceServerGetNetworkForwardAddressesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetNetworkForwardAddressesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkForwardAddressesCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkForwardAddressesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetNetworkForwardAddressesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkForwardAddressesCall) Return ¶
func (c *MockInstanceServerGetNetworkForwardAddressesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetNetworkForwardAddressesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkForwardCall ¶
MockInstanceServerGetNetworkForwardCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkForwardCall) Do ¶
func (c *MockInstanceServerGetNetworkForwardCall) Do(f func(string, string) (*api.NetworkForward, string, error)) *MockInstanceServerGetNetworkForwardCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkForwardCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkForwardCall) DoAndReturn(f func(string, string) (*api.NetworkForward, string, error)) *MockInstanceServerGetNetworkForwardCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkForwardCall) Return ¶
func (c *MockInstanceServerGetNetworkForwardCall) Return(arg0 *api.NetworkForward, arg1 string, arg2 error) *MockInstanceServerGetNetworkForwardCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkForwardsCall ¶
MockInstanceServerGetNetworkForwardsCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkForwardsCall) Do ¶
func (c *MockInstanceServerGetNetworkForwardsCall) Do(f func(string) ([]api.NetworkForward, error)) *MockInstanceServerGetNetworkForwardsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkForwardsCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkForwardsCall) DoAndReturn(f func(string) ([]api.NetworkForward, error)) *MockInstanceServerGetNetworkForwardsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkForwardsCall) Return ¶
func (c *MockInstanceServerGetNetworkForwardsCall) Return(arg0 []api.NetworkForward, arg1 error) *MockInstanceServerGetNetworkForwardsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkLeasesCall ¶
MockInstanceServerGetNetworkLeasesCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkLeasesCall) Do ¶
func (c *MockInstanceServerGetNetworkLeasesCall) Do(f func(string) ([]api.NetworkLease, error)) *MockInstanceServerGetNetworkLeasesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkLeasesCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkLeasesCall) DoAndReturn(f func(string) ([]api.NetworkLease, error)) *MockInstanceServerGetNetworkLeasesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkLeasesCall) Return ¶
func (c *MockInstanceServerGetNetworkLeasesCall) Return(arg0 []api.NetworkLease, arg1 error) *MockInstanceServerGetNetworkLeasesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkLoadBalancerAddressesCall ¶
MockInstanceServerGetNetworkLoadBalancerAddressesCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkLoadBalancerAddressesCall) Do ¶
func (c *MockInstanceServerGetNetworkLoadBalancerAddressesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetNetworkLoadBalancerAddressesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkLoadBalancerAddressesCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkLoadBalancerAddressesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetNetworkLoadBalancerAddressesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkLoadBalancerAddressesCall) Return ¶
func (c *MockInstanceServerGetNetworkLoadBalancerAddressesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetNetworkLoadBalancerAddressesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkLoadBalancerCall ¶
MockInstanceServerGetNetworkLoadBalancerCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkLoadBalancerCall) Do ¶
func (c *MockInstanceServerGetNetworkLoadBalancerCall) Do(f func(string, string) (*api.NetworkLoadBalancer, string, error)) *MockInstanceServerGetNetworkLoadBalancerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkLoadBalancerCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkLoadBalancerCall) DoAndReturn(f func(string, string) (*api.NetworkLoadBalancer, string, error)) *MockInstanceServerGetNetworkLoadBalancerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkLoadBalancerCall) Return ¶
func (c *MockInstanceServerGetNetworkLoadBalancerCall) Return(arg0 *api.NetworkLoadBalancer, arg1 string, arg2 error) *MockInstanceServerGetNetworkLoadBalancerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkLoadBalancersCall ¶
MockInstanceServerGetNetworkLoadBalancersCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkLoadBalancersCall) Do ¶
func (c *MockInstanceServerGetNetworkLoadBalancersCall) Do(f func(string) ([]api.NetworkLoadBalancer, error)) *MockInstanceServerGetNetworkLoadBalancersCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkLoadBalancersCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkLoadBalancersCall) DoAndReturn(f func(string) ([]api.NetworkLoadBalancer, error)) *MockInstanceServerGetNetworkLoadBalancersCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkLoadBalancersCall) Return ¶
func (c *MockInstanceServerGetNetworkLoadBalancersCall) Return(arg0 []api.NetworkLoadBalancer, arg1 error) *MockInstanceServerGetNetworkLoadBalancersCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkNamesCall ¶
MockInstanceServerGetNetworkNamesCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkNamesCall) Do ¶
func (c *MockInstanceServerGetNetworkNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetNetworkNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetNetworkNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkNamesCall) Return ¶
func (c *MockInstanceServerGetNetworkNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetNetworkNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkPeerCall ¶
MockInstanceServerGetNetworkPeerCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkPeerCall) Do ¶
func (c *MockInstanceServerGetNetworkPeerCall) Do(f func(string, string) (*api.NetworkPeer, string, error)) *MockInstanceServerGetNetworkPeerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkPeerCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkPeerCall) DoAndReturn(f func(string, string) (*api.NetworkPeer, string, error)) *MockInstanceServerGetNetworkPeerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkPeerCall) Return ¶
func (c *MockInstanceServerGetNetworkPeerCall) Return(arg0 *api.NetworkPeer, arg1 string, arg2 error) *MockInstanceServerGetNetworkPeerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkPeerNamesCall ¶
MockInstanceServerGetNetworkPeerNamesCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkPeerNamesCall) Do ¶
func (c *MockInstanceServerGetNetworkPeerNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetNetworkPeerNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkPeerNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkPeerNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetNetworkPeerNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkPeerNamesCall) Return ¶
func (c *MockInstanceServerGetNetworkPeerNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetNetworkPeerNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkPeersCall ¶
MockInstanceServerGetNetworkPeersCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkPeersCall) Do ¶
func (c *MockInstanceServerGetNetworkPeersCall) Do(f func(string) ([]api.NetworkPeer, error)) *MockInstanceServerGetNetworkPeersCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkPeersCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkPeersCall) DoAndReturn(f func(string) ([]api.NetworkPeer, error)) *MockInstanceServerGetNetworkPeersCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkPeersCall) Return ¶
func (c *MockInstanceServerGetNetworkPeersCall) Return(arg0 []api.NetworkPeer, arg1 error) *MockInstanceServerGetNetworkPeersCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkStateCall ¶
MockInstanceServerGetNetworkStateCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkStateCall) Do ¶
func (c *MockInstanceServerGetNetworkStateCall) Do(f func(string) (*api.NetworkState, error)) *MockInstanceServerGetNetworkStateCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkStateCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkStateCall) DoAndReturn(f func(string) (*api.NetworkState, error)) *MockInstanceServerGetNetworkStateCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkStateCall) Return ¶
func (c *MockInstanceServerGetNetworkStateCall) Return(arg0 *api.NetworkState, arg1 error) *MockInstanceServerGetNetworkStateCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkZoneCall ¶
MockInstanceServerGetNetworkZoneCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkZoneCall) Do ¶
func (c *MockInstanceServerGetNetworkZoneCall) Do(f func(string) (*api.NetworkZone, string, error)) *MockInstanceServerGetNetworkZoneCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkZoneCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkZoneCall) DoAndReturn(f func(string) (*api.NetworkZone, string, error)) *MockInstanceServerGetNetworkZoneCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkZoneCall) Return ¶
func (c *MockInstanceServerGetNetworkZoneCall) Return(arg0 *api.NetworkZone, arg1 string, arg2 error) *MockInstanceServerGetNetworkZoneCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkZoneNamesCall ¶
MockInstanceServerGetNetworkZoneNamesCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkZoneNamesCall) Do ¶
func (c *MockInstanceServerGetNetworkZoneNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetNetworkZoneNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkZoneNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkZoneNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetNetworkZoneNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkZoneNamesCall) Return ¶
func (c *MockInstanceServerGetNetworkZoneNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetNetworkZoneNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkZoneRecordCall ¶
MockInstanceServerGetNetworkZoneRecordCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkZoneRecordCall) Do ¶
func (c *MockInstanceServerGetNetworkZoneRecordCall) Do(f func(string, string) (*api.NetworkZoneRecord, string, error)) *MockInstanceServerGetNetworkZoneRecordCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkZoneRecordCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkZoneRecordCall) DoAndReturn(f func(string, string) (*api.NetworkZoneRecord, string, error)) *MockInstanceServerGetNetworkZoneRecordCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkZoneRecordCall) Return ¶
func (c *MockInstanceServerGetNetworkZoneRecordCall) Return(arg0 *api.NetworkZoneRecord, arg1 string, arg2 error) *MockInstanceServerGetNetworkZoneRecordCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkZoneRecordNamesCall ¶
MockInstanceServerGetNetworkZoneRecordNamesCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkZoneRecordNamesCall) Do ¶
func (c *MockInstanceServerGetNetworkZoneRecordNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetNetworkZoneRecordNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkZoneRecordNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkZoneRecordNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetNetworkZoneRecordNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkZoneRecordNamesCall) Return ¶
func (c *MockInstanceServerGetNetworkZoneRecordNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetNetworkZoneRecordNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkZoneRecordsCall ¶
MockInstanceServerGetNetworkZoneRecordsCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkZoneRecordsCall) Do ¶
func (c *MockInstanceServerGetNetworkZoneRecordsCall) Do(f func(string) ([]api.NetworkZoneRecord, error)) *MockInstanceServerGetNetworkZoneRecordsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkZoneRecordsCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkZoneRecordsCall) DoAndReturn(f func(string) ([]api.NetworkZoneRecord, error)) *MockInstanceServerGetNetworkZoneRecordsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkZoneRecordsCall) Return ¶
func (c *MockInstanceServerGetNetworkZoneRecordsCall) Return(arg0 []api.NetworkZoneRecord, arg1 error) *MockInstanceServerGetNetworkZoneRecordsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworkZonesCall ¶
MockInstanceServerGetNetworkZonesCall wrap *gomock.Call
func (*MockInstanceServerGetNetworkZonesCall) Do ¶
func (c *MockInstanceServerGetNetworkZonesCall) Do(f func() ([]api.NetworkZone, error)) *MockInstanceServerGetNetworkZonesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworkZonesCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworkZonesCall) DoAndReturn(f func() ([]api.NetworkZone, error)) *MockInstanceServerGetNetworkZonesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworkZonesCall) Return ¶
func (c *MockInstanceServerGetNetworkZonesCall) Return(arg0 []api.NetworkZone, arg1 error) *MockInstanceServerGetNetworkZonesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetNetworksCall ¶
MockInstanceServerGetNetworksCall wrap *gomock.Call
func (*MockInstanceServerGetNetworksCall) Do ¶
func (c *MockInstanceServerGetNetworksCall) Do(f func() ([]api.Network, error)) *MockInstanceServerGetNetworksCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetNetworksCall) DoAndReturn ¶
func (c *MockInstanceServerGetNetworksCall) DoAndReturn(f func() ([]api.Network, error)) *MockInstanceServerGetNetworksCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetNetworksCall) Return ¶
func (c *MockInstanceServerGetNetworksCall) Return(arg0 []api.Network, arg1 error) *MockInstanceServerGetNetworksCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetOperationCall ¶
MockInstanceServerGetOperationCall wrap *gomock.Call
func (*MockInstanceServerGetOperationCall) Do ¶
func (c *MockInstanceServerGetOperationCall) Do(f func(string) (*api.Operation, string, error)) *MockInstanceServerGetOperationCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetOperationCall) DoAndReturn ¶
func (c *MockInstanceServerGetOperationCall) DoAndReturn(f func(string) (*api.Operation, string, error)) *MockInstanceServerGetOperationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetOperationCall) Return ¶
func (c *MockInstanceServerGetOperationCall) Return(arg0 *api.Operation, arg1 string, arg2 error) *MockInstanceServerGetOperationCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetOperationUUIDsCall ¶
MockInstanceServerGetOperationUUIDsCall wrap *gomock.Call
func (*MockInstanceServerGetOperationUUIDsCall) Do ¶
func (c *MockInstanceServerGetOperationUUIDsCall) Do(f func() ([]string, error)) *MockInstanceServerGetOperationUUIDsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetOperationUUIDsCall) DoAndReturn ¶
func (c *MockInstanceServerGetOperationUUIDsCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetOperationUUIDsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetOperationUUIDsCall) Return ¶
func (c *MockInstanceServerGetOperationUUIDsCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetOperationUUIDsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetOperationWaitCall ¶
MockInstanceServerGetOperationWaitCall wrap *gomock.Call
func (*MockInstanceServerGetOperationWaitCall) Do ¶
func (c *MockInstanceServerGetOperationWaitCall) Do(f func(string, int) (*api.Operation, string, error)) *MockInstanceServerGetOperationWaitCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetOperationWaitCall) DoAndReturn ¶
func (c *MockInstanceServerGetOperationWaitCall) DoAndReturn(f func(string, int) (*api.Operation, string, error)) *MockInstanceServerGetOperationWaitCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetOperationWaitCall) Return ¶
func (c *MockInstanceServerGetOperationWaitCall) Return(arg0 *api.Operation, arg1 string, arg2 error) *MockInstanceServerGetOperationWaitCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetOperationWaitSecretCall ¶
MockInstanceServerGetOperationWaitSecretCall wrap *gomock.Call
func (*MockInstanceServerGetOperationWaitSecretCall) Do ¶
func (c *MockInstanceServerGetOperationWaitSecretCall) Do(f func(string, string, int) (*api.Operation, string, error)) *MockInstanceServerGetOperationWaitSecretCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetOperationWaitSecretCall) DoAndReturn ¶
func (c *MockInstanceServerGetOperationWaitSecretCall) DoAndReturn(f func(string, string, int) (*api.Operation, string, error)) *MockInstanceServerGetOperationWaitSecretCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetOperationWaitSecretCall) Return ¶
func (c *MockInstanceServerGetOperationWaitSecretCall) Return(arg0 *api.Operation, arg1 string, arg2 error) *MockInstanceServerGetOperationWaitSecretCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetOperationWebsocketCall ¶
MockInstanceServerGetOperationWebsocketCall wrap *gomock.Call
func (*MockInstanceServerGetOperationWebsocketCall) Do ¶
func (c *MockInstanceServerGetOperationWebsocketCall) Do(f func(string, string) (*websocket.Conn, error)) *MockInstanceServerGetOperationWebsocketCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetOperationWebsocketCall) DoAndReturn ¶
func (c *MockInstanceServerGetOperationWebsocketCall) DoAndReturn(f func(string, string) (*websocket.Conn, error)) *MockInstanceServerGetOperationWebsocketCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetOperationWebsocketCall) Return ¶
func (c *MockInstanceServerGetOperationWebsocketCall) Return(arg0 *websocket.Conn, arg1 error) *MockInstanceServerGetOperationWebsocketCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetOperationsAllProjectsCall ¶
MockInstanceServerGetOperationsAllProjectsCall wrap *gomock.Call
func (*MockInstanceServerGetOperationsAllProjectsCall) Do ¶
func (c *MockInstanceServerGetOperationsAllProjectsCall) Do(f func() ([]api.Operation, error)) *MockInstanceServerGetOperationsAllProjectsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetOperationsAllProjectsCall) DoAndReturn ¶
func (c *MockInstanceServerGetOperationsAllProjectsCall) DoAndReturn(f func() ([]api.Operation, error)) *MockInstanceServerGetOperationsAllProjectsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetOperationsAllProjectsCall) Return ¶
func (c *MockInstanceServerGetOperationsAllProjectsCall) Return(arg0 []api.Operation, arg1 error) *MockInstanceServerGetOperationsAllProjectsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetOperationsCall ¶
MockInstanceServerGetOperationsCall wrap *gomock.Call
func (*MockInstanceServerGetOperationsCall) Do ¶
func (c *MockInstanceServerGetOperationsCall) Do(f func() ([]api.Operation, error)) *MockInstanceServerGetOperationsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetOperationsCall) DoAndReturn ¶
func (c *MockInstanceServerGetOperationsCall) DoAndReturn(f func() ([]api.Operation, error)) *MockInstanceServerGetOperationsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetOperationsCall) Return ¶
func (c *MockInstanceServerGetOperationsCall) Return(arg0 []api.Operation, arg1 error) *MockInstanceServerGetOperationsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetPermissionsCall ¶
MockInstanceServerGetPermissionsCall wrap *gomock.Call
func (*MockInstanceServerGetPermissionsCall) Do ¶
func (c *MockInstanceServerGetPermissionsCall) Do(f func(lxd.GetPermissionsArgs) ([]api.Permission, error)) *MockInstanceServerGetPermissionsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetPermissionsCall) DoAndReturn ¶
func (c *MockInstanceServerGetPermissionsCall) DoAndReturn(f func(lxd.GetPermissionsArgs) ([]api.Permission, error)) *MockInstanceServerGetPermissionsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetPermissionsCall) Return ¶
func (c *MockInstanceServerGetPermissionsCall) Return(arg0 []api.Permission, arg1 error) *MockInstanceServerGetPermissionsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetPermissionsInfoCall ¶
MockInstanceServerGetPermissionsInfoCall wrap *gomock.Call
func (*MockInstanceServerGetPermissionsInfoCall) Do ¶
func (c *MockInstanceServerGetPermissionsInfoCall) Do(f func(lxd.GetPermissionsArgs) ([]api.PermissionInfo, error)) *MockInstanceServerGetPermissionsInfoCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetPermissionsInfoCall) DoAndReturn ¶
func (c *MockInstanceServerGetPermissionsInfoCall) DoAndReturn(f func(lxd.GetPermissionsArgs) ([]api.PermissionInfo, error)) *MockInstanceServerGetPermissionsInfoCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetPermissionsInfoCall) Return ¶
func (c *MockInstanceServerGetPermissionsInfoCall) Return(arg0 []api.PermissionInfo, arg1 error) *MockInstanceServerGetPermissionsInfoCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetPrivateImageCall ¶
MockInstanceServerGetPrivateImageCall wrap *gomock.Call
func (*MockInstanceServerGetPrivateImageCall) Do ¶
func (c *MockInstanceServerGetPrivateImageCall) Do(f func(string, string) (*api.Image, string, error)) *MockInstanceServerGetPrivateImageCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetPrivateImageCall) DoAndReturn ¶
func (c *MockInstanceServerGetPrivateImageCall) DoAndReturn(f func(string, string) (*api.Image, string, error)) *MockInstanceServerGetPrivateImageCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetPrivateImageCall) Return ¶
func (c *MockInstanceServerGetPrivateImageCall) Return(arg0 *api.Image, arg1 string, arg2 error) *MockInstanceServerGetPrivateImageCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetPrivateImageFileCall ¶
MockInstanceServerGetPrivateImageFileCall wrap *gomock.Call
func (*MockInstanceServerGetPrivateImageFileCall) Do ¶
func (c *MockInstanceServerGetPrivateImageFileCall) Do(f func(string, string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockInstanceServerGetPrivateImageFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetPrivateImageFileCall) DoAndReturn ¶
func (c *MockInstanceServerGetPrivateImageFileCall) DoAndReturn(f func(string, string, lxd.ImageFileRequest) (*lxd.ImageFileResponse, error)) *MockInstanceServerGetPrivateImageFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetPrivateImageFileCall) Return ¶
func (c *MockInstanceServerGetPrivateImageFileCall) Return(arg0 *lxd.ImageFileResponse, arg1 error) *MockInstanceServerGetPrivateImageFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetProfileCall ¶
MockInstanceServerGetProfileCall wrap *gomock.Call
func (*MockInstanceServerGetProfileCall) Do ¶
func (c *MockInstanceServerGetProfileCall) Do(f func(string) (*api.Profile, string, error)) *MockInstanceServerGetProfileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetProfileCall) DoAndReturn ¶
func (c *MockInstanceServerGetProfileCall) DoAndReturn(f func(string) (*api.Profile, string, error)) *MockInstanceServerGetProfileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetProfileCall) Return ¶
func (c *MockInstanceServerGetProfileCall) Return(arg0 *api.Profile, arg1 string, arg2 error) *MockInstanceServerGetProfileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetProfileNamesCall ¶
MockInstanceServerGetProfileNamesCall wrap *gomock.Call
func (*MockInstanceServerGetProfileNamesCall) Do ¶
func (c *MockInstanceServerGetProfileNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetProfileNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetProfileNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetProfileNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetProfileNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetProfileNamesCall) Return ¶
func (c *MockInstanceServerGetProfileNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetProfileNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetProfilesCall ¶
MockInstanceServerGetProfilesCall wrap *gomock.Call
func (*MockInstanceServerGetProfilesCall) Do ¶
func (c *MockInstanceServerGetProfilesCall) Do(f func() ([]api.Profile, error)) *MockInstanceServerGetProfilesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetProfilesCall) DoAndReturn ¶
func (c *MockInstanceServerGetProfilesCall) DoAndReturn(f func() ([]api.Profile, error)) *MockInstanceServerGetProfilesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetProfilesCall) Return ¶
func (c *MockInstanceServerGetProfilesCall) Return(arg0 []api.Profile, arg1 error) *MockInstanceServerGetProfilesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetProjectCall ¶
MockInstanceServerGetProjectCall wrap *gomock.Call
func (*MockInstanceServerGetProjectCall) Do ¶
func (c *MockInstanceServerGetProjectCall) Do(f func(string) (*api.Project, string, error)) *MockInstanceServerGetProjectCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetProjectCall) DoAndReturn ¶
func (c *MockInstanceServerGetProjectCall) DoAndReturn(f func(string) (*api.Project, string, error)) *MockInstanceServerGetProjectCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetProjectCall) Return ¶
func (c *MockInstanceServerGetProjectCall) Return(arg0 *api.Project, arg1 string, arg2 error) *MockInstanceServerGetProjectCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetProjectNamesCall ¶
MockInstanceServerGetProjectNamesCall wrap *gomock.Call
func (*MockInstanceServerGetProjectNamesCall) Do ¶
func (c *MockInstanceServerGetProjectNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetProjectNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetProjectNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetProjectNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetProjectNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetProjectNamesCall) Return ¶
func (c *MockInstanceServerGetProjectNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetProjectNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetProjectStateCall ¶
MockInstanceServerGetProjectStateCall wrap *gomock.Call
func (*MockInstanceServerGetProjectStateCall) Do ¶
func (c *MockInstanceServerGetProjectStateCall) Do(f func(string) (*api.ProjectState, error)) *MockInstanceServerGetProjectStateCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetProjectStateCall) DoAndReturn ¶
func (c *MockInstanceServerGetProjectStateCall) DoAndReturn(f func(string) (*api.ProjectState, error)) *MockInstanceServerGetProjectStateCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetProjectStateCall) Return ¶
func (c *MockInstanceServerGetProjectStateCall) Return(arg0 *api.ProjectState, arg1 error) *MockInstanceServerGetProjectStateCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetProjectsCall ¶
MockInstanceServerGetProjectsCall wrap *gomock.Call
func (*MockInstanceServerGetProjectsCall) Do ¶
func (c *MockInstanceServerGetProjectsCall) Do(f func() ([]api.Project, error)) *MockInstanceServerGetProjectsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetProjectsCall) DoAndReturn ¶
func (c *MockInstanceServerGetProjectsCall) DoAndReturn(f func() ([]api.Project, error)) *MockInstanceServerGetProjectsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetProjectsCall) Return ¶
func (c *MockInstanceServerGetProjectsCall) Return(arg0 []api.Project, arg1 error) *MockInstanceServerGetProjectsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetServerCall ¶
MockInstanceServerGetServerCall wrap *gomock.Call
func (*MockInstanceServerGetServerCall) Do ¶
func (c *MockInstanceServerGetServerCall) Do(f func() (*api.Server, string, error)) *MockInstanceServerGetServerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetServerCall) DoAndReturn ¶
func (c *MockInstanceServerGetServerCall) DoAndReturn(f func() (*api.Server, string, error)) *MockInstanceServerGetServerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetServerCall) Return ¶
func (c *MockInstanceServerGetServerCall) Return(arg0 *api.Server, arg1 string, arg2 error) *MockInstanceServerGetServerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetServerResourcesCall ¶
MockInstanceServerGetServerResourcesCall wrap *gomock.Call
func (*MockInstanceServerGetServerResourcesCall) Do ¶
func (c *MockInstanceServerGetServerResourcesCall) Do(f func() (*api.Resources, error)) *MockInstanceServerGetServerResourcesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetServerResourcesCall) DoAndReturn ¶
func (c *MockInstanceServerGetServerResourcesCall) DoAndReturn(f func() (*api.Resources, error)) *MockInstanceServerGetServerResourcesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetServerResourcesCall) Return ¶
func (c *MockInstanceServerGetServerResourcesCall) Return(arg0 *api.Resources, arg1 error) *MockInstanceServerGetServerResourcesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolBucketCall ¶
MockInstanceServerGetStoragePoolBucketCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolBucketCall) Do ¶
func (c *MockInstanceServerGetStoragePoolBucketCall) Do(f func(string, string) (*api.StorageBucket, string, error)) *MockInstanceServerGetStoragePoolBucketCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolBucketCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolBucketCall) DoAndReturn(f func(string, string) (*api.StorageBucket, string, error)) *MockInstanceServerGetStoragePoolBucketCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolBucketCall) Return ¶
func (c *MockInstanceServerGetStoragePoolBucketCall) Return(arg0 *api.StorageBucket, arg1 string, arg2 error) *MockInstanceServerGetStoragePoolBucketCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolBucketKeyCall ¶
MockInstanceServerGetStoragePoolBucketKeyCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolBucketKeyCall) Do ¶
func (c *MockInstanceServerGetStoragePoolBucketKeyCall) Do(f func(string, string, string) (*api.StorageBucketKey, string, error)) *MockInstanceServerGetStoragePoolBucketKeyCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolBucketKeyCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolBucketKeyCall) DoAndReturn(f func(string, string, string) (*api.StorageBucketKey, string, error)) *MockInstanceServerGetStoragePoolBucketKeyCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolBucketKeyCall) Return ¶
func (c *MockInstanceServerGetStoragePoolBucketKeyCall) Return(arg0 *api.StorageBucketKey, arg1 string, arg2 error) *MockInstanceServerGetStoragePoolBucketKeyCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolBucketKeyNamesCall ¶
MockInstanceServerGetStoragePoolBucketKeyNamesCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolBucketKeyNamesCall) Do ¶
func (c *MockInstanceServerGetStoragePoolBucketKeyNamesCall) Do(f func(string, string) ([]string, error)) *MockInstanceServerGetStoragePoolBucketKeyNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolBucketKeyNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolBucketKeyNamesCall) DoAndReturn(f func(string, string) ([]string, error)) *MockInstanceServerGetStoragePoolBucketKeyNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolBucketKeyNamesCall) Return ¶
func (c *MockInstanceServerGetStoragePoolBucketKeyNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetStoragePoolBucketKeyNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolBucketKeysCall ¶
MockInstanceServerGetStoragePoolBucketKeysCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolBucketKeysCall) Do ¶
func (c *MockInstanceServerGetStoragePoolBucketKeysCall) Do(f func(string, string) ([]api.StorageBucketKey, error)) *MockInstanceServerGetStoragePoolBucketKeysCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolBucketKeysCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolBucketKeysCall) DoAndReturn(f func(string, string) ([]api.StorageBucketKey, error)) *MockInstanceServerGetStoragePoolBucketKeysCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolBucketKeysCall) Return ¶
func (c *MockInstanceServerGetStoragePoolBucketKeysCall) Return(arg0 []api.StorageBucketKey, arg1 error) *MockInstanceServerGetStoragePoolBucketKeysCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolBucketNamesCall ¶
MockInstanceServerGetStoragePoolBucketNamesCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolBucketNamesCall) Do ¶
func (c *MockInstanceServerGetStoragePoolBucketNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetStoragePoolBucketNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolBucketNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolBucketNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetStoragePoolBucketNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolBucketNamesCall) Return ¶
func (c *MockInstanceServerGetStoragePoolBucketNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetStoragePoolBucketNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolBucketsCall ¶
MockInstanceServerGetStoragePoolBucketsCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolBucketsCall) Do ¶
func (c *MockInstanceServerGetStoragePoolBucketsCall) Do(f func(string) ([]api.StorageBucket, error)) *MockInstanceServerGetStoragePoolBucketsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolBucketsCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolBucketsCall) DoAndReturn(f func(string) ([]api.StorageBucket, error)) *MockInstanceServerGetStoragePoolBucketsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolBucketsCall) Return ¶
func (c *MockInstanceServerGetStoragePoolBucketsCall) Return(arg0 []api.StorageBucket, arg1 error) *MockInstanceServerGetStoragePoolBucketsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolCall ¶
MockInstanceServerGetStoragePoolCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolCall) Do ¶
func (c *MockInstanceServerGetStoragePoolCall) Do(f func(string) (*api.StoragePool, string, error)) *MockInstanceServerGetStoragePoolCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolCall) DoAndReturn(f func(string) (*api.StoragePool, string, error)) *MockInstanceServerGetStoragePoolCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolCall) Return ¶
func (c *MockInstanceServerGetStoragePoolCall) Return(arg0 *api.StoragePool, arg1 string, arg2 error) *MockInstanceServerGetStoragePoolCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolNamesCall ¶
MockInstanceServerGetStoragePoolNamesCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolNamesCall) Do ¶
func (c *MockInstanceServerGetStoragePoolNamesCall) Do(f func() ([]string, error)) *MockInstanceServerGetStoragePoolNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolNamesCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetStoragePoolNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolNamesCall) Return ¶
func (c *MockInstanceServerGetStoragePoolNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetStoragePoolNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolResourcesCall ¶
MockInstanceServerGetStoragePoolResourcesCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolResourcesCall) Do ¶
func (c *MockInstanceServerGetStoragePoolResourcesCall) Do(f func(string) (*api.ResourcesStoragePool, error)) *MockInstanceServerGetStoragePoolResourcesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolResourcesCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolResourcesCall) DoAndReturn(f func(string) (*api.ResourcesStoragePool, error)) *MockInstanceServerGetStoragePoolResourcesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolResourcesCall) Return ¶
func (c *MockInstanceServerGetStoragePoolResourcesCall) Return(arg0 *api.ResourcesStoragePool, arg1 error) *MockInstanceServerGetStoragePoolResourcesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumeBackupCall ¶
MockInstanceServerGetStoragePoolVolumeBackupCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumeBackupCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumeBackupCall) Do(f func(string, string, string) (*api.StoragePoolVolumeBackup, string, error)) *MockInstanceServerGetStoragePoolVolumeBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumeBackupCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumeBackupCall) DoAndReturn(f func(string, string, string) (*api.StoragePoolVolumeBackup, string, error)) *MockInstanceServerGetStoragePoolVolumeBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumeBackupCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumeBackupCall) Return(arg0 *api.StoragePoolVolumeBackup, arg1 string, arg2 error) *MockInstanceServerGetStoragePoolVolumeBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumeBackupFileCall ¶
MockInstanceServerGetStoragePoolVolumeBackupFileCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumeBackupFileCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumeBackupFileCall) Do(f func(string, string, string, *lxd.BackupFileRequest) (*lxd.BackupFileResponse, error)) *MockInstanceServerGetStoragePoolVolumeBackupFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumeBackupFileCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumeBackupFileCall) DoAndReturn(f func(string, string, string, *lxd.BackupFileRequest) (*lxd.BackupFileResponse, error)) *MockInstanceServerGetStoragePoolVolumeBackupFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumeBackupFileCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumeBackupFileCall) Return(arg0 *lxd.BackupFileResponse, arg1 error) *MockInstanceServerGetStoragePoolVolumeBackupFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumeBackupNamesCall ¶
MockInstanceServerGetStoragePoolVolumeBackupNamesCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumeBackupNamesCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumeBackupNamesCall) Do(f func(string, string) ([]string, error)) *MockInstanceServerGetStoragePoolVolumeBackupNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumeBackupNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumeBackupNamesCall) DoAndReturn(f func(string, string) ([]string, error)) *MockInstanceServerGetStoragePoolVolumeBackupNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumeBackupNamesCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumeBackupNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetStoragePoolVolumeBackupNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumeBackupsCall ¶
MockInstanceServerGetStoragePoolVolumeBackupsCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumeBackupsCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumeBackupsCall) Do(f func(string, string) ([]api.StoragePoolVolumeBackup, error)) *MockInstanceServerGetStoragePoolVolumeBackupsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumeBackupsCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumeBackupsCall) DoAndReturn(f func(string, string) ([]api.StoragePoolVolumeBackup, error)) *MockInstanceServerGetStoragePoolVolumeBackupsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumeBackupsCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumeBackupsCall) Return(arg0 []api.StoragePoolVolumeBackup, arg1 error) *MockInstanceServerGetStoragePoolVolumeBackupsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumeCall ¶
MockInstanceServerGetStoragePoolVolumeCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumeCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumeCall) Do(f func(string, string, string) (*api.StorageVolume, string, error)) *MockInstanceServerGetStoragePoolVolumeCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumeCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumeCall) DoAndReturn(f func(string, string, string) (*api.StorageVolume, string, error)) *MockInstanceServerGetStoragePoolVolumeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumeCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumeCall) Return(arg0 *api.StorageVolume, arg1 string, arg2 error) *MockInstanceServerGetStoragePoolVolumeCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall ¶
MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall) Do(f func(string) (map[string][]string, error)) *MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall) DoAndReturn(f func(string) (map[string][]string, error)) *MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall) Return(arg0 map[string][]string, arg1 error) *MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumeNamesCall ¶
MockInstanceServerGetStoragePoolVolumeNamesCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumeNamesCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumeNamesCall) Do(f func(string) ([]string, error)) *MockInstanceServerGetStoragePoolVolumeNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumeNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumeNamesCall) DoAndReturn(f func(string) ([]string, error)) *MockInstanceServerGetStoragePoolVolumeNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumeNamesCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumeNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetStoragePoolVolumeNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumeSnapshotCall ¶
MockInstanceServerGetStoragePoolVolumeSnapshotCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumeSnapshotCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumeSnapshotCall) Do(f func(string, string, string, string) (*api.StorageVolumeSnapshot, string, error)) *MockInstanceServerGetStoragePoolVolumeSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumeSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumeSnapshotCall) DoAndReturn(f func(string, string, string, string) (*api.StorageVolumeSnapshot, string, error)) *MockInstanceServerGetStoragePoolVolumeSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumeSnapshotCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumeSnapshotCall) Return(arg0 *api.StorageVolumeSnapshot, arg1 string, arg2 error) *MockInstanceServerGetStoragePoolVolumeSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall ¶
MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall) Do(f func(string, string, string) ([]string, error)) *MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall) DoAndReturn(f func(string, string, string) ([]string, error)) *MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumeSnapshotsCall ¶
MockInstanceServerGetStoragePoolVolumeSnapshotsCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumeSnapshotsCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumeSnapshotsCall) Do(f func(string, string, string) ([]api.StorageVolumeSnapshot, error)) *MockInstanceServerGetStoragePoolVolumeSnapshotsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumeSnapshotsCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumeSnapshotsCall) DoAndReturn(f func(string, string, string) ([]api.StorageVolumeSnapshot, error)) *MockInstanceServerGetStoragePoolVolumeSnapshotsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumeSnapshotsCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumeSnapshotsCall) Return(arg0 []api.StorageVolumeSnapshot, arg1 error) *MockInstanceServerGetStoragePoolVolumeSnapshotsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumeStateCall ¶
MockInstanceServerGetStoragePoolVolumeStateCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumeStateCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumeStateCall) Do(f func(string, string, string) (*api.StorageVolumeState, error)) *MockInstanceServerGetStoragePoolVolumeStateCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumeStateCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumeStateCall) DoAndReturn(f func(string, string, string) (*api.StorageVolumeState, error)) *MockInstanceServerGetStoragePoolVolumeStateCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumeStateCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumeStateCall) Return(arg0 *api.StorageVolumeState, arg1 error) *MockInstanceServerGetStoragePoolVolumeStateCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumesAllProjectsCall ¶
MockInstanceServerGetStoragePoolVolumesAllProjectsCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumesAllProjectsCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumesAllProjectsCall) Do(f func(string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesAllProjectsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumesAllProjectsCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumesAllProjectsCall) DoAndReturn(f func(string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesAllProjectsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumesAllProjectsCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumesAllProjectsCall) Return(arg0 []api.StorageVolume, arg1 error) *MockInstanceServerGetStoragePoolVolumesAllProjectsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumesCall ¶
MockInstanceServerGetStoragePoolVolumesCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumesCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumesCall) Do(f func(string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumesCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumesCall) DoAndReturn(f func(string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumesCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumesCall) Return(arg0 []api.StorageVolume, arg1 error) *MockInstanceServerGetStoragePoolVolumesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall ¶
MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall) Do(f func(string, []string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall) DoAndReturn(f func(string, []string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall) Return(arg0 []api.StorageVolume, arg1 error) *MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolVolumesWithFilterCall ¶
MockInstanceServerGetStoragePoolVolumesWithFilterCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolVolumesWithFilterCall) Do ¶
func (c *MockInstanceServerGetStoragePoolVolumesWithFilterCall) Do(f func(string, []string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesWithFilterCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolVolumesWithFilterCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolVolumesWithFilterCall) DoAndReturn(f func(string, []string) ([]api.StorageVolume, error)) *MockInstanceServerGetStoragePoolVolumesWithFilterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolVolumesWithFilterCall) Return ¶
func (c *MockInstanceServerGetStoragePoolVolumesWithFilterCall) Return(arg0 []api.StorageVolume, arg1 error) *MockInstanceServerGetStoragePoolVolumesWithFilterCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetStoragePoolsCall ¶
MockInstanceServerGetStoragePoolsCall wrap *gomock.Call
func (*MockInstanceServerGetStoragePoolsCall) Do ¶
func (c *MockInstanceServerGetStoragePoolsCall) Do(f func() ([]api.StoragePool, error)) *MockInstanceServerGetStoragePoolsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetStoragePoolsCall) DoAndReturn ¶
func (c *MockInstanceServerGetStoragePoolsCall) DoAndReturn(f func() ([]api.StoragePool, error)) *MockInstanceServerGetStoragePoolsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetStoragePoolsCall) Return ¶
func (c *MockInstanceServerGetStoragePoolsCall) Return(arg0 []api.StoragePool, arg1 error) *MockInstanceServerGetStoragePoolsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetVolumesWithFilterAllProjectsCall ¶
MockInstanceServerGetVolumesWithFilterAllProjectsCall wrap *gomock.Call
func (*MockInstanceServerGetVolumesWithFilterAllProjectsCall) Do ¶
func (c *MockInstanceServerGetVolumesWithFilterAllProjectsCall) Do(f func([]string) ([]api.StorageVolume, error)) *MockInstanceServerGetVolumesWithFilterAllProjectsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetVolumesWithFilterAllProjectsCall) DoAndReturn ¶
func (c *MockInstanceServerGetVolumesWithFilterAllProjectsCall) DoAndReturn(f func([]string) ([]api.StorageVolume, error)) *MockInstanceServerGetVolumesWithFilterAllProjectsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetVolumesWithFilterAllProjectsCall) Return ¶
func (c *MockInstanceServerGetVolumesWithFilterAllProjectsCall) Return(arg0 []api.StorageVolume, arg1 error) *MockInstanceServerGetVolumesWithFilterAllProjectsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetVolumesWithFilterCall ¶
MockInstanceServerGetVolumesWithFilterCall wrap *gomock.Call
func (*MockInstanceServerGetVolumesWithFilterCall) Do ¶
func (c *MockInstanceServerGetVolumesWithFilterCall) Do(f func([]string) ([]api.StorageVolume, error)) *MockInstanceServerGetVolumesWithFilterCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetVolumesWithFilterCall) DoAndReturn ¶
func (c *MockInstanceServerGetVolumesWithFilterCall) DoAndReturn(f func([]string) ([]api.StorageVolume, error)) *MockInstanceServerGetVolumesWithFilterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetVolumesWithFilterCall) Return ¶
func (c *MockInstanceServerGetVolumesWithFilterCall) Return(arg0 []api.StorageVolume, arg1 error) *MockInstanceServerGetVolumesWithFilterCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetWarningCall ¶
MockInstanceServerGetWarningCall wrap *gomock.Call
func (*MockInstanceServerGetWarningCall) Do ¶
func (c *MockInstanceServerGetWarningCall) Do(f func(string) (*api.Warning, string, error)) *MockInstanceServerGetWarningCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetWarningCall) DoAndReturn ¶
func (c *MockInstanceServerGetWarningCall) DoAndReturn(f func(string) (*api.Warning, string, error)) *MockInstanceServerGetWarningCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetWarningCall) Return ¶
func (c *MockInstanceServerGetWarningCall) Return(arg0 *api.Warning, arg1 string, arg2 error) *MockInstanceServerGetWarningCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetWarningUUIDsCall ¶
MockInstanceServerGetWarningUUIDsCall wrap *gomock.Call
func (*MockInstanceServerGetWarningUUIDsCall) Do ¶
func (c *MockInstanceServerGetWarningUUIDsCall) Do(f func() ([]string, error)) *MockInstanceServerGetWarningUUIDsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetWarningUUIDsCall) DoAndReturn ¶
func (c *MockInstanceServerGetWarningUUIDsCall) DoAndReturn(f func() ([]string, error)) *MockInstanceServerGetWarningUUIDsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetWarningUUIDsCall) Return ¶
func (c *MockInstanceServerGetWarningUUIDsCall) Return(arg0 []string, arg1 error) *MockInstanceServerGetWarningUUIDsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerGetWarningsCall ¶
MockInstanceServerGetWarningsCall wrap *gomock.Call
func (*MockInstanceServerGetWarningsCall) Do ¶
func (c *MockInstanceServerGetWarningsCall) Do(f func() ([]api.Warning, error)) *MockInstanceServerGetWarningsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerGetWarningsCall) DoAndReturn ¶
func (c *MockInstanceServerGetWarningsCall) DoAndReturn(f func() ([]api.Warning, error)) *MockInstanceServerGetWarningsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerGetWarningsCall) Return ¶
func (c *MockInstanceServerGetWarningsCall) Return(arg0 []api.Warning, arg1 error) *MockInstanceServerGetWarningsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerHasExtensionCall ¶
MockInstanceServerHasExtensionCall wrap *gomock.Call
func (*MockInstanceServerHasExtensionCall) Do ¶
func (c *MockInstanceServerHasExtensionCall) Do(f func(string) bool) *MockInstanceServerHasExtensionCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerHasExtensionCall) DoAndReturn ¶
func (c *MockInstanceServerHasExtensionCall) DoAndReturn(f func(string) bool) *MockInstanceServerHasExtensionCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerHasExtensionCall) Return ¶
func (c *MockInstanceServerHasExtensionCall) Return(arg0 bool) *MockInstanceServerHasExtensionCall
Return rewrite *gomock.Call.Return
type MockInstanceServerIsClusteredCall ¶
MockInstanceServerIsClusteredCall wrap *gomock.Call
func (*MockInstanceServerIsClusteredCall) Do ¶
func (c *MockInstanceServerIsClusteredCall) Do(f func() bool) *MockInstanceServerIsClusteredCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerIsClusteredCall) DoAndReturn ¶
func (c *MockInstanceServerIsClusteredCall) DoAndReturn(f func() bool) *MockInstanceServerIsClusteredCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerIsClusteredCall) Return ¶
func (c *MockInstanceServerIsClusteredCall) Return(arg0 bool) *MockInstanceServerIsClusteredCall
Return rewrite *gomock.Call.Return
type MockInstanceServerMigrateContainerCall ¶
MockInstanceServerMigrateContainerCall wrap *gomock.Call
func (*MockInstanceServerMigrateContainerCall) Do ¶
func (c *MockInstanceServerMigrateContainerCall) Do(f func(string, api.ContainerPost) (lxd.Operation, error)) *MockInstanceServerMigrateContainerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerMigrateContainerCall) DoAndReturn ¶
func (c *MockInstanceServerMigrateContainerCall) DoAndReturn(f func(string, api.ContainerPost) (lxd.Operation, error)) *MockInstanceServerMigrateContainerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerMigrateContainerCall) Return ¶
func (c *MockInstanceServerMigrateContainerCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerMigrateContainerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerMigrateContainerSnapshotCall ¶
MockInstanceServerMigrateContainerSnapshotCall wrap *gomock.Call
func (*MockInstanceServerMigrateContainerSnapshotCall) Do ¶
func (c *MockInstanceServerMigrateContainerSnapshotCall) Do(f func(string, string, api.ContainerSnapshotPost) (lxd.Operation, error)) *MockInstanceServerMigrateContainerSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerMigrateContainerSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerMigrateContainerSnapshotCall) DoAndReturn(f func(string, string, api.ContainerSnapshotPost) (lxd.Operation, error)) *MockInstanceServerMigrateContainerSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerMigrateContainerSnapshotCall) Return ¶
func (c *MockInstanceServerMigrateContainerSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerMigrateContainerSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerMigrateInstanceCall ¶
MockInstanceServerMigrateInstanceCall wrap *gomock.Call
func (*MockInstanceServerMigrateInstanceCall) Do ¶
func (c *MockInstanceServerMigrateInstanceCall) Do(f func(string, api.InstancePost) (lxd.Operation, error)) *MockInstanceServerMigrateInstanceCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerMigrateInstanceCall) DoAndReturn ¶
func (c *MockInstanceServerMigrateInstanceCall) DoAndReturn(f func(string, api.InstancePost) (lxd.Operation, error)) *MockInstanceServerMigrateInstanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerMigrateInstanceCall) Return ¶
func (c *MockInstanceServerMigrateInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerMigrateInstanceCall
Return rewrite *gomock.Call.Return
type MockInstanceServerMigrateInstanceSnapshotCall ¶
MockInstanceServerMigrateInstanceSnapshotCall wrap *gomock.Call
func (*MockInstanceServerMigrateInstanceSnapshotCall) Do ¶
func (c *MockInstanceServerMigrateInstanceSnapshotCall) Do(f func(string, string, api.InstanceSnapshotPost) (lxd.Operation, error)) *MockInstanceServerMigrateInstanceSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerMigrateInstanceSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerMigrateInstanceSnapshotCall) DoAndReturn(f func(string, string, api.InstanceSnapshotPost) (lxd.Operation, error)) *MockInstanceServerMigrateInstanceSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerMigrateInstanceSnapshotCall) Return ¶
func (c *MockInstanceServerMigrateInstanceSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerMigrateInstanceSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerMigrateStoragePoolVolumeCall ¶
MockInstanceServerMigrateStoragePoolVolumeCall wrap *gomock.Call
func (*MockInstanceServerMigrateStoragePoolVolumeCall) Do ¶
func (c *MockInstanceServerMigrateStoragePoolVolumeCall) Do(f func(string, api.StorageVolumePost) (lxd.Operation, error)) *MockInstanceServerMigrateStoragePoolVolumeCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerMigrateStoragePoolVolumeCall) DoAndReturn ¶
func (c *MockInstanceServerMigrateStoragePoolVolumeCall) DoAndReturn(f func(string, api.StorageVolumePost) (lxd.Operation, error)) *MockInstanceServerMigrateStoragePoolVolumeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerMigrateStoragePoolVolumeCall) Return ¶
func (c *MockInstanceServerMigrateStoragePoolVolumeCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerMigrateStoragePoolVolumeCall
Return rewrite *gomock.Call.Return
type MockInstanceServerMockRecorder ¶
type MockInstanceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockInstanceServerMockRecorder is the mock recorder for MockInstanceServer.
func (*MockInstanceServerMockRecorder) ConsoleContainer ¶
func (mr *MockInstanceServerMockRecorder) ConsoleContainer(arg0, arg1, arg2 any) *MockInstanceServerConsoleContainerCall
ConsoleContainer indicates an expected call of ConsoleContainer.
func (*MockInstanceServerMockRecorder) ConsoleInstance ¶
func (mr *MockInstanceServerMockRecorder) ConsoleInstance(arg0, arg1, arg2 any) *MockInstanceServerConsoleInstanceCall
ConsoleInstance indicates an expected call of ConsoleInstance.
func (*MockInstanceServerMockRecorder) ConsoleInstanceDynamic ¶
func (mr *MockInstanceServerMockRecorder) ConsoleInstanceDynamic(arg0, arg1, arg2 any) *MockInstanceServerConsoleInstanceDynamicCall
ConsoleInstanceDynamic indicates an expected call of ConsoleInstanceDynamic.
func (*MockInstanceServerMockRecorder) CopyContainer ¶
func (mr *MockInstanceServerMockRecorder) CopyContainer(arg0, arg1, arg2 any) *MockInstanceServerCopyContainerCall
CopyContainer indicates an expected call of CopyContainer.
func (*MockInstanceServerMockRecorder) CopyContainerSnapshot ¶
func (mr *MockInstanceServerMockRecorder) CopyContainerSnapshot(arg0, arg1, arg2, arg3 any) *MockInstanceServerCopyContainerSnapshotCall
CopyContainerSnapshot indicates an expected call of CopyContainerSnapshot.
func (*MockInstanceServerMockRecorder) CopyImage ¶
func (mr *MockInstanceServerMockRecorder) CopyImage(arg0, arg1, arg2 any) *MockInstanceServerCopyImageCall
CopyImage indicates an expected call of CopyImage.
func (*MockInstanceServerMockRecorder) CopyInstance ¶
func (mr *MockInstanceServerMockRecorder) CopyInstance(arg0, arg1, arg2 any) *MockInstanceServerCopyInstanceCall
CopyInstance indicates an expected call of CopyInstance.
func (*MockInstanceServerMockRecorder) CopyInstanceSnapshot ¶
func (mr *MockInstanceServerMockRecorder) CopyInstanceSnapshot(arg0, arg1, arg2, arg3 any) *MockInstanceServerCopyInstanceSnapshotCall
CopyInstanceSnapshot indicates an expected call of CopyInstanceSnapshot.
func (*MockInstanceServerMockRecorder) CopyStoragePoolVolume ¶
func (mr *MockInstanceServerMockRecorder) CopyStoragePoolVolume(arg0, arg1, arg2, arg3, arg4 any) *MockInstanceServerCopyStoragePoolVolumeCall
CopyStoragePoolVolume indicates an expected call of CopyStoragePoolVolume.
func (*MockInstanceServerMockRecorder) CreateAuthGroup ¶
func (mr *MockInstanceServerMockRecorder) CreateAuthGroup(arg0 any) *MockInstanceServerCreateAuthGroupCall
CreateAuthGroup indicates an expected call of CreateAuthGroup.
func (*MockInstanceServerMockRecorder) CreateCertificate ¶
func (mr *MockInstanceServerMockRecorder) CreateCertificate(arg0 any) *MockInstanceServerCreateCertificateCall
CreateCertificate indicates an expected call of CreateCertificate.
func (*MockInstanceServerMockRecorder) CreateCertificateToken ¶
func (mr *MockInstanceServerMockRecorder) CreateCertificateToken(arg0 any) *MockInstanceServerCreateCertificateTokenCall
CreateCertificateToken indicates an expected call of CreateCertificateToken.
func (*MockInstanceServerMockRecorder) CreateClusterGroup ¶
func (mr *MockInstanceServerMockRecorder) CreateClusterGroup(arg0 any) *MockInstanceServerCreateClusterGroupCall
CreateClusterGroup indicates an expected call of CreateClusterGroup.
func (*MockInstanceServerMockRecorder) CreateClusterMember ¶
func (mr *MockInstanceServerMockRecorder) CreateClusterMember(arg0 any) *MockInstanceServerCreateClusterMemberCall
CreateClusterMember indicates an expected call of CreateClusterMember.
func (*MockInstanceServerMockRecorder) CreateContainer ¶
func (mr *MockInstanceServerMockRecorder) CreateContainer(arg0 any) *MockInstanceServerCreateContainerCall
CreateContainer indicates an expected call of CreateContainer.
func (*MockInstanceServerMockRecorder) CreateContainerBackup ¶
func (mr *MockInstanceServerMockRecorder) CreateContainerBackup(arg0, arg1 any) *MockInstanceServerCreateContainerBackupCall
CreateContainerBackup indicates an expected call of CreateContainerBackup.
func (*MockInstanceServerMockRecorder) CreateContainerFile ¶
func (mr *MockInstanceServerMockRecorder) CreateContainerFile(arg0, arg1, arg2 any) *MockInstanceServerCreateContainerFileCall
CreateContainerFile indicates an expected call of CreateContainerFile.
func (*MockInstanceServerMockRecorder) CreateContainerFromBackup ¶
func (mr *MockInstanceServerMockRecorder) CreateContainerFromBackup(arg0 any) *MockInstanceServerCreateContainerFromBackupCall
CreateContainerFromBackup indicates an expected call of CreateContainerFromBackup.
func (*MockInstanceServerMockRecorder) CreateContainerFromImage ¶
func (mr *MockInstanceServerMockRecorder) CreateContainerFromImage(arg0, arg1, arg2 any) *MockInstanceServerCreateContainerFromImageCall
CreateContainerFromImage indicates an expected call of CreateContainerFromImage.
func (*MockInstanceServerMockRecorder) CreateContainerSnapshot ¶
func (mr *MockInstanceServerMockRecorder) CreateContainerSnapshot(arg0, arg1 any) *MockInstanceServerCreateContainerSnapshotCall
CreateContainerSnapshot indicates an expected call of CreateContainerSnapshot.
func (*MockInstanceServerMockRecorder) CreateContainerTemplateFile ¶
func (mr *MockInstanceServerMockRecorder) CreateContainerTemplateFile(arg0, arg1, arg2 any) *MockInstanceServerCreateContainerTemplateFileCall
CreateContainerTemplateFile indicates an expected call of CreateContainerTemplateFile.
func (*MockInstanceServerMockRecorder) CreateIdentityProviderGroup ¶
func (mr *MockInstanceServerMockRecorder) CreateIdentityProviderGroup(arg0 any) *MockInstanceServerCreateIdentityProviderGroupCall
CreateIdentityProviderGroup indicates an expected call of CreateIdentityProviderGroup.
func (*MockInstanceServerMockRecorder) CreateImage ¶
func (mr *MockInstanceServerMockRecorder) CreateImage(arg0, arg1 any) *MockInstanceServerCreateImageCall
CreateImage indicates an expected call of CreateImage.
func (*MockInstanceServerMockRecorder) CreateImageAlias ¶
func (mr *MockInstanceServerMockRecorder) CreateImageAlias(arg0 any) *MockInstanceServerCreateImageAliasCall
CreateImageAlias indicates an expected call of CreateImageAlias.
func (*MockInstanceServerMockRecorder) CreateImageSecret ¶
func (mr *MockInstanceServerMockRecorder) CreateImageSecret(arg0 any) *MockInstanceServerCreateImageSecretCall
CreateImageSecret indicates an expected call of CreateImageSecret.
func (*MockInstanceServerMockRecorder) CreateInstance ¶
func (mr *MockInstanceServerMockRecorder) CreateInstance(arg0 any) *MockInstanceServerCreateInstanceCall
CreateInstance indicates an expected call of CreateInstance.
func (*MockInstanceServerMockRecorder) CreateInstanceBackup ¶
func (mr *MockInstanceServerMockRecorder) CreateInstanceBackup(arg0, arg1 any) *MockInstanceServerCreateInstanceBackupCall
CreateInstanceBackup indicates an expected call of CreateInstanceBackup.
func (*MockInstanceServerMockRecorder) CreateInstanceFile ¶
func (mr *MockInstanceServerMockRecorder) CreateInstanceFile(arg0, arg1, arg2 any) *MockInstanceServerCreateInstanceFileCall
CreateInstanceFile indicates an expected call of CreateInstanceFile.
func (*MockInstanceServerMockRecorder) CreateInstanceFromBackup ¶
func (mr *MockInstanceServerMockRecorder) CreateInstanceFromBackup(arg0 any) *MockInstanceServerCreateInstanceFromBackupCall
CreateInstanceFromBackup indicates an expected call of CreateInstanceFromBackup.
func (*MockInstanceServerMockRecorder) CreateInstanceFromImage ¶
func (mr *MockInstanceServerMockRecorder) CreateInstanceFromImage(arg0, arg1, arg2 any) *MockInstanceServerCreateInstanceFromImageCall
CreateInstanceFromImage indicates an expected call of CreateInstanceFromImage.
func (*MockInstanceServerMockRecorder) CreateInstanceSnapshot ¶
func (mr *MockInstanceServerMockRecorder) CreateInstanceSnapshot(arg0, arg1 any) *MockInstanceServerCreateInstanceSnapshotCall
CreateInstanceSnapshot indicates an expected call of CreateInstanceSnapshot.
func (*MockInstanceServerMockRecorder) CreateInstanceTemplateFile ¶
func (mr *MockInstanceServerMockRecorder) CreateInstanceTemplateFile(arg0, arg1, arg2 any) *MockInstanceServerCreateInstanceTemplateFileCall
CreateInstanceTemplateFile indicates an expected call of CreateInstanceTemplateFile.
func (*MockInstanceServerMockRecorder) CreateNetwork ¶
func (mr *MockInstanceServerMockRecorder) CreateNetwork(arg0 any) *MockInstanceServerCreateNetworkCall
CreateNetwork indicates an expected call of CreateNetwork.
func (*MockInstanceServerMockRecorder) CreateNetworkACL ¶
func (mr *MockInstanceServerMockRecorder) CreateNetworkACL(arg0 any) *MockInstanceServerCreateNetworkACLCall
CreateNetworkACL indicates an expected call of CreateNetworkACL.
func (*MockInstanceServerMockRecorder) CreateNetworkForward ¶
func (mr *MockInstanceServerMockRecorder) CreateNetworkForward(arg0, arg1 any) *MockInstanceServerCreateNetworkForwardCall
CreateNetworkForward indicates an expected call of CreateNetworkForward.
func (*MockInstanceServerMockRecorder) CreateNetworkLoadBalancer ¶
func (mr *MockInstanceServerMockRecorder) CreateNetworkLoadBalancer(arg0, arg1 any) *MockInstanceServerCreateNetworkLoadBalancerCall
CreateNetworkLoadBalancer indicates an expected call of CreateNetworkLoadBalancer.
func (*MockInstanceServerMockRecorder) CreateNetworkPeer ¶
func (mr *MockInstanceServerMockRecorder) CreateNetworkPeer(arg0, arg1 any) *MockInstanceServerCreateNetworkPeerCall
CreateNetworkPeer indicates an expected call of CreateNetworkPeer.
func (*MockInstanceServerMockRecorder) CreateNetworkZone ¶
func (mr *MockInstanceServerMockRecorder) CreateNetworkZone(arg0 any) *MockInstanceServerCreateNetworkZoneCall
CreateNetworkZone indicates an expected call of CreateNetworkZone.
func (*MockInstanceServerMockRecorder) CreateNetworkZoneRecord ¶
func (mr *MockInstanceServerMockRecorder) CreateNetworkZoneRecord(arg0, arg1 any) *MockInstanceServerCreateNetworkZoneRecordCall
CreateNetworkZoneRecord indicates an expected call of CreateNetworkZoneRecord.
func (*MockInstanceServerMockRecorder) CreateProfile ¶
func (mr *MockInstanceServerMockRecorder) CreateProfile(arg0 any) *MockInstanceServerCreateProfileCall
CreateProfile indicates an expected call of CreateProfile.
func (*MockInstanceServerMockRecorder) CreateProject ¶
func (mr *MockInstanceServerMockRecorder) CreateProject(arg0 any) *MockInstanceServerCreateProjectCall
CreateProject indicates an expected call of CreateProject.
func (*MockInstanceServerMockRecorder) CreateStoragePool ¶
func (mr *MockInstanceServerMockRecorder) CreateStoragePool(arg0 any) *MockInstanceServerCreateStoragePoolCall
CreateStoragePool indicates an expected call of CreateStoragePool.
func (*MockInstanceServerMockRecorder) CreateStoragePoolBucket ¶
func (mr *MockInstanceServerMockRecorder) CreateStoragePoolBucket(arg0, arg1 any) *MockInstanceServerCreateStoragePoolBucketCall
CreateStoragePoolBucket indicates an expected call of CreateStoragePoolBucket.
func (*MockInstanceServerMockRecorder) CreateStoragePoolBucketKey ¶
func (mr *MockInstanceServerMockRecorder) CreateStoragePoolBucketKey(arg0, arg1, arg2 any) *MockInstanceServerCreateStoragePoolBucketKeyCall
CreateStoragePoolBucketKey indicates an expected call of CreateStoragePoolBucketKey.
func (*MockInstanceServerMockRecorder) CreateStoragePoolVolume ¶
func (mr *MockInstanceServerMockRecorder) CreateStoragePoolVolume(arg0, arg1 any) *MockInstanceServerCreateStoragePoolVolumeCall
CreateStoragePoolVolume indicates an expected call of CreateStoragePoolVolume.
func (*MockInstanceServerMockRecorder) CreateStoragePoolVolumeBackup ¶
func (mr *MockInstanceServerMockRecorder) CreateStoragePoolVolumeBackup(arg0, arg1, arg2 any) *MockInstanceServerCreateStoragePoolVolumeBackupCall
CreateStoragePoolVolumeBackup indicates an expected call of CreateStoragePoolVolumeBackup.
func (*MockInstanceServerMockRecorder) CreateStoragePoolVolumeFromBackup ¶
func (mr *MockInstanceServerMockRecorder) CreateStoragePoolVolumeFromBackup(arg0, arg1 any) *MockInstanceServerCreateStoragePoolVolumeFromBackupCall
CreateStoragePoolVolumeFromBackup indicates an expected call of CreateStoragePoolVolumeFromBackup.
func (*MockInstanceServerMockRecorder) CreateStoragePoolVolumeFromISO ¶
func (mr *MockInstanceServerMockRecorder) CreateStoragePoolVolumeFromISO(arg0, arg1 any) *MockInstanceServerCreateStoragePoolVolumeFromISOCall
CreateStoragePoolVolumeFromISO indicates an expected call of CreateStoragePoolVolumeFromISO.
func (*MockInstanceServerMockRecorder) CreateStoragePoolVolumeSnapshot ¶
func (mr *MockInstanceServerMockRecorder) CreateStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3 any) *MockInstanceServerCreateStoragePoolVolumeSnapshotCall
CreateStoragePoolVolumeSnapshot indicates an expected call of CreateStoragePoolVolumeSnapshot.
func (*MockInstanceServerMockRecorder) DeleteAuthGroup ¶
func (mr *MockInstanceServerMockRecorder) DeleteAuthGroup(arg0 any) *MockInstanceServerDeleteAuthGroupCall
DeleteAuthGroup indicates an expected call of DeleteAuthGroup.
func (*MockInstanceServerMockRecorder) DeleteCertificate ¶
func (mr *MockInstanceServerMockRecorder) DeleteCertificate(arg0 any) *MockInstanceServerDeleteCertificateCall
DeleteCertificate indicates an expected call of DeleteCertificate.
func (*MockInstanceServerMockRecorder) DeleteClusterGroup ¶
func (mr *MockInstanceServerMockRecorder) DeleteClusterGroup(arg0 any) *MockInstanceServerDeleteClusterGroupCall
DeleteClusterGroup indicates an expected call of DeleteClusterGroup.
func (*MockInstanceServerMockRecorder) DeleteClusterMember ¶
func (mr *MockInstanceServerMockRecorder) DeleteClusterMember(arg0, arg1 any) *MockInstanceServerDeleteClusterMemberCall
DeleteClusterMember indicates an expected call of DeleteClusterMember.
func (*MockInstanceServerMockRecorder) DeleteContainer ¶
func (mr *MockInstanceServerMockRecorder) DeleteContainer(arg0 any) *MockInstanceServerDeleteContainerCall
DeleteContainer indicates an expected call of DeleteContainer.
func (*MockInstanceServerMockRecorder) DeleteContainerBackup ¶
func (mr *MockInstanceServerMockRecorder) DeleteContainerBackup(arg0, arg1 any) *MockInstanceServerDeleteContainerBackupCall
DeleteContainerBackup indicates an expected call of DeleteContainerBackup.
func (*MockInstanceServerMockRecorder) DeleteContainerConsoleLog ¶
func (mr *MockInstanceServerMockRecorder) DeleteContainerConsoleLog(arg0, arg1 any) *MockInstanceServerDeleteContainerConsoleLogCall
DeleteContainerConsoleLog indicates an expected call of DeleteContainerConsoleLog.
func (*MockInstanceServerMockRecorder) DeleteContainerFile ¶
func (mr *MockInstanceServerMockRecorder) DeleteContainerFile(arg0, arg1 any) *MockInstanceServerDeleteContainerFileCall
DeleteContainerFile indicates an expected call of DeleteContainerFile.
func (*MockInstanceServerMockRecorder) DeleteContainerLogfile ¶
func (mr *MockInstanceServerMockRecorder) DeleteContainerLogfile(arg0, arg1 any) *MockInstanceServerDeleteContainerLogfileCall
DeleteContainerLogfile indicates an expected call of DeleteContainerLogfile.
func (*MockInstanceServerMockRecorder) DeleteContainerSnapshot ¶
func (mr *MockInstanceServerMockRecorder) DeleteContainerSnapshot(arg0, arg1 any) *MockInstanceServerDeleteContainerSnapshotCall
DeleteContainerSnapshot indicates an expected call of DeleteContainerSnapshot.
func (*MockInstanceServerMockRecorder) DeleteContainerTemplateFile ¶
func (mr *MockInstanceServerMockRecorder) DeleteContainerTemplateFile(arg0, arg1 any) *MockInstanceServerDeleteContainerTemplateFileCall
DeleteContainerTemplateFile indicates an expected call of DeleteContainerTemplateFile.
func (*MockInstanceServerMockRecorder) DeleteIdentityProviderGroup ¶
func (mr *MockInstanceServerMockRecorder) DeleteIdentityProviderGroup(arg0 any) *MockInstanceServerDeleteIdentityProviderGroupCall
DeleteIdentityProviderGroup indicates an expected call of DeleteIdentityProviderGroup.
func (*MockInstanceServerMockRecorder) DeleteImage ¶
func (mr *MockInstanceServerMockRecorder) DeleteImage(arg0 any) *MockInstanceServerDeleteImageCall
DeleteImage indicates an expected call of DeleteImage.
func (*MockInstanceServerMockRecorder) DeleteImageAlias ¶
func (mr *MockInstanceServerMockRecorder) DeleteImageAlias(arg0 any) *MockInstanceServerDeleteImageAliasCall
DeleteImageAlias indicates an expected call of DeleteImageAlias.
func (*MockInstanceServerMockRecorder) DeleteInstance ¶
func (mr *MockInstanceServerMockRecorder) DeleteInstance(arg0 any) *MockInstanceServerDeleteInstanceCall
DeleteInstance indicates an expected call of DeleteInstance.
func (*MockInstanceServerMockRecorder) DeleteInstanceBackup ¶
func (mr *MockInstanceServerMockRecorder) DeleteInstanceBackup(arg0, arg1 any) *MockInstanceServerDeleteInstanceBackupCall
DeleteInstanceBackup indicates an expected call of DeleteInstanceBackup.
func (*MockInstanceServerMockRecorder) DeleteInstanceConsoleLog ¶
func (mr *MockInstanceServerMockRecorder) DeleteInstanceConsoleLog(arg0, arg1 any) *MockInstanceServerDeleteInstanceConsoleLogCall
DeleteInstanceConsoleLog indicates an expected call of DeleteInstanceConsoleLog.
func (*MockInstanceServerMockRecorder) DeleteInstanceFile ¶
func (mr *MockInstanceServerMockRecorder) DeleteInstanceFile(arg0, arg1 any) *MockInstanceServerDeleteInstanceFileCall
DeleteInstanceFile indicates an expected call of DeleteInstanceFile.
func (*MockInstanceServerMockRecorder) DeleteInstanceLogfile ¶
func (mr *MockInstanceServerMockRecorder) DeleteInstanceLogfile(arg0, arg1 any) *MockInstanceServerDeleteInstanceLogfileCall
DeleteInstanceLogfile indicates an expected call of DeleteInstanceLogfile.
func (*MockInstanceServerMockRecorder) DeleteInstanceSnapshot ¶
func (mr *MockInstanceServerMockRecorder) DeleteInstanceSnapshot(arg0, arg1 any) *MockInstanceServerDeleteInstanceSnapshotCall
DeleteInstanceSnapshot indicates an expected call of DeleteInstanceSnapshot.
func (*MockInstanceServerMockRecorder) DeleteInstanceTemplateFile ¶
func (mr *MockInstanceServerMockRecorder) DeleteInstanceTemplateFile(arg0, arg1 any) *MockInstanceServerDeleteInstanceTemplateFileCall
DeleteInstanceTemplateFile indicates an expected call of DeleteInstanceTemplateFile.
func (*MockInstanceServerMockRecorder) DeleteNetwork ¶
func (mr *MockInstanceServerMockRecorder) DeleteNetwork(arg0 any) *MockInstanceServerDeleteNetworkCall
DeleteNetwork indicates an expected call of DeleteNetwork.
func (*MockInstanceServerMockRecorder) DeleteNetworkACL ¶
func (mr *MockInstanceServerMockRecorder) DeleteNetworkACL(arg0 any) *MockInstanceServerDeleteNetworkACLCall
DeleteNetworkACL indicates an expected call of DeleteNetworkACL.
func (*MockInstanceServerMockRecorder) DeleteNetworkForward ¶
func (mr *MockInstanceServerMockRecorder) DeleteNetworkForward(arg0, arg1 any) *MockInstanceServerDeleteNetworkForwardCall
DeleteNetworkForward indicates an expected call of DeleteNetworkForward.
func (*MockInstanceServerMockRecorder) DeleteNetworkLoadBalancer ¶
func (mr *MockInstanceServerMockRecorder) DeleteNetworkLoadBalancer(arg0, arg1 any) *MockInstanceServerDeleteNetworkLoadBalancerCall
DeleteNetworkLoadBalancer indicates an expected call of DeleteNetworkLoadBalancer.
func (*MockInstanceServerMockRecorder) DeleteNetworkPeer ¶
func (mr *MockInstanceServerMockRecorder) DeleteNetworkPeer(arg0, arg1 any) *MockInstanceServerDeleteNetworkPeerCall
DeleteNetworkPeer indicates an expected call of DeleteNetworkPeer.
func (*MockInstanceServerMockRecorder) DeleteNetworkZone ¶
func (mr *MockInstanceServerMockRecorder) DeleteNetworkZone(arg0 any) *MockInstanceServerDeleteNetworkZoneCall
DeleteNetworkZone indicates an expected call of DeleteNetworkZone.
func (*MockInstanceServerMockRecorder) DeleteNetworkZoneRecord ¶
func (mr *MockInstanceServerMockRecorder) DeleteNetworkZoneRecord(arg0, arg1 any) *MockInstanceServerDeleteNetworkZoneRecordCall
DeleteNetworkZoneRecord indicates an expected call of DeleteNetworkZoneRecord.
func (*MockInstanceServerMockRecorder) DeleteOperation ¶
func (mr *MockInstanceServerMockRecorder) DeleteOperation(arg0 any) *MockInstanceServerDeleteOperationCall
DeleteOperation indicates an expected call of DeleteOperation.
func (*MockInstanceServerMockRecorder) DeleteProfile ¶
func (mr *MockInstanceServerMockRecorder) DeleteProfile(arg0 any) *MockInstanceServerDeleteProfileCall
DeleteProfile indicates an expected call of DeleteProfile.
func (*MockInstanceServerMockRecorder) DeleteProject ¶
func (mr *MockInstanceServerMockRecorder) DeleteProject(arg0 any) *MockInstanceServerDeleteProjectCall
DeleteProject indicates an expected call of DeleteProject.
func (*MockInstanceServerMockRecorder) DeleteStoragePool ¶
func (mr *MockInstanceServerMockRecorder) DeleteStoragePool(arg0 any) *MockInstanceServerDeleteStoragePoolCall
DeleteStoragePool indicates an expected call of DeleteStoragePool.
func (*MockInstanceServerMockRecorder) DeleteStoragePoolBucket ¶
func (mr *MockInstanceServerMockRecorder) DeleteStoragePoolBucket(arg0, arg1 any) *MockInstanceServerDeleteStoragePoolBucketCall
DeleteStoragePoolBucket indicates an expected call of DeleteStoragePoolBucket.
func (*MockInstanceServerMockRecorder) DeleteStoragePoolBucketKey ¶
func (mr *MockInstanceServerMockRecorder) DeleteStoragePoolBucketKey(arg0, arg1, arg2 any) *MockInstanceServerDeleteStoragePoolBucketKeyCall
DeleteStoragePoolBucketKey indicates an expected call of DeleteStoragePoolBucketKey.
func (*MockInstanceServerMockRecorder) DeleteStoragePoolVolume ¶
func (mr *MockInstanceServerMockRecorder) DeleteStoragePoolVolume(arg0, arg1, arg2 any) *MockInstanceServerDeleteStoragePoolVolumeCall
DeleteStoragePoolVolume indicates an expected call of DeleteStoragePoolVolume.
func (*MockInstanceServerMockRecorder) DeleteStoragePoolVolumeBackup ¶
func (mr *MockInstanceServerMockRecorder) DeleteStoragePoolVolumeBackup(arg0, arg1, arg2 any) *MockInstanceServerDeleteStoragePoolVolumeBackupCall
DeleteStoragePoolVolumeBackup indicates an expected call of DeleteStoragePoolVolumeBackup.
func (*MockInstanceServerMockRecorder) DeleteStoragePoolVolumeSnapshot ¶
func (mr *MockInstanceServerMockRecorder) DeleteStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3 any) *MockInstanceServerDeleteStoragePoolVolumeSnapshotCall
DeleteStoragePoolVolumeSnapshot indicates an expected call of DeleteStoragePoolVolumeSnapshot.
func (*MockInstanceServerMockRecorder) DeleteWarning ¶
func (mr *MockInstanceServerMockRecorder) DeleteWarning(arg0 any) *MockInstanceServerDeleteWarningCall
DeleteWarning indicates an expected call of DeleteWarning.
func (*MockInstanceServerMockRecorder) Disconnect ¶
func (mr *MockInstanceServerMockRecorder) Disconnect() *MockInstanceServerDisconnectCall
Disconnect indicates an expected call of Disconnect.
func (*MockInstanceServerMockRecorder) DoHTTP ¶
func (mr *MockInstanceServerMockRecorder) DoHTTP(arg0 any) *MockInstanceServerDoHTTPCall
DoHTTP indicates an expected call of DoHTTP.
func (*MockInstanceServerMockRecorder) ExecContainer ¶
func (mr *MockInstanceServerMockRecorder) ExecContainer(arg0, arg1, arg2 any) *MockInstanceServerExecContainerCall
ExecContainer indicates an expected call of ExecContainer.
func (*MockInstanceServerMockRecorder) ExecInstance ¶
func (mr *MockInstanceServerMockRecorder) ExecInstance(arg0, arg1, arg2 any) *MockInstanceServerExecInstanceCall
ExecInstance indicates an expected call of ExecInstance.
func (*MockInstanceServerMockRecorder) ExportImage ¶
func (mr *MockInstanceServerMockRecorder) ExportImage(arg0, arg1 any) *MockInstanceServerExportImageCall
ExportImage indicates an expected call of ExportImage.
func (*MockInstanceServerMockRecorder) GetAuthGroup ¶
func (mr *MockInstanceServerMockRecorder) GetAuthGroup(arg0 any) *MockInstanceServerGetAuthGroupCall
GetAuthGroup indicates an expected call of GetAuthGroup.
func (*MockInstanceServerMockRecorder) GetAuthGroupNames ¶
func (mr *MockInstanceServerMockRecorder) GetAuthGroupNames() *MockInstanceServerGetAuthGroupNamesCall
GetAuthGroupNames indicates an expected call of GetAuthGroupNames.
func (*MockInstanceServerMockRecorder) GetAuthGroups ¶
func (mr *MockInstanceServerMockRecorder) GetAuthGroups() *MockInstanceServerGetAuthGroupsCall
GetAuthGroups indicates an expected call of GetAuthGroups.
func (*MockInstanceServerMockRecorder) GetCertificate ¶
func (mr *MockInstanceServerMockRecorder) GetCertificate(arg0 any) *MockInstanceServerGetCertificateCall
GetCertificate indicates an expected call of GetCertificate.
func (*MockInstanceServerMockRecorder) GetCertificateFingerprints ¶
func (mr *MockInstanceServerMockRecorder) GetCertificateFingerprints() *MockInstanceServerGetCertificateFingerprintsCall
GetCertificateFingerprints indicates an expected call of GetCertificateFingerprints.
func (*MockInstanceServerMockRecorder) GetCertificates ¶
func (mr *MockInstanceServerMockRecorder) GetCertificates() *MockInstanceServerGetCertificatesCall
GetCertificates indicates an expected call of GetCertificates.
func (*MockInstanceServerMockRecorder) GetCluster ¶
func (mr *MockInstanceServerMockRecorder) GetCluster() *MockInstanceServerGetClusterCall
GetCluster indicates an expected call of GetCluster.
func (*MockInstanceServerMockRecorder) GetClusterGroup ¶
func (mr *MockInstanceServerMockRecorder) GetClusterGroup(arg0 any) *MockInstanceServerGetClusterGroupCall
GetClusterGroup indicates an expected call of GetClusterGroup.
func (*MockInstanceServerMockRecorder) GetClusterGroupNames ¶
func (mr *MockInstanceServerMockRecorder) GetClusterGroupNames() *MockInstanceServerGetClusterGroupNamesCall
GetClusterGroupNames indicates an expected call of GetClusterGroupNames.
func (*MockInstanceServerMockRecorder) GetClusterGroups ¶
func (mr *MockInstanceServerMockRecorder) GetClusterGroups() *MockInstanceServerGetClusterGroupsCall
GetClusterGroups indicates an expected call of GetClusterGroups.
func (*MockInstanceServerMockRecorder) GetClusterMember ¶
func (mr *MockInstanceServerMockRecorder) GetClusterMember(arg0 any) *MockInstanceServerGetClusterMemberCall
GetClusterMember indicates an expected call of GetClusterMember.
func (*MockInstanceServerMockRecorder) GetClusterMemberNames ¶
func (mr *MockInstanceServerMockRecorder) GetClusterMemberNames() *MockInstanceServerGetClusterMemberNamesCall
GetClusterMemberNames indicates an expected call of GetClusterMemberNames.
func (*MockInstanceServerMockRecorder) GetClusterMemberState ¶
func (mr *MockInstanceServerMockRecorder) GetClusterMemberState(arg0 any) *MockInstanceServerGetClusterMemberStateCall
GetClusterMemberState indicates an expected call of GetClusterMemberState.
func (*MockInstanceServerMockRecorder) GetClusterMembers ¶
func (mr *MockInstanceServerMockRecorder) GetClusterMembers() *MockInstanceServerGetClusterMembersCall
GetClusterMembers indicates an expected call of GetClusterMembers.
func (*MockInstanceServerMockRecorder) GetConnectionInfo ¶
func (mr *MockInstanceServerMockRecorder) GetConnectionInfo() *MockInstanceServerGetConnectionInfoCall
GetConnectionInfo indicates an expected call of GetConnectionInfo.
func (*MockInstanceServerMockRecorder) GetContainer ¶
func (mr *MockInstanceServerMockRecorder) GetContainer(arg0 any) *MockInstanceServerGetContainerCall
GetContainer indicates an expected call of GetContainer.
func (*MockInstanceServerMockRecorder) GetContainerBackup ¶
func (mr *MockInstanceServerMockRecorder) GetContainerBackup(arg0, arg1 any) *MockInstanceServerGetContainerBackupCall
GetContainerBackup indicates an expected call of GetContainerBackup.
func (*MockInstanceServerMockRecorder) GetContainerBackupFile ¶
func (mr *MockInstanceServerMockRecorder) GetContainerBackupFile(arg0, arg1, arg2 any) *MockInstanceServerGetContainerBackupFileCall
GetContainerBackupFile indicates an expected call of GetContainerBackupFile.
func (*MockInstanceServerMockRecorder) GetContainerBackupNames ¶
func (mr *MockInstanceServerMockRecorder) GetContainerBackupNames(arg0 any) *MockInstanceServerGetContainerBackupNamesCall
GetContainerBackupNames indicates an expected call of GetContainerBackupNames.
func (*MockInstanceServerMockRecorder) GetContainerBackups ¶
func (mr *MockInstanceServerMockRecorder) GetContainerBackups(arg0 any) *MockInstanceServerGetContainerBackupsCall
GetContainerBackups indicates an expected call of GetContainerBackups.
func (*MockInstanceServerMockRecorder) GetContainerConsoleLog ¶
func (mr *MockInstanceServerMockRecorder) GetContainerConsoleLog(arg0, arg1 any) *MockInstanceServerGetContainerConsoleLogCall
GetContainerConsoleLog indicates an expected call of GetContainerConsoleLog.
func (*MockInstanceServerMockRecorder) GetContainerFile ¶
func (mr *MockInstanceServerMockRecorder) GetContainerFile(arg0, arg1 any) *MockInstanceServerGetContainerFileCall
GetContainerFile indicates an expected call of GetContainerFile.
func (*MockInstanceServerMockRecorder) GetContainerLogfile ¶
func (mr *MockInstanceServerMockRecorder) GetContainerLogfile(arg0, arg1 any) *MockInstanceServerGetContainerLogfileCall
GetContainerLogfile indicates an expected call of GetContainerLogfile.
func (*MockInstanceServerMockRecorder) GetContainerLogfiles ¶
func (mr *MockInstanceServerMockRecorder) GetContainerLogfiles(arg0 any) *MockInstanceServerGetContainerLogfilesCall
GetContainerLogfiles indicates an expected call of GetContainerLogfiles.
func (*MockInstanceServerMockRecorder) GetContainerMetadata ¶
func (mr *MockInstanceServerMockRecorder) GetContainerMetadata(arg0 any) *MockInstanceServerGetContainerMetadataCall
GetContainerMetadata indicates an expected call of GetContainerMetadata.
func (*MockInstanceServerMockRecorder) GetContainerNames ¶
func (mr *MockInstanceServerMockRecorder) GetContainerNames() *MockInstanceServerGetContainerNamesCall
GetContainerNames indicates an expected call of GetContainerNames.
func (*MockInstanceServerMockRecorder) GetContainerSnapshot ¶
func (mr *MockInstanceServerMockRecorder) GetContainerSnapshot(arg0, arg1 any) *MockInstanceServerGetContainerSnapshotCall
GetContainerSnapshot indicates an expected call of GetContainerSnapshot.
func (*MockInstanceServerMockRecorder) GetContainerSnapshotNames ¶
func (mr *MockInstanceServerMockRecorder) GetContainerSnapshotNames(arg0 any) *MockInstanceServerGetContainerSnapshotNamesCall
GetContainerSnapshotNames indicates an expected call of GetContainerSnapshotNames.
func (*MockInstanceServerMockRecorder) GetContainerSnapshots ¶
func (mr *MockInstanceServerMockRecorder) GetContainerSnapshots(arg0 any) *MockInstanceServerGetContainerSnapshotsCall
GetContainerSnapshots indicates an expected call of GetContainerSnapshots.
func (*MockInstanceServerMockRecorder) GetContainerState ¶
func (mr *MockInstanceServerMockRecorder) GetContainerState(arg0 any) *MockInstanceServerGetContainerStateCall
GetContainerState indicates an expected call of GetContainerState.
func (*MockInstanceServerMockRecorder) GetContainerTemplateFile ¶
func (mr *MockInstanceServerMockRecorder) GetContainerTemplateFile(arg0, arg1 any) *MockInstanceServerGetContainerTemplateFileCall
GetContainerTemplateFile indicates an expected call of GetContainerTemplateFile.
func (*MockInstanceServerMockRecorder) GetContainerTemplateFiles ¶
func (mr *MockInstanceServerMockRecorder) GetContainerTemplateFiles(arg0 any) *MockInstanceServerGetContainerTemplateFilesCall
GetContainerTemplateFiles indicates an expected call of GetContainerTemplateFiles.
func (*MockInstanceServerMockRecorder) GetContainers ¶
func (mr *MockInstanceServerMockRecorder) GetContainers() *MockInstanceServerGetContainersCall
GetContainers indicates an expected call of GetContainers.
func (*MockInstanceServerMockRecorder) GetContainersFull ¶
func (mr *MockInstanceServerMockRecorder) GetContainersFull() *MockInstanceServerGetContainersFullCall
GetContainersFull indicates an expected call of GetContainersFull.
func (*MockInstanceServerMockRecorder) GetCurrentIdentityInfo ¶
func (mr *MockInstanceServerMockRecorder) GetCurrentIdentityInfo() *MockInstanceServerGetCurrentIdentityInfoCall
GetCurrentIdentityInfo indicates an expected call of GetCurrentIdentityInfo.
func (*MockInstanceServerMockRecorder) GetEvents ¶
func (mr *MockInstanceServerMockRecorder) GetEvents() *MockInstanceServerGetEventsCall
GetEvents indicates an expected call of GetEvents.
func (*MockInstanceServerMockRecorder) GetEventsAllProjects ¶
func (mr *MockInstanceServerMockRecorder) GetEventsAllProjects() *MockInstanceServerGetEventsAllProjectsCall
GetEventsAllProjects indicates an expected call of GetEventsAllProjects.
func (*MockInstanceServerMockRecorder) GetHTTPClient ¶
func (mr *MockInstanceServerMockRecorder) GetHTTPClient() *MockInstanceServerGetHTTPClientCall
GetHTTPClient indicates an expected call of GetHTTPClient.
func (*MockInstanceServerMockRecorder) GetIdentities ¶
func (mr *MockInstanceServerMockRecorder) GetIdentities() *MockInstanceServerGetIdentitiesCall
GetIdentities indicates an expected call of GetIdentities.
func (*MockInstanceServerMockRecorder) GetIdentitiesByAuthenticationMethod ¶
func (mr *MockInstanceServerMockRecorder) GetIdentitiesByAuthenticationMethod(arg0 any) *MockInstanceServerGetIdentitiesByAuthenticationMethodCall
GetIdentitiesByAuthenticationMethod indicates an expected call of GetIdentitiesByAuthenticationMethod.
func (*MockInstanceServerMockRecorder) GetIdentity ¶
func (mr *MockInstanceServerMockRecorder) GetIdentity(arg0, arg1 any) *MockInstanceServerGetIdentityCall
GetIdentity indicates an expected call of GetIdentity.
func (*MockInstanceServerMockRecorder) GetIdentityAuthenticationMethodsIdentifiers ¶
func (mr *MockInstanceServerMockRecorder) GetIdentityAuthenticationMethodsIdentifiers() *MockInstanceServerGetIdentityAuthenticationMethodsIdentifiersCall
GetIdentityAuthenticationMethodsIdentifiers indicates an expected call of GetIdentityAuthenticationMethodsIdentifiers.
func (*MockInstanceServerMockRecorder) GetIdentityIdentifiersByAuthenticationMethod ¶
func (mr *MockInstanceServerMockRecorder) GetIdentityIdentifiersByAuthenticationMethod(arg0 any) *MockInstanceServerGetIdentityIdentifiersByAuthenticationMethodCall
GetIdentityIdentifiersByAuthenticationMethod indicates an expected call of GetIdentityIdentifiersByAuthenticationMethod.
func (*MockInstanceServerMockRecorder) GetIdentityProviderGroup ¶
func (mr *MockInstanceServerMockRecorder) GetIdentityProviderGroup(arg0 any) *MockInstanceServerGetIdentityProviderGroupCall
GetIdentityProviderGroup indicates an expected call of GetIdentityProviderGroup.
func (*MockInstanceServerMockRecorder) GetIdentityProviderGroupNames ¶
func (mr *MockInstanceServerMockRecorder) GetIdentityProviderGroupNames() *MockInstanceServerGetIdentityProviderGroupNamesCall
GetIdentityProviderGroupNames indicates an expected call of GetIdentityProviderGroupNames.
func (*MockInstanceServerMockRecorder) GetIdentityProviderGroups ¶
func (mr *MockInstanceServerMockRecorder) GetIdentityProviderGroups() *MockInstanceServerGetIdentityProviderGroupsCall
GetIdentityProviderGroups indicates an expected call of GetIdentityProviderGroups.
func (*MockInstanceServerMockRecorder) GetImage ¶
func (mr *MockInstanceServerMockRecorder) GetImage(arg0 any) *MockInstanceServerGetImageCall
GetImage indicates an expected call of GetImage.
func (*MockInstanceServerMockRecorder) GetImageAlias ¶
func (mr *MockInstanceServerMockRecorder) GetImageAlias(arg0 any) *MockInstanceServerGetImageAliasCall
GetImageAlias indicates an expected call of GetImageAlias.
func (*MockInstanceServerMockRecorder) GetImageAliasArchitectures ¶
func (mr *MockInstanceServerMockRecorder) GetImageAliasArchitectures(arg0, arg1 any) *MockInstanceServerGetImageAliasArchitecturesCall
GetImageAliasArchitectures indicates an expected call of GetImageAliasArchitectures.
func (*MockInstanceServerMockRecorder) GetImageAliasNames ¶
func (mr *MockInstanceServerMockRecorder) GetImageAliasNames() *MockInstanceServerGetImageAliasNamesCall
GetImageAliasNames indicates an expected call of GetImageAliasNames.
func (*MockInstanceServerMockRecorder) GetImageAliasType ¶
func (mr *MockInstanceServerMockRecorder) GetImageAliasType(arg0, arg1 any) *MockInstanceServerGetImageAliasTypeCall
GetImageAliasType indicates an expected call of GetImageAliasType.
func (*MockInstanceServerMockRecorder) GetImageAliases ¶
func (mr *MockInstanceServerMockRecorder) GetImageAliases() *MockInstanceServerGetImageAliasesCall
GetImageAliases indicates an expected call of GetImageAliases.
func (*MockInstanceServerMockRecorder) GetImageFile ¶
func (mr *MockInstanceServerMockRecorder) GetImageFile(arg0, arg1 any) *MockInstanceServerGetImageFileCall
GetImageFile indicates an expected call of GetImageFile.
func (*MockInstanceServerMockRecorder) GetImageFingerprints ¶
func (mr *MockInstanceServerMockRecorder) GetImageFingerprints() *MockInstanceServerGetImageFingerprintsCall
GetImageFingerprints indicates an expected call of GetImageFingerprints.
func (*MockInstanceServerMockRecorder) GetImageSecret ¶
func (mr *MockInstanceServerMockRecorder) GetImageSecret(arg0 any) *MockInstanceServerGetImageSecretCall
GetImageSecret indicates an expected call of GetImageSecret.
func (*MockInstanceServerMockRecorder) GetImages ¶
func (mr *MockInstanceServerMockRecorder) GetImages() *MockInstanceServerGetImagesCall
GetImages indicates an expected call of GetImages.
func (*MockInstanceServerMockRecorder) GetImagesWithFilter ¶
func (mr *MockInstanceServerMockRecorder) GetImagesWithFilter(arg0 any) *MockInstanceServerGetImagesWithFilterCall
GetImagesWithFilter indicates an expected call of GetImagesWithFilter.
func (*MockInstanceServerMockRecorder) GetInstance ¶
func (mr *MockInstanceServerMockRecorder) GetInstance(arg0 any) *MockInstanceServerGetInstanceCall
GetInstance indicates an expected call of GetInstance.
func (*MockInstanceServerMockRecorder) GetInstanceBackup ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceBackup(arg0, arg1 any) *MockInstanceServerGetInstanceBackupCall
GetInstanceBackup indicates an expected call of GetInstanceBackup.
func (*MockInstanceServerMockRecorder) GetInstanceBackupFile ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceBackupFile(arg0, arg1, arg2 any) *MockInstanceServerGetInstanceBackupFileCall
GetInstanceBackupFile indicates an expected call of GetInstanceBackupFile.
func (*MockInstanceServerMockRecorder) GetInstanceBackupNames ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceBackupNames(arg0 any) *MockInstanceServerGetInstanceBackupNamesCall
GetInstanceBackupNames indicates an expected call of GetInstanceBackupNames.
func (*MockInstanceServerMockRecorder) GetInstanceBackups ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceBackups(arg0 any) *MockInstanceServerGetInstanceBackupsCall
GetInstanceBackups indicates an expected call of GetInstanceBackups.
func (*MockInstanceServerMockRecorder) GetInstanceConsoleLog ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceConsoleLog(arg0, arg1 any) *MockInstanceServerGetInstanceConsoleLogCall
GetInstanceConsoleLog indicates an expected call of GetInstanceConsoleLog.
func (*MockInstanceServerMockRecorder) GetInstanceFile ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceFile(arg0, arg1 any) *MockInstanceServerGetInstanceFileCall
GetInstanceFile indicates an expected call of GetInstanceFile.
func (*MockInstanceServerMockRecorder) GetInstanceFileSFTP ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceFileSFTP(arg0 any) *MockInstanceServerGetInstanceFileSFTPCall
GetInstanceFileSFTP indicates an expected call of GetInstanceFileSFTP.
func (*MockInstanceServerMockRecorder) GetInstanceFileSFTPConn ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceFileSFTPConn(arg0 any) *MockInstanceServerGetInstanceFileSFTPConnCall
GetInstanceFileSFTPConn indicates an expected call of GetInstanceFileSFTPConn.
func (*MockInstanceServerMockRecorder) GetInstanceFull ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceFull(arg0 any) *MockInstanceServerGetInstanceFullCall
GetInstanceFull indicates an expected call of GetInstanceFull.
func (*MockInstanceServerMockRecorder) GetInstanceLogfile ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceLogfile(arg0, arg1 any) *MockInstanceServerGetInstanceLogfileCall
GetInstanceLogfile indicates an expected call of GetInstanceLogfile.
func (*MockInstanceServerMockRecorder) GetInstanceLogfiles ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceLogfiles(arg0 any) *MockInstanceServerGetInstanceLogfilesCall
GetInstanceLogfiles indicates an expected call of GetInstanceLogfiles.
func (*MockInstanceServerMockRecorder) GetInstanceMetadata ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceMetadata(arg0 any) *MockInstanceServerGetInstanceMetadataCall
GetInstanceMetadata indicates an expected call of GetInstanceMetadata.
func (*MockInstanceServerMockRecorder) GetInstanceNames ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceNames(arg0 any) *MockInstanceServerGetInstanceNamesCall
GetInstanceNames indicates an expected call of GetInstanceNames.
func (*MockInstanceServerMockRecorder) GetInstanceNamesAllProjects ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceNamesAllProjects(arg0 any) *MockInstanceServerGetInstanceNamesAllProjectsCall
GetInstanceNamesAllProjects indicates an expected call of GetInstanceNamesAllProjects.
func (*MockInstanceServerMockRecorder) GetInstanceSnapshot ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceSnapshot(arg0, arg1 any) *MockInstanceServerGetInstanceSnapshotCall
GetInstanceSnapshot indicates an expected call of GetInstanceSnapshot.
func (*MockInstanceServerMockRecorder) GetInstanceSnapshotNames ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceSnapshotNames(arg0 any) *MockInstanceServerGetInstanceSnapshotNamesCall
GetInstanceSnapshotNames indicates an expected call of GetInstanceSnapshotNames.
func (*MockInstanceServerMockRecorder) GetInstanceSnapshots ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceSnapshots(arg0 any) *MockInstanceServerGetInstanceSnapshotsCall
GetInstanceSnapshots indicates an expected call of GetInstanceSnapshots.
func (*MockInstanceServerMockRecorder) GetInstanceState ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceState(arg0 any) *MockInstanceServerGetInstanceStateCall
GetInstanceState indicates an expected call of GetInstanceState.
func (*MockInstanceServerMockRecorder) GetInstanceTemplateFile ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceTemplateFile(arg0, arg1 any) *MockInstanceServerGetInstanceTemplateFileCall
GetInstanceTemplateFile indicates an expected call of GetInstanceTemplateFile.
func (*MockInstanceServerMockRecorder) GetInstanceTemplateFiles ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceTemplateFiles(arg0 any) *MockInstanceServerGetInstanceTemplateFilesCall
GetInstanceTemplateFiles indicates an expected call of GetInstanceTemplateFiles.
func (*MockInstanceServerMockRecorder) GetInstanceUEFIVars ¶
func (mr *MockInstanceServerMockRecorder) GetInstanceUEFIVars(arg0 any) *MockInstanceServerGetInstanceUEFIVarsCall
GetInstanceUEFIVars indicates an expected call of GetInstanceUEFIVars.
func (*MockInstanceServerMockRecorder) GetInstances ¶
func (mr *MockInstanceServerMockRecorder) GetInstances(arg0 any) *MockInstanceServerGetInstancesCall
GetInstances indicates an expected call of GetInstances.
func (*MockInstanceServerMockRecorder) GetInstancesAllProjects ¶
func (mr *MockInstanceServerMockRecorder) GetInstancesAllProjects(arg0 any) *MockInstanceServerGetInstancesAllProjectsCall
GetInstancesAllProjects indicates an expected call of GetInstancesAllProjects.
func (*MockInstanceServerMockRecorder) GetInstancesAllProjectsWithFilter ¶
func (mr *MockInstanceServerMockRecorder) GetInstancesAllProjectsWithFilter(arg0, arg1 any) *MockInstanceServerGetInstancesAllProjectsWithFilterCall
GetInstancesAllProjectsWithFilter indicates an expected call of GetInstancesAllProjectsWithFilter.
func (*MockInstanceServerMockRecorder) GetInstancesFull ¶
func (mr *MockInstanceServerMockRecorder) GetInstancesFull(arg0 any) *MockInstanceServerGetInstancesFullCall
GetInstancesFull indicates an expected call of GetInstancesFull.
func (*MockInstanceServerMockRecorder) GetInstancesFullAllProjects ¶
func (mr *MockInstanceServerMockRecorder) GetInstancesFullAllProjects(arg0 any) *MockInstanceServerGetInstancesFullAllProjectsCall
GetInstancesFullAllProjects indicates an expected call of GetInstancesFullAllProjects.
func (*MockInstanceServerMockRecorder) GetInstancesFullAllProjectsWithFilter ¶
func (mr *MockInstanceServerMockRecorder) GetInstancesFullAllProjectsWithFilter(arg0, arg1 any) *MockInstanceServerGetInstancesFullAllProjectsWithFilterCall
GetInstancesFullAllProjectsWithFilter indicates an expected call of GetInstancesFullAllProjectsWithFilter.
func (*MockInstanceServerMockRecorder) GetInstancesFullWithFilter ¶
func (mr *MockInstanceServerMockRecorder) GetInstancesFullWithFilter(arg0, arg1 any) *MockInstanceServerGetInstancesFullWithFilterCall
GetInstancesFullWithFilter indicates an expected call of GetInstancesFullWithFilter.
func (*MockInstanceServerMockRecorder) GetInstancesWithFilter ¶
func (mr *MockInstanceServerMockRecorder) GetInstancesWithFilter(arg0, arg1 any) *MockInstanceServerGetInstancesWithFilterCall
GetInstancesWithFilter indicates an expected call of GetInstancesWithFilter.
func (*MockInstanceServerMockRecorder) GetMetrics ¶
func (mr *MockInstanceServerMockRecorder) GetMetrics() *MockInstanceServerGetMetricsCall
GetMetrics indicates an expected call of GetMetrics.
func (*MockInstanceServerMockRecorder) GetNetwork ¶
func (mr *MockInstanceServerMockRecorder) GetNetwork(arg0 any) *MockInstanceServerGetNetworkCall
GetNetwork indicates an expected call of GetNetwork.
func (*MockInstanceServerMockRecorder) GetNetworkACL ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkACL(arg0 any) *MockInstanceServerGetNetworkACLCall
GetNetworkACL indicates an expected call of GetNetworkACL.
func (*MockInstanceServerMockRecorder) GetNetworkACLLogfile ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkACLLogfile(arg0 any) *MockInstanceServerGetNetworkACLLogfileCall
GetNetworkACLLogfile indicates an expected call of GetNetworkACLLogfile.
func (*MockInstanceServerMockRecorder) GetNetworkACLNames ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkACLNames() *MockInstanceServerGetNetworkACLNamesCall
GetNetworkACLNames indicates an expected call of GetNetworkACLNames.
func (*MockInstanceServerMockRecorder) GetNetworkACLs ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkACLs() *MockInstanceServerGetNetworkACLsCall
GetNetworkACLs indicates an expected call of GetNetworkACLs.
func (*MockInstanceServerMockRecorder) GetNetworkAllocations ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkAllocations(arg0 any) *MockInstanceServerGetNetworkAllocationsCall
GetNetworkAllocations indicates an expected call of GetNetworkAllocations.
func (*MockInstanceServerMockRecorder) GetNetworkForward ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkForward(arg0, arg1 any) *MockInstanceServerGetNetworkForwardCall
GetNetworkForward indicates an expected call of GetNetworkForward.
func (*MockInstanceServerMockRecorder) GetNetworkForwardAddresses ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkForwardAddresses(arg0 any) *MockInstanceServerGetNetworkForwardAddressesCall
GetNetworkForwardAddresses indicates an expected call of GetNetworkForwardAddresses.
func (*MockInstanceServerMockRecorder) GetNetworkForwards ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkForwards(arg0 any) *MockInstanceServerGetNetworkForwardsCall
GetNetworkForwards indicates an expected call of GetNetworkForwards.
func (*MockInstanceServerMockRecorder) GetNetworkLeases ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkLeases(arg0 any) *MockInstanceServerGetNetworkLeasesCall
GetNetworkLeases indicates an expected call of GetNetworkLeases.
func (*MockInstanceServerMockRecorder) GetNetworkLoadBalancer ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkLoadBalancer(arg0, arg1 any) *MockInstanceServerGetNetworkLoadBalancerCall
GetNetworkLoadBalancer indicates an expected call of GetNetworkLoadBalancer.
func (*MockInstanceServerMockRecorder) GetNetworkLoadBalancerAddresses ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkLoadBalancerAddresses(arg0 any) *MockInstanceServerGetNetworkLoadBalancerAddressesCall
GetNetworkLoadBalancerAddresses indicates an expected call of GetNetworkLoadBalancerAddresses.
func (*MockInstanceServerMockRecorder) GetNetworkLoadBalancers ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkLoadBalancers(arg0 any) *MockInstanceServerGetNetworkLoadBalancersCall
GetNetworkLoadBalancers indicates an expected call of GetNetworkLoadBalancers.
func (*MockInstanceServerMockRecorder) GetNetworkNames ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkNames() *MockInstanceServerGetNetworkNamesCall
GetNetworkNames indicates an expected call of GetNetworkNames.
func (*MockInstanceServerMockRecorder) GetNetworkPeer ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkPeer(arg0, arg1 any) *MockInstanceServerGetNetworkPeerCall
GetNetworkPeer indicates an expected call of GetNetworkPeer.
func (*MockInstanceServerMockRecorder) GetNetworkPeerNames ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkPeerNames(arg0 any) *MockInstanceServerGetNetworkPeerNamesCall
GetNetworkPeerNames indicates an expected call of GetNetworkPeerNames.
func (*MockInstanceServerMockRecorder) GetNetworkPeers ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkPeers(arg0 any) *MockInstanceServerGetNetworkPeersCall
GetNetworkPeers indicates an expected call of GetNetworkPeers.
func (*MockInstanceServerMockRecorder) GetNetworkState ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkState(arg0 any) *MockInstanceServerGetNetworkStateCall
GetNetworkState indicates an expected call of GetNetworkState.
func (*MockInstanceServerMockRecorder) GetNetworkZone ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkZone(arg0 any) *MockInstanceServerGetNetworkZoneCall
GetNetworkZone indicates an expected call of GetNetworkZone.
func (*MockInstanceServerMockRecorder) GetNetworkZoneNames ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkZoneNames() *MockInstanceServerGetNetworkZoneNamesCall
GetNetworkZoneNames indicates an expected call of GetNetworkZoneNames.
func (*MockInstanceServerMockRecorder) GetNetworkZoneRecord ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkZoneRecord(arg0, arg1 any) *MockInstanceServerGetNetworkZoneRecordCall
GetNetworkZoneRecord indicates an expected call of GetNetworkZoneRecord.
func (*MockInstanceServerMockRecorder) GetNetworkZoneRecordNames ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkZoneRecordNames(arg0 any) *MockInstanceServerGetNetworkZoneRecordNamesCall
GetNetworkZoneRecordNames indicates an expected call of GetNetworkZoneRecordNames.
func (*MockInstanceServerMockRecorder) GetNetworkZoneRecords ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkZoneRecords(arg0 any) *MockInstanceServerGetNetworkZoneRecordsCall
GetNetworkZoneRecords indicates an expected call of GetNetworkZoneRecords.
func (*MockInstanceServerMockRecorder) GetNetworkZones ¶
func (mr *MockInstanceServerMockRecorder) GetNetworkZones() *MockInstanceServerGetNetworkZonesCall
GetNetworkZones indicates an expected call of GetNetworkZones.
func (*MockInstanceServerMockRecorder) GetNetworks ¶
func (mr *MockInstanceServerMockRecorder) GetNetworks() *MockInstanceServerGetNetworksCall
GetNetworks indicates an expected call of GetNetworks.
func (*MockInstanceServerMockRecorder) GetOperation ¶
func (mr *MockInstanceServerMockRecorder) GetOperation(arg0 any) *MockInstanceServerGetOperationCall
GetOperation indicates an expected call of GetOperation.
func (*MockInstanceServerMockRecorder) GetOperationUUIDs ¶
func (mr *MockInstanceServerMockRecorder) GetOperationUUIDs() *MockInstanceServerGetOperationUUIDsCall
GetOperationUUIDs indicates an expected call of GetOperationUUIDs.
func (*MockInstanceServerMockRecorder) GetOperationWait ¶
func (mr *MockInstanceServerMockRecorder) GetOperationWait(arg0, arg1 any) *MockInstanceServerGetOperationWaitCall
GetOperationWait indicates an expected call of GetOperationWait.
func (*MockInstanceServerMockRecorder) GetOperationWaitSecret ¶
func (mr *MockInstanceServerMockRecorder) GetOperationWaitSecret(arg0, arg1, arg2 any) *MockInstanceServerGetOperationWaitSecretCall
GetOperationWaitSecret indicates an expected call of GetOperationWaitSecret.
func (*MockInstanceServerMockRecorder) GetOperationWebsocket ¶
func (mr *MockInstanceServerMockRecorder) GetOperationWebsocket(arg0, arg1 any) *MockInstanceServerGetOperationWebsocketCall
GetOperationWebsocket indicates an expected call of GetOperationWebsocket.
func (*MockInstanceServerMockRecorder) GetOperations ¶
func (mr *MockInstanceServerMockRecorder) GetOperations() *MockInstanceServerGetOperationsCall
GetOperations indicates an expected call of GetOperations.
func (*MockInstanceServerMockRecorder) GetOperationsAllProjects ¶
func (mr *MockInstanceServerMockRecorder) GetOperationsAllProjects() *MockInstanceServerGetOperationsAllProjectsCall
GetOperationsAllProjects indicates an expected call of GetOperationsAllProjects.
func (*MockInstanceServerMockRecorder) GetPermissions ¶
func (mr *MockInstanceServerMockRecorder) GetPermissions(arg0 any) *MockInstanceServerGetPermissionsCall
GetPermissions indicates an expected call of GetPermissions.
func (*MockInstanceServerMockRecorder) GetPermissionsInfo ¶
func (mr *MockInstanceServerMockRecorder) GetPermissionsInfo(arg0 any) *MockInstanceServerGetPermissionsInfoCall
GetPermissionsInfo indicates an expected call of GetPermissionsInfo.
func (*MockInstanceServerMockRecorder) GetPrivateImage ¶
func (mr *MockInstanceServerMockRecorder) GetPrivateImage(arg0, arg1 any) *MockInstanceServerGetPrivateImageCall
GetPrivateImage indicates an expected call of GetPrivateImage.
func (*MockInstanceServerMockRecorder) GetPrivateImageFile ¶
func (mr *MockInstanceServerMockRecorder) GetPrivateImageFile(arg0, arg1, arg2 any) *MockInstanceServerGetPrivateImageFileCall
GetPrivateImageFile indicates an expected call of GetPrivateImageFile.
func (*MockInstanceServerMockRecorder) GetProfile ¶
func (mr *MockInstanceServerMockRecorder) GetProfile(arg0 any) *MockInstanceServerGetProfileCall
GetProfile indicates an expected call of GetProfile.
func (*MockInstanceServerMockRecorder) GetProfileNames ¶
func (mr *MockInstanceServerMockRecorder) GetProfileNames() *MockInstanceServerGetProfileNamesCall
GetProfileNames indicates an expected call of GetProfileNames.
func (*MockInstanceServerMockRecorder) GetProfiles ¶
func (mr *MockInstanceServerMockRecorder) GetProfiles() *MockInstanceServerGetProfilesCall
GetProfiles indicates an expected call of GetProfiles.
func (*MockInstanceServerMockRecorder) GetProject ¶
func (mr *MockInstanceServerMockRecorder) GetProject(arg0 any) *MockInstanceServerGetProjectCall
GetProject indicates an expected call of GetProject.
func (*MockInstanceServerMockRecorder) GetProjectNames ¶
func (mr *MockInstanceServerMockRecorder) GetProjectNames() *MockInstanceServerGetProjectNamesCall
GetProjectNames indicates an expected call of GetProjectNames.
func (*MockInstanceServerMockRecorder) GetProjectState ¶
func (mr *MockInstanceServerMockRecorder) GetProjectState(arg0 any) *MockInstanceServerGetProjectStateCall
GetProjectState indicates an expected call of GetProjectState.
func (*MockInstanceServerMockRecorder) GetProjects ¶
func (mr *MockInstanceServerMockRecorder) GetProjects() *MockInstanceServerGetProjectsCall
GetProjects indicates an expected call of GetProjects.
func (*MockInstanceServerMockRecorder) GetServer ¶
func (mr *MockInstanceServerMockRecorder) GetServer() *MockInstanceServerGetServerCall
GetServer indicates an expected call of GetServer.
func (*MockInstanceServerMockRecorder) GetServerResources ¶
func (mr *MockInstanceServerMockRecorder) GetServerResources() *MockInstanceServerGetServerResourcesCall
GetServerResources indicates an expected call of GetServerResources.
func (*MockInstanceServerMockRecorder) GetStoragePool ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePool(arg0 any) *MockInstanceServerGetStoragePoolCall
GetStoragePool indicates an expected call of GetStoragePool.
func (*MockInstanceServerMockRecorder) GetStoragePoolBucket ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolBucket(arg0, arg1 any) *MockInstanceServerGetStoragePoolBucketCall
GetStoragePoolBucket indicates an expected call of GetStoragePoolBucket.
func (*MockInstanceServerMockRecorder) GetStoragePoolBucketKey ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolBucketKey(arg0, arg1, arg2 any) *MockInstanceServerGetStoragePoolBucketKeyCall
GetStoragePoolBucketKey indicates an expected call of GetStoragePoolBucketKey.
func (*MockInstanceServerMockRecorder) GetStoragePoolBucketKeyNames ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolBucketKeyNames(arg0, arg1 any) *MockInstanceServerGetStoragePoolBucketKeyNamesCall
GetStoragePoolBucketKeyNames indicates an expected call of GetStoragePoolBucketKeyNames.
func (*MockInstanceServerMockRecorder) GetStoragePoolBucketKeys ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolBucketKeys(arg0, arg1 any) *MockInstanceServerGetStoragePoolBucketKeysCall
GetStoragePoolBucketKeys indicates an expected call of GetStoragePoolBucketKeys.
func (*MockInstanceServerMockRecorder) GetStoragePoolBucketNames ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolBucketNames(arg0 any) *MockInstanceServerGetStoragePoolBucketNamesCall
GetStoragePoolBucketNames indicates an expected call of GetStoragePoolBucketNames.
func (*MockInstanceServerMockRecorder) GetStoragePoolBuckets ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolBuckets(arg0 any) *MockInstanceServerGetStoragePoolBucketsCall
GetStoragePoolBuckets indicates an expected call of GetStoragePoolBuckets.
func (*MockInstanceServerMockRecorder) GetStoragePoolNames ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolNames() *MockInstanceServerGetStoragePoolNamesCall
GetStoragePoolNames indicates an expected call of GetStoragePoolNames.
func (*MockInstanceServerMockRecorder) GetStoragePoolResources ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolResources(arg0 any) *MockInstanceServerGetStoragePoolResourcesCall
GetStoragePoolResources indicates an expected call of GetStoragePoolResources.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolume ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolume(arg0, arg1, arg2 any) *MockInstanceServerGetStoragePoolVolumeCall
GetStoragePoolVolume indicates an expected call of GetStoragePoolVolume.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolumeBackup ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeBackup(arg0, arg1, arg2 any) *MockInstanceServerGetStoragePoolVolumeBackupCall
GetStoragePoolVolumeBackup indicates an expected call of GetStoragePoolVolumeBackup.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolumeBackupFile ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeBackupFile(arg0, arg1, arg2, arg3 any) *MockInstanceServerGetStoragePoolVolumeBackupFileCall
GetStoragePoolVolumeBackupFile indicates an expected call of GetStoragePoolVolumeBackupFile.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolumeBackupNames ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeBackupNames(arg0, arg1 any) *MockInstanceServerGetStoragePoolVolumeBackupNamesCall
GetStoragePoolVolumeBackupNames indicates an expected call of GetStoragePoolVolumeBackupNames.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolumeBackups ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeBackups(arg0, arg1 any) *MockInstanceServerGetStoragePoolVolumeBackupsCall
GetStoragePoolVolumeBackups indicates an expected call of GetStoragePoolVolumeBackups.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolumeNames ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeNames(arg0 any) *MockInstanceServerGetStoragePoolVolumeNamesCall
GetStoragePoolVolumeNames indicates an expected call of GetStoragePoolVolumeNames.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolumeNamesAllProjects ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeNamesAllProjects(arg0 any) *MockInstanceServerGetStoragePoolVolumeNamesAllProjectsCall
GetStoragePoolVolumeNamesAllProjects indicates an expected call of GetStoragePoolVolumeNamesAllProjects.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolumeSnapshot ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3 any) *MockInstanceServerGetStoragePoolVolumeSnapshotCall
GetStoragePoolVolumeSnapshot indicates an expected call of GetStoragePoolVolumeSnapshot.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolumeSnapshotNames ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeSnapshotNames(arg0, arg1, arg2 any) *MockInstanceServerGetStoragePoolVolumeSnapshotNamesCall
GetStoragePoolVolumeSnapshotNames indicates an expected call of GetStoragePoolVolumeSnapshotNames.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolumeSnapshots ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeSnapshots(arg0, arg1, arg2 any) *MockInstanceServerGetStoragePoolVolumeSnapshotsCall
GetStoragePoolVolumeSnapshots indicates an expected call of GetStoragePoolVolumeSnapshots.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolumeState ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumeState(arg0, arg1, arg2 any) *MockInstanceServerGetStoragePoolVolumeStateCall
GetStoragePoolVolumeState indicates an expected call of GetStoragePoolVolumeState.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolumes ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumes(arg0 any) *MockInstanceServerGetStoragePoolVolumesCall
GetStoragePoolVolumes indicates an expected call of GetStoragePoolVolumes.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolumesAllProjects ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumesAllProjects(arg0 any) *MockInstanceServerGetStoragePoolVolumesAllProjectsCall
GetStoragePoolVolumesAllProjects indicates an expected call of GetStoragePoolVolumesAllProjects.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolumesWithFilter ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumesWithFilter(arg0, arg1 any) *MockInstanceServerGetStoragePoolVolumesWithFilterCall
GetStoragePoolVolumesWithFilter indicates an expected call of GetStoragePoolVolumesWithFilter.
func (*MockInstanceServerMockRecorder) GetStoragePoolVolumesWithFilterAllProjects ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePoolVolumesWithFilterAllProjects(arg0, arg1 any) *MockInstanceServerGetStoragePoolVolumesWithFilterAllProjectsCall
GetStoragePoolVolumesWithFilterAllProjects indicates an expected call of GetStoragePoolVolumesWithFilterAllProjects.
func (*MockInstanceServerMockRecorder) GetStoragePools ¶
func (mr *MockInstanceServerMockRecorder) GetStoragePools() *MockInstanceServerGetStoragePoolsCall
GetStoragePools indicates an expected call of GetStoragePools.
func (*MockInstanceServerMockRecorder) GetVolumesWithFilter ¶
func (mr *MockInstanceServerMockRecorder) GetVolumesWithFilter(arg0 any) *MockInstanceServerGetVolumesWithFilterCall
GetVolumesWithFilter indicates an expected call of GetVolumesWithFilter.
func (*MockInstanceServerMockRecorder) GetVolumesWithFilterAllProjects ¶
func (mr *MockInstanceServerMockRecorder) GetVolumesWithFilterAllProjects(arg0 any) *MockInstanceServerGetVolumesWithFilterAllProjectsCall
GetVolumesWithFilterAllProjects indicates an expected call of GetVolumesWithFilterAllProjects.
func (*MockInstanceServerMockRecorder) GetWarning ¶
func (mr *MockInstanceServerMockRecorder) GetWarning(arg0 any) *MockInstanceServerGetWarningCall
GetWarning indicates an expected call of GetWarning.
func (*MockInstanceServerMockRecorder) GetWarningUUIDs ¶
func (mr *MockInstanceServerMockRecorder) GetWarningUUIDs() *MockInstanceServerGetWarningUUIDsCall
GetWarningUUIDs indicates an expected call of GetWarningUUIDs.
func (*MockInstanceServerMockRecorder) GetWarnings ¶
func (mr *MockInstanceServerMockRecorder) GetWarnings() *MockInstanceServerGetWarningsCall
GetWarnings indicates an expected call of GetWarnings.
func (*MockInstanceServerMockRecorder) HasExtension ¶
func (mr *MockInstanceServerMockRecorder) HasExtension(arg0 any) *MockInstanceServerHasExtensionCall
HasExtension indicates an expected call of HasExtension.
func (*MockInstanceServerMockRecorder) IsClustered ¶
func (mr *MockInstanceServerMockRecorder) IsClustered() *MockInstanceServerIsClusteredCall
IsClustered indicates an expected call of IsClustered.
func (*MockInstanceServerMockRecorder) MigrateContainer ¶
func (mr *MockInstanceServerMockRecorder) MigrateContainer(arg0, arg1 any) *MockInstanceServerMigrateContainerCall
MigrateContainer indicates an expected call of MigrateContainer.
func (*MockInstanceServerMockRecorder) MigrateContainerSnapshot ¶
func (mr *MockInstanceServerMockRecorder) MigrateContainerSnapshot(arg0, arg1, arg2 any) *MockInstanceServerMigrateContainerSnapshotCall
MigrateContainerSnapshot indicates an expected call of MigrateContainerSnapshot.
func (*MockInstanceServerMockRecorder) MigrateInstance ¶
func (mr *MockInstanceServerMockRecorder) MigrateInstance(arg0, arg1 any) *MockInstanceServerMigrateInstanceCall
MigrateInstance indicates an expected call of MigrateInstance.
func (*MockInstanceServerMockRecorder) MigrateInstanceSnapshot ¶
func (mr *MockInstanceServerMockRecorder) MigrateInstanceSnapshot(arg0, arg1, arg2 any) *MockInstanceServerMigrateInstanceSnapshotCall
MigrateInstanceSnapshot indicates an expected call of MigrateInstanceSnapshot.
func (*MockInstanceServerMockRecorder) MigrateStoragePoolVolume ¶
func (mr *MockInstanceServerMockRecorder) MigrateStoragePoolVolume(arg0, arg1 any) *MockInstanceServerMigrateStoragePoolVolumeCall
MigrateStoragePoolVolume indicates an expected call of MigrateStoragePoolVolume.
func (*MockInstanceServerMockRecorder) MoveStoragePoolVolume ¶
func (mr *MockInstanceServerMockRecorder) MoveStoragePoolVolume(arg0, arg1, arg2, arg3, arg4 any) *MockInstanceServerMoveStoragePoolVolumeCall
MoveStoragePoolVolume indicates an expected call of MoveStoragePoolVolume.
func (*MockInstanceServerMockRecorder) RawOperation ¶
func (mr *MockInstanceServerMockRecorder) RawOperation(arg0, arg1, arg2, arg3 any) *MockInstanceServerRawOperationCall
RawOperation indicates an expected call of RawOperation.
func (*MockInstanceServerMockRecorder) RawQuery ¶
func (mr *MockInstanceServerMockRecorder) RawQuery(arg0, arg1, arg2, arg3 any) *MockInstanceServerRawQueryCall
RawQuery indicates an expected call of RawQuery.
func (*MockInstanceServerMockRecorder) RawWebsocket ¶
func (mr *MockInstanceServerMockRecorder) RawWebsocket(arg0 any) *MockInstanceServerRawWebsocketCall
RawWebsocket indicates an expected call of RawWebsocket.
func (*MockInstanceServerMockRecorder) RebuildInstance ¶
func (mr *MockInstanceServerMockRecorder) RebuildInstance(arg0, arg1 any) *MockInstanceServerRebuildInstanceCall
RebuildInstance indicates an expected call of RebuildInstance.
func (*MockInstanceServerMockRecorder) RebuildInstanceFromImage ¶
func (mr *MockInstanceServerMockRecorder) RebuildInstanceFromImage(arg0, arg1, arg2, arg3 any) *MockInstanceServerRebuildInstanceFromImageCall
RebuildInstanceFromImage indicates an expected call of RebuildInstanceFromImage.
func (*MockInstanceServerMockRecorder) RefreshImage ¶
func (mr *MockInstanceServerMockRecorder) RefreshImage(arg0 any) *MockInstanceServerRefreshImageCall
RefreshImage indicates an expected call of RefreshImage.
func (*MockInstanceServerMockRecorder) RenameAuthGroup ¶
func (mr *MockInstanceServerMockRecorder) RenameAuthGroup(arg0, arg1 any) *MockInstanceServerRenameAuthGroupCall
RenameAuthGroup indicates an expected call of RenameAuthGroup.
func (*MockInstanceServerMockRecorder) RenameClusterGroup ¶
func (mr *MockInstanceServerMockRecorder) RenameClusterGroup(arg0, arg1 any) *MockInstanceServerRenameClusterGroupCall
RenameClusterGroup indicates an expected call of RenameClusterGroup.
func (*MockInstanceServerMockRecorder) RenameClusterMember ¶
func (mr *MockInstanceServerMockRecorder) RenameClusterMember(arg0, arg1 any) *MockInstanceServerRenameClusterMemberCall
RenameClusterMember indicates an expected call of RenameClusterMember.
func (*MockInstanceServerMockRecorder) RenameContainer ¶
func (mr *MockInstanceServerMockRecorder) RenameContainer(arg0, arg1 any) *MockInstanceServerRenameContainerCall
RenameContainer indicates an expected call of RenameContainer.
func (*MockInstanceServerMockRecorder) RenameContainerBackup ¶
func (mr *MockInstanceServerMockRecorder) RenameContainerBackup(arg0, arg1, arg2 any) *MockInstanceServerRenameContainerBackupCall
RenameContainerBackup indicates an expected call of RenameContainerBackup.
func (*MockInstanceServerMockRecorder) RenameContainerSnapshot ¶
func (mr *MockInstanceServerMockRecorder) RenameContainerSnapshot(arg0, arg1, arg2 any) *MockInstanceServerRenameContainerSnapshotCall
RenameContainerSnapshot indicates an expected call of RenameContainerSnapshot.
func (*MockInstanceServerMockRecorder) RenameIdentityProviderGroup ¶
func (mr *MockInstanceServerMockRecorder) RenameIdentityProviderGroup(arg0, arg1 any) *MockInstanceServerRenameIdentityProviderGroupCall
RenameIdentityProviderGroup indicates an expected call of RenameIdentityProviderGroup.
func (*MockInstanceServerMockRecorder) RenameImageAlias ¶
func (mr *MockInstanceServerMockRecorder) RenameImageAlias(arg0, arg1 any) *MockInstanceServerRenameImageAliasCall
RenameImageAlias indicates an expected call of RenameImageAlias.
func (*MockInstanceServerMockRecorder) RenameInstance ¶
func (mr *MockInstanceServerMockRecorder) RenameInstance(arg0, arg1 any) *MockInstanceServerRenameInstanceCall
RenameInstance indicates an expected call of RenameInstance.
func (*MockInstanceServerMockRecorder) RenameInstanceBackup ¶
func (mr *MockInstanceServerMockRecorder) RenameInstanceBackup(arg0, arg1, arg2 any) *MockInstanceServerRenameInstanceBackupCall
RenameInstanceBackup indicates an expected call of RenameInstanceBackup.
func (*MockInstanceServerMockRecorder) RenameInstanceSnapshot ¶
func (mr *MockInstanceServerMockRecorder) RenameInstanceSnapshot(arg0, arg1, arg2 any) *MockInstanceServerRenameInstanceSnapshotCall
RenameInstanceSnapshot indicates an expected call of RenameInstanceSnapshot.
func (*MockInstanceServerMockRecorder) RenameNetwork ¶
func (mr *MockInstanceServerMockRecorder) RenameNetwork(arg0, arg1 any) *MockInstanceServerRenameNetworkCall
RenameNetwork indicates an expected call of RenameNetwork.
func (*MockInstanceServerMockRecorder) RenameNetworkACL ¶
func (mr *MockInstanceServerMockRecorder) RenameNetworkACL(arg0, arg1 any) *MockInstanceServerRenameNetworkACLCall
RenameNetworkACL indicates an expected call of RenameNetworkACL.
func (*MockInstanceServerMockRecorder) RenameProfile ¶
func (mr *MockInstanceServerMockRecorder) RenameProfile(arg0, arg1 any) *MockInstanceServerRenameProfileCall
RenameProfile indicates an expected call of RenameProfile.
func (*MockInstanceServerMockRecorder) RenameProject ¶
func (mr *MockInstanceServerMockRecorder) RenameProject(arg0, arg1 any) *MockInstanceServerRenameProjectCall
RenameProject indicates an expected call of RenameProject.
func (*MockInstanceServerMockRecorder) RenameStoragePoolVolume ¶
func (mr *MockInstanceServerMockRecorder) RenameStoragePoolVolume(arg0, arg1, arg2, arg3 any) *MockInstanceServerRenameStoragePoolVolumeCall
RenameStoragePoolVolume indicates an expected call of RenameStoragePoolVolume.
func (*MockInstanceServerMockRecorder) RenameStoragePoolVolumeBackup ¶
func (mr *MockInstanceServerMockRecorder) RenameStoragePoolVolumeBackup(arg0, arg1, arg2, arg3 any) *MockInstanceServerRenameStoragePoolVolumeBackupCall
RenameStoragePoolVolumeBackup indicates an expected call of RenameStoragePoolVolumeBackup.
func (*MockInstanceServerMockRecorder) RenameStoragePoolVolumeSnapshot ¶
func (mr *MockInstanceServerMockRecorder) RenameStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3, arg4 any) *MockInstanceServerRenameStoragePoolVolumeSnapshotCall
RenameStoragePoolVolumeSnapshot indicates an expected call of RenameStoragePoolVolumeSnapshot.
func (*MockInstanceServerMockRecorder) RequireAuthenticated ¶
func (mr *MockInstanceServerMockRecorder) RequireAuthenticated(arg0 any) *MockInstanceServerRequireAuthenticatedCall
RequireAuthenticated indicates an expected call of RequireAuthenticated.
func (*MockInstanceServerMockRecorder) SendEvent ¶
func (mr *MockInstanceServerMockRecorder) SendEvent(arg0 any) *MockInstanceServerSendEventCall
SendEvent indicates an expected call of SendEvent.
func (*MockInstanceServerMockRecorder) SetContainerMetadata ¶
func (mr *MockInstanceServerMockRecorder) SetContainerMetadata(arg0, arg1, arg2 any) *MockInstanceServerSetContainerMetadataCall
SetContainerMetadata indicates an expected call of SetContainerMetadata.
func (*MockInstanceServerMockRecorder) UpdateAuthGroup ¶
func (mr *MockInstanceServerMockRecorder) UpdateAuthGroup(arg0, arg1, arg2 any) *MockInstanceServerUpdateAuthGroupCall
UpdateAuthGroup indicates an expected call of UpdateAuthGroup.
func (*MockInstanceServerMockRecorder) UpdateCertificate ¶
func (mr *MockInstanceServerMockRecorder) UpdateCertificate(arg0, arg1, arg2 any) *MockInstanceServerUpdateCertificateCall
UpdateCertificate indicates an expected call of UpdateCertificate.
func (*MockInstanceServerMockRecorder) UpdateCluster ¶
func (mr *MockInstanceServerMockRecorder) UpdateCluster(arg0, arg1 any) *MockInstanceServerUpdateClusterCall
UpdateCluster indicates an expected call of UpdateCluster.
func (*MockInstanceServerMockRecorder) UpdateClusterCertificate ¶
func (mr *MockInstanceServerMockRecorder) UpdateClusterCertificate(arg0, arg1 any) *MockInstanceServerUpdateClusterCertificateCall
UpdateClusterCertificate indicates an expected call of UpdateClusterCertificate.
func (*MockInstanceServerMockRecorder) UpdateClusterGroup ¶
func (mr *MockInstanceServerMockRecorder) UpdateClusterGroup(arg0, arg1, arg2 any) *MockInstanceServerUpdateClusterGroupCall
UpdateClusterGroup indicates an expected call of UpdateClusterGroup.
func (*MockInstanceServerMockRecorder) UpdateClusterMember ¶
func (mr *MockInstanceServerMockRecorder) UpdateClusterMember(arg0, arg1, arg2 any) *MockInstanceServerUpdateClusterMemberCall
UpdateClusterMember indicates an expected call of UpdateClusterMember.
func (*MockInstanceServerMockRecorder) UpdateClusterMemberState ¶
func (mr *MockInstanceServerMockRecorder) UpdateClusterMemberState(arg0, arg1 any) *MockInstanceServerUpdateClusterMemberStateCall
UpdateClusterMemberState indicates an expected call of UpdateClusterMemberState.
func (*MockInstanceServerMockRecorder) UpdateContainer ¶
func (mr *MockInstanceServerMockRecorder) UpdateContainer(arg0, arg1, arg2 any) *MockInstanceServerUpdateContainerCall
UpdateContainer indicates an expected call of UpdateContainer.
func (*MockInstanceServerMockRecorder) UpdateContainerSnapshot ¶
func (mr *MockInstanceServerMockRecorder) UpdateContainerSnapshot(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateContainerSnapshotCall
UpdateContainerSnapshot indicates an expected call of UpdateContainerSnapshot.
func (*MockInstanceServerMockRecorder) UpdateContainerState ¶
func (mr *MockInstanceServerMockRecorder) UpdateContainerState(arg0, arg1, arg2 any) *MockInstanceServerUpdateContainerStateCall
UpdateContainerState indicates an expected call of UpdateContainerState.
func (*MockInstanceServerMockRecorder) UpdateContainerTemplateFile ¶
func (mr *MockInstanceServerMockRecorder) UpdateContainerTemplateFile(arg0, arg1, arg2 any) *MockInstanceServerUpdateContainerTemplateFileCall
UpdateContainerTemplateFile indicates an expected call of UpdateContainerTemplateFile.
func (*MockInstanceServerMockRecorder) UpdateIdentity ¶
func (mr *MockInstanceServerMockRecorder) UpdateIdentity(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateIdentityCall
UpdateIdentity indicates an expected call of UpdateIdentity.
func (*MockInstanceServerMockRecorder) UpdateIdentityProviderGroup ¶
func (mr *MockInstanceServerMockRecorder) UpdateIdentityProviderGroup(arg0, arg1, arg2 any) *MockInstanceServerUpdateIdentityProviderGroupCall
UpdateIdentityProviderGroup indicates an expected call of UpdateIdentityProviderGroup.
func (*MockInstanceServerMockRecorder) UpdateImage ¶
func (mr *MockInstanceServerMockRecorder) UpdateImage(arg0, arg1, arg2 any) *MockInstanceServerUpdateImageCall
UpdateImage indicates an expected call of UpdateImage.
func (*MockInstanceServerMockRecorder) UpdateImageAlias ¶
func (mr *MockInstanceServerMockRecorder) UpdateImageAlias(arg0, arg1, arg2 any) *MockInstanceServerUpdateImageAliasCall
UpdateImageAlias indicates an expected call of UpdateImageAlias.
func (*MockInstanceServerMockRecorder) UpdateInstance ¶
func (mr *MockInstanceServerMockRecorder) UpdateInstance(arg0, arg1, arg2 any) *MockInstanceServerUpdateInstanceCall
UpdateInstance indicates an expected call of UpdateInstance.
func (*MockInstanceServerMockRecorder) UpdateInstanceMetadata ¶
func (mr *MockInstanceServerMockRecorder) UpdateInstanceMetadata(arg0, arg1, arg2 any) *MockInstanceServerUpdateInstanceMetadataCall
UpdateInstanceMetadata indicates an expected call of UpdateInstanceMetadata.
func (*MockInstanceServerMockRecorder) UpdateInstanceSnapshot ¶
func (mr *MockInstanceServerMockRecorder) UpdateInstanceSnapshot(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateInstanceSnapshotCall
UpdateInstanceSnapshot indicates an expected call of UpdateInstanceSnapshot.
func (*MockInstanceServerMockRecorder) UpdateInstanceState ¶
func (mr *MockInstanceServerMockRecorder) UpdateInstanceState(arg0, arg1, arg2 any) *MockInstanceServerUpdateInstanceStateCall
UpdateInstanceState indicates an expected call of UpdateInstanceState.
func (*MockInstanceServerMockRecorder) UpdateInstanceUEFIVars ¶
func (mr *MockInstanceServerMockRecorder) UpdateInstanceUEFIVars(arg0, arg1, arg2 any) *MockInstanceServerUpdateInstanceUEFIVarsCall
UpdateInstanceUEFIVars indicates an expected call of UpdateInstanceUEFIVars.
func (*MockInstanceServerMockRecorder) UpdateInstances ¶
func (mr *MockInstanceServerMockRecorder) UpdateInstances(arg0, arg1 any) *MockInstanceServerUpdateInstancesCall
UpdateInstances indicates an expected call of UpdateInstances.
func (*MockInstanceServerMockRecorder) UpdateNetwork ¶
func (mr *MockInstanceServerMockRecorder) UpdateNetwork(arg0, arg1, arg2 any) *MockInstanceServerUpdateNetworkCall
UpdateNetwork indicates an expected call of UpdateNetwork.
func (*MockInstanceServerMockRecorder) UpdateNetworkACL ¶
func (mr *MockInstanceServerMockRecorder) UpdateNetworkACL(arg0, arg1, arg2 any) *MockInstanceServerUpdateNetworkACLCall
UpdateNetworkACL indicates an expected call of UpdateNetworkACL.
func (*MockInstanceServerMockRecorder) UpdateNetworkForward ¶
func (mr *MockInstanceServerMockRecorder) UpdateNetworkForward(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateNetworkForwardCall
UpdateNetworkForward indicates an expected call of UpdateNetworkForward.
func (*MockInstanceServerMockRecorder) UpdateNetworkLoadBalancer ¶
func (mr *MockInstanceServerMockRecorder) UpdateNetworkLoadBalancer(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateNetworkLoadBalancerCall
UpdateNetworkLoadBalancer indicates an expected call of UpdateNetworkLoadBalancer.
func (*MockInstanceServerMockRecorder) UpdateNetworkPeer ¶
func (mr *MockInstanceServerMockRecorder) UpdateNetworkPeer(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateNetworkPeerCall
UpdateNetworkPeer indicates an expected call of UpdateNetworkPeer.
func (*MockInstanceServerMockRecorder) UpdateNetworkZone ¶
func (mr *MockInstanceServerMockRecorder) UpdateNetworkZone(arg0, arg1, arg2 any) *MockInstanceServerUpdateNetworkZoneCall
UpdateNetworkZone indicates an expected call of UpdateNetworkZone.
func (*MockInstanceServerMockRecorder) UpdateNetworkZoneRecord ¶
func (mr *MockInstanceServerMockRecorder) UpdateNetworkZoneRecord(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateNetworkZoneRecordCall
UpdateNetworkZoneRecord indicates an expected call of UpdateNetworkZoneRecord.
func (*MockInstanceServerMockRecorder) UpdateProfile ¶
func (mr *MockInstanceServerMockRecorder) UpdateProfile(arg0, arg1, arg2 any) *MockInstanceServerUpdateProfileCall
UpdateProfile indicates an expected call of UpdateProfile.
func (*MockInstanceServerMockRecorder) UpdateProject ¶
func (mr *MockInstanceServerMockRecorder) UpdateProject(arg0, arg1, arg2 any) *MockInstanceServerUpdateProjectCall
UpdateProject indicates an expected call of UpdateProject.
func (*MockInstanceServerMockRecorder) UpdateServer ¶
func (mr *MockInstanceServerMockRecorder) UpdateServer(arg0, arg1 any) *MockInstanceServerUpdateServerCall
UpdateServer indicates an expected call of UpdateServer.
func (*MockInstanceServerMockRecorder) UpdateStoragePool ¶
func (mr *MockInstanceServerMockRecorder) UpdateStoragePool(arg0, arg1, arg2 any) *MockInstanceServerUpdateStoragePoolCall
UpdateStoragePool indicates an expected call of UpdateStoragePool.
func (*MockInstanceServerMockRecorder) UpdateStoragePoolBucket ¶
func (mr *MockInstanceServerMockRecorder) UpdateStoragePoolBucket(arg0, arg1, arg2, arg3 any) *MockInstanceServerUpdateStoragePoolBucketCall
UpdateStoragePoolBucket indicates an expected call of UpdateStoragePoolBucket.
func (*MockInstanceServerMockRecorder) UpdateStoragePoolBucketKey ¶
func (mr *MockInstanceServerMockRecorder) UpdateStoragePoolBucketKey(arg0, arg1, arg2, arg3, arg4 any) *MockInstanceServerUpdateStoragePoolBucketKeyCall
UpdateStoragePoolBucketKey indicates an expected call of UpdateStoragePoolBucketKey.
func (*MockInstanceServerMockRecorder) UpdateStoragePoolVolume ¶
func (mr *MockInstanceServerMockRecorder) UpdateStoragePoolVolume(arg0, arg1, arg2, arg3, arg4 any) *MockInstanceServerUpdateStoragePoolVolumeCall
UpdateStoragePoolVolume indicates an expected call of UpdateStoragePoolVolume.
func (*MockInstanceServerMockRecorder) UpdateStoragePoolVolumeSnapshot ¶
func (mr *MockInstanceServerMockRecorder) UpdateStoragePoolVolumeSnapshot(arg0, arg1, arg2, arg3, arg4, arg5 any) *MockInstanceServerUpdateStoragePoolVolumeSnapshotCall
UpdateStoragePoolVolumeSnapshot indicates an expected call of UpdateStoragePoolVolumeSnapshot.
func (*MockInstanceServerMockRecorder) UpdateWarning ¶
func (mr *MockInstanceServerMockRecorder) UpdateWarning(arg0, arg1, arg2 any) *MockInstanceServerUpdateWarningCall
UpdateWarning indicates an expected call of UpdateWarning.
func (*MockInstanceServerMockRecorder) UseProject ¶
func (mr *MockInstanceServerMockRecorder) UseProject(arg0 any) *MockInstanceServerUseProjectCall
UseProject indicates an expected call of UseProject.
func (*MockInstanceServerMockRecorder) UseTarget ¶
func (mr *MockInstanceServerMockRecorder) UseTarget(arg0 any) *MockInstanceServerUseTargetCall
UseTarget indicates an expected call of UseTarget.
type MockInstanceServerMoveStoragePoolVolumeCall ¶
MockInstanceServerMoveStoragePoolVolumeCall wrap *gomock.Call
func (*MockInstanceServerMoveStoragePoolVolumeCall) Do ¶
func (c *MockInstanceServerMoveStoragePoolVolumeCall) Do(f func(string, lxd.InstanceServer, string, api.StorageVolume, *lxd.StoragePoolVolumeMoveArgs) (lxd.RemoteOperation, error)) *MockInstanceServerMoveStoragePoolVolumeCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerMoveStoragePoolVolumeCall) DoAndReturn ¶
func (c *MockInstanceServerMoveStoragePoolVolumeCall) DoAndReturn(f func(string, lxd.InstanceServer, string, api.StorageVolume, *lxd.StoragePoolVolumeMoveArgs) (lxd.RemoteOperation, error)) *MockInstanceServerMoveStoragePoolVolumeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerMoveStoragePoolVolumeCall) Return ¶
func (c *MockInstanceServerMoveStoragePoolVolumeCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerMoveStoragePoolVolumeCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRawOperationCall ¶
MockInstanceServerRawOperationCall wrap *gomock.Call
func (*MockInstanceServerRawOperationCall) Do ¶
func (c *MockInstanceServerRawOperationCall) Do(f func(string, string, any, string) (lxd.Operation, string, error)) *MockInstanceServerRawOperationCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRawOperationCall) DoAndReturn ¶
func (c *MockInstanceServerRawOperationCall) DoAndReturn(f func(string, string, any, string) (lxd.Operation, string, error)) *MockInstanceServerRawOperationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRawOperationCall) Return ¶
func (c *MockInstanceServerRawOperationCall) Return(arg0 lxd.Operation, arg1 string, arg2 error) *MockInstanceServerRawOperationCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRawQueryCall ¶
MockInstanceServerRawQueryCall wrap *gomock.Call
func (*MockInstanceServerRawQueryCall) Do ¶
func (c *MockInstanceServerRawQueryCall) Do(f func(string, string, any, string) (*api.Response, string, error)) *MockInstanceServerRawQueryCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRawQueryCall) DoAndReturn ¶
func (c *MockInstanceServerRawQueryCall) DoAndReturn(f func(string, string, any, string) (*api.Response, string, error)) *MockInstanceServerRawQueryCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRawQueryCall) Return ¶
func (c *MockInstanceServerRawQueryCall) Return(arg0 *api.Response, arg1 string, arg2 error) *MockInstanceServerRawQueryCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRawWebsocketCall ¶
MockInstanceServerRawWebsocketCall wrap *gomock.Call
func (*MockInstanceServerRawWebsocketCall) Do ¶
func (c *MockInstanceServerRawWebsocketCall) Do(f func(string) (*websocket.Conn, error)) *MockInstanceServerRawWebsocketCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRawWebsocketCall) DoAndReturn ¶
func (c *MockInstanceServerRawWebsocketCall) DoAndReturn(f func(string) (*websocket.Conn, error)) *MockInstanceServerRawWebsocketCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRawWebsocketCall) Return ¶
func (c *MockInstanceServerRawWebsocketCall) Return(arg0 *websocket.Conn, arg1 error) *MockInstanceServerRawWebsocketCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRebuildInstanceCall ¶
MockInstanceServerRebuildInstanceCall wrap *gomock.Call
func (*MockInstanceServerRebuildInstanceCall) Do ¶
func (c *MockInstanceServerRebuildInstanceCall) Do(f func(string, api.InstanceRebuildPost) (lxd.Operation, error)) *MockInstanceServerRebuildInstanceCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRebuildInstanceCall) DoAndReturn ¶
func (c *MockInstanceServerRebuildInstanceCall) DoAndReturn(f func(string, api.InstanceRebuildPost) (lxd.Operation, error)) *MockInstanceServerRebuildInstanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRebuildInstanceCall) Return ¶
func (c *MockInstanceServerRebuildInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRebuildInstanceCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRebuildInstanceFromImageCall ¶
MockInstanceServerRebuildInstanceFromImageCall wrap *gomock.Call
func (*MockInstanceServerRebuildInstanceFromImageCall) Do ¶
func (c *MockInstanceServerRebuildInstanceFromImageCall) Do(f func(lxd.ImageServer, api.Image, string, api.InstanceRebuildPost) (lxd.RemoteOperation, error)) *MockInstanceServerRebuildInstanceFromImageCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRebuildInstanceFromImageCall) DoAndReturn ¶
func (c *MockInstanceServerRebuildInstanceFromImageCall) DoAndReturn(f func(lxd.ImageServer, api.Image, string, api.InstanceRebuildPost) (lxd.RemoteOperation, error)) *MockInstanceServerRebuildInstanceFromImageCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRebuildInstanceFromImageCall) Return ¶
func (c *MockInstanceServerRebuildInstanceFromImageCall) Return(arg0 lxd.RemoteOperation, arg1 error) *MockInstanceServerRebuildInstanceFromImageCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRefreshImageCall ¶
MockInstanceServerRefreshImageCall wrap *gomock.Call
func (*MockInstanceServerRefreshImageCall) Do ¶
func (c *MockInstanceServerRefreshImageCall) Do(f func(string) (lxd.Operation, error)) *MockInstanceServerRefreshImageCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRefreshImageCall) DoAndReturn ¶
func (c *MockInstanceServerRefreshImageCall) DoAndReturn(f func(string) (lxd.Operation, error)) *MockInstanceServerRefreshImageCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRefreshImageCall) Return ¶
func (c *MockInstanceServerRefreshImageCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRefreshImageCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameAuthGroupCall ¶
MockInstanceServerRenameAuthGroupCall wrap *gomock.Call
func (*MockInstanceServerRenameAuthGroupCall) Do ¶
func (c *MockInstanceServerRenameAuthGroupCall) Do(f func(string, api.AuthGroupPost) error) *MockInstanceServerRenameAuthGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameAuthGroupCall) DoAndReturn ¶
func (c *MockInstanceServerRenameAuthGroupCall) DoAndReturn(f func(string, api.AuthGroupPost) error) *MockInstanceServerRenameAuthGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameAuthGroupCall) Return ¶
func (c *MockInstanceServerRenameAuthGroupCall) Return(arg0 error) *MockInstanceServerRenameAuthGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameClusterGroupCall ¶
MockInstanceServerRenameClusterGroupCall wrap *gomock.Call
func (*MockInstanceServerRenameClusterGroupCall) Do ¶
func (c *MockInstanceServerRenameClusterGroupCall) Do(f func(string, api.ClusterGroupPost) error) *MockInstanceServerRenameClusterGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameClusterGroupCall) DoAndReturn ¶
func (c *MockInstanceServerRenameClusterGroupCall) DoAndReturn(f func(string, api.ClusterGroupPost) error) *MockInstanceServerRenameClusterGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameClusterGroupCall) Return ¶
func (c *MockInstanceServerRenameClusterGroupCall) Return(arg0 error) *MockInstanceServerRenameClusterGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameClusterMemberCall ¶
MockInstanceServerRenameClusterMemberCall wrap *gomock.Call
func (*MockInstanceServerRenameClusterMemberCall) Do ¶
func (c *MockInstanceServerRenameClusterMemberCall) Do(f func(string, api.ClusterMemberPost) error) *MockInstanceServerRenameClusterMemberCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameClusterMemberCall) DoAndReturn ¶
func (c *MockInstanceServerRenameClusterMemberCall) DoAndReturn(f func(string, api.ClusterMemberPost) error) *MockInstanceServerRenameClusterMemberCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameClusterMemberCall) Return ¶
func (c *MockInstanceServerRenameClusterMemberCall) Return(arg0 error) *MockInstanceServerRenameClusterMemberCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameContainerBackupCall ¶
MockInstanceServerRenameContainerBackupCall wrap *gomock.Call
func (*MockInstanceServerRenameContainerBackupCall) Do ¶
func (c *MockInstanceServerRenameContainerBackupCall) Do(f func(string, string, api.ContainerBackupPost) (lxd.Operation, error)) *MockInstanceServerRenameContainerBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameContainerBackupCall) DoAndReturn ¶
func (c *MockInstanceServerRenameContainerBackupCall) DoAndReturn(f func(string, string, api.ContainerBackupPost) (lxd.Operation, error)) *MockInstanceServerRenameContainerBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameContainerBackupCall) Return ¶
func (c *MockInstanceServerRenameContainerBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameContainerBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameContainerCall ¶
MockInstanceServerRenameContainerCall wrap *gomock.Call
func (*MockInstanceServerRenameContainerCall) Do ¶
func (c *MockInstanceServerRenameContainerCall) Do(f func(string, api.ContainerPost) (lxd.Operation, error)) *MockInstanceServerRenameContainerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameContainerCall) DoAndReturn ¶
func (c *MockInstanceServerRenameContainerCall) DoAndReturn(f func(string, api.ContainerPost) (lxd.Operation, error)) *MockInstanceServerRenameContainerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameContainerCall) Return ¶
func (c *MockInstanceServerRenameContainerCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameContainerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameContainerSnapshotCall ¶
MockInstanceServerRenameContainerSnapshotCall wrap *gomock.Call
func (*MockInstanceServerRenameContainerSnapshotCall) Do ¶
func (c *MockInstanceServerRenameContainerSnapshotCall) Do(f func(string, string, api.ContainerSnapshotPost) (lxd.Operation, error)) *MockInstanceServerRenameContainerSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameContainerSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerRenameContainerSnapshotCall) DoAndReturn(f func(string, string, api.ContainerSnapshotPost) (lxd.Operation, error)) *MockInstanceServerRenameContainerSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameContainerSnapshotCall) Return ¶
func (c *MockInstanceServerRenameContainerSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameContainerSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameIdentityProviderGroupCall ¶
MockInstanceServerRenameIdentityProviderGroupCall wrap *gomock.Call
func (*MockInstanceServerRenameIdentityProviderGroupCall) Do ¶
func (c *MockInstanceServerRenameIdentityProviderGroupCall) Do(f func(string, api.IdentityProviderGroupPost) error) *MockInstanceServerRenameIdentityProviderGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameIdentityProviderGroupCall) DoAndReturn ¶
func (c *MockInstanceServerRenameIdentityProviderGroupCall) DoAndReturn(f func(string, api.IdentityProviderGroupPost) error) *MockInstanceServerRenameIdentityProviderGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameIdentityProviderGroupCall) Return ¶
func (c *MockInstanceServerRenameIdentityProviderGroupCall) Return(arg0 error) *MockInstanceServerRenameIdentityProviderGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameImageAliasCall ¶
MockInstanceServerRenameImageAliasCall wrap *gomock.Call
func (*MockInstanceServerRenameImageAliasCall) Do ¶
func (c *MockInstanceServerRenameImageAliasCall) Do(f func(string, api.ImageAliasesEntryPost) error) *MockInstanceServerRenameImageAliasCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameImageAliasCall) DoAndReturn ¶
func (c *MockInstanceServerRenameImageAliasCall) DoAndReturn(f func(string, api.ImageAliasesEntryPost) error) *MockInstanceServerRenameImageAliasCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameImageAliasCall) Return ¶
func (c *MockInstanceServerRenameImageAliasCall) Return(arg0 error) *MockInstanceServerRenameImageAliasCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameInstanceBackupCall ¶
MockInstanceServerRenameInstanceBackupCall wrap *gomock.Call
func (*MockInstanceServerRenameInstanceBackupCall) Do ¶
func (c *MockInstanceServerRenameInstanceBackupCall) Do(f func(string, string, api.InstanceBackupPost) (lxd.Operation, error)) *MockInstanceServerRenameInstanceBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameInstanceBackupCall) DoAndReturn ¶
func (c *MockInstanceServerRenameInstanceBackupCall) DoAndReturn(f func(string, string, api.InstanceBackupPost) (lxd.Operation, error)) *MockInstanceServerRenameInstanceBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameInstanceBackupCall) Return ¶
func (c *MockInstanceServerRenameInstanceBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameInstanceBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameInstanceCall ¶
MockInstanceServerRenameInstanceCall wrap *gomock.Call
func (*MockInstanceServerRenameInstanceCall) Do ¶
func (c *MockInstanceServerRenameInstanceCall) Do(f func(string, api.InstancePost) (lxd.Operation, error)) *MockInstanceServerRenameInstanceCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameInstanceCall) DoAndReturn ¶
func (c *MockInstanceServerRenameInstanceCall) DoAndReturn(f func(string, api.InstancePost) (lxd.Operation, error)) *MockInstanceServerRenameInstanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameInstanceCall) Return ¶
func (c *MockInstanceServerRenameInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameInstanceCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameInstanceSnapshotCall ¶
MockInstanceServerRenameInstanceSnapshotCall wrap *gomock.Call
func (*MockInstanceServerRenameInstanceSnapshotCall) Do ¶
func (c *MockInstanceServerRenameInstanceSnapshotCall) Do(f func(string, string, api.InstanceSnapshotPost) (lxd.Operation, error)) *MockInstanceServerRenameInstanceSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameInstanceSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerRenameInstanceSnapshotCall) DoAndReturn(f func(string, string, api.InstanceSnapshotPost) (lxd.Operation, error)) *MockInstanceServerRenameInstanceSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameInstanceSnapshotCall) Return ¶
func (c *MockInstanceServerRenameInstanceSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameInstanceSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameNetworkACLCall ¶
MockInstanceServerRenameNetworkACLCall wrap *gomock.Call
func (*MockInstanceServerRenameNetworkACLCall) Do ¶
func (c *MockInstanceServerRenameNetworkACLCall) Do(f func(string, api.NetworkACLPost) error) *MockInstanceServerRenameNetworkACLCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameNetworkACLCall) DoAndReturn ¶
func (c *MockInstanceServerRenameNetworkACLCall) DoAndReturn(f func(string, api.NetworkACLPost) error) *MockInstanceServerRenameNetworkACLCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameNetworkACLCall) Return ¶
func (c *MockInstanceServerRenameNetworkACLCall) Return(arg0 error) *MockInstanceServerRenameNetworkACLCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameNetworkCall ¶
MockInstanceServerRenameNetworkCall wrap *gomock.Call
func (*MockInstanceServerRenameNetworkCall) Do ¶
func (c *MockInstanceServerRenameNetworkCall) Do(f func(string, api.NetworkPost) error) *MockInstanceServerRenameNetworkCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameNetworkCall) DoAndReturn ¶
func (c *MockInstanceServerRenameNetworkCall) DoAndReturn(f func(string, api.NetworkPost) error) *MockInstanceServerRenameNetworkCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameNetworkCall) Return ¶
func (c *MockInstanceServerRenameNetworkCall) Return(arg0 error) *MockInstanceServerRenameNetworkCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameProfileCall ¶
MockInstanceServerRenameProfileCall wrap *gomock.Call
func (*MockInstanceServerRenameProfileCall) Do ¶
func (c *MockInstanceServerRenameProfileCall) Do(f func(string, api.ProfilePost) error) *MockInstanceServerRenameProfileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameProfileCall) DoAndReturn ¶
func (c *MockInstanceServerRenameProfileCall) DoAndReturn(f func(string, api.ProfilePost) error) *MockInstanceServerRenameProfileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameProfileCall) Return ¶
func (c *MockInstanceServerRenameProfileCall) Return(arg0 error) *MockInstanceServerRenameProfileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameProjectCall ¶
MockInstanceServerRenameProjectCall wrap *gomock.Call
func (*MockInstanceServerRenameProjectCall) Do ¶
func (c *MockInstanceServerRenameProjectCall) Do(f func(string, api.ProjectPost) (lxd.Operation, error)) *MockInstanceServerRenameProjectCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameProjectCall) DoAndReturn ¶
func (c *MockInstanceServerRenameProjectCall) DoAndReturn(f func(string, api.ProjectPost) (lxd.Operation, error)) *MockInstanceServerRenameProjectCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameProjectCall) Return ¶
func (c *MockInstanceServerRenameProjectCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameProjectCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameStoragePoolVolumeBackupCall ¶
MockInstanceServerRenameStoragePoolVolumeBackupCall wrap *gomock.Call
func (*MockInstanceServerRenameStoragePoolVolumeBackupCall) Do ¶
func (c *MockInstanceServerRenameStoragePoolVolumeBackupCall) Do(f func(string, string, string, api.StoragePoolVolumeBackupPost) (lxd.Operation, error)) *MockInstanceServerRenameStoragePoolVolumeBackupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameStoragePoolVolumeBackupCall) DoAndReturn ¶
func (c *MockInstanceServerRenameStoragePoolVolumeBackupCall) DoAndReturn(f func(string, string, string, api.StoragePoolVolumeBackupPost) (lxd.Operation, error)) *MockInstanceServerRenameStoragePoolVolumeBackupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameStoragePoolVolumeBackupCall) Return ¶
func (c *MockInstanceServerRenameStoragePoolVolumeBackupCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameStoragePoolVolumeBackupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameStoragePoolVolumeCall ¶
MockInstanceServerRenameStoragePoolVolumeCall wrap *gomock.Call
func (*MockInstanceServerRenameStoragePoolVolumeCall) Do ¶
func (c *MockInstanceServerRenameStoragePoolVolumeCall) Do(f func(string, string, string, api.StorageVolumePost) error) *MockInstanceServerRenameStoragePoolVolumeCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameStoragePoolVolumeCall) DoAndReturn ¶
func (c *MockInstanceServerRenameStoragePoolVolumeCall) DoAndReturn(f func(string, string, string, api.StorageVolumePost) error) *MockInstanceServerRenameStoragePoolVolumeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameStoragePoolVolumeCall) Return ¶
func (c *MockInstanceServerRenameStoragePoolVolumeCall) Return(arg0 error) *MockInstanceServerRenameStoragePoolVolumeCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRenameStoragePoolVolumeSnapshotCall ¶
MockInstanceServerRenameStoragePoolVolumeSnapshotCall wrap *gomock.Call
func (*MockInstanceServerRenameStoragePoolVolumeSnapshotCall) Do ¶
func (c *MockInstanceServerRenameStoragePoolVolumeSnapshotCall) Do(f func(string, string, string, string, api.StorageVolumeSnapshotPost) (lxd.Operation, error)) *MockInstanceServerRenameStoragePoolVolumeSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRenameStoragePoolVolumeSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerRenameStoragePoolVolumeSnapshotCall) DoAndReturn(f func(string, string, string, string, api.StorageVolumeSnapshotPost) (lxd.Operation, error)) *MockInstanceServerRenameStoragePoolVolumeSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRenameStoragePoolVolumeSnapshotCall) Return ¶
func (c *MockInstanceServerRenameStoragePoolVolumeSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerRenameStoragePoolVolumeSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerRequireAuthenticatedCall ¶
MockInstanceServerRequireAuthenticatedCall wrap *gomock.Call
func (*MockInstanceServerRequireAuthenticatedCall) Do ¶
func (c *MockInstanceServerRequireAuthenticatedCall) Do(f func(bool)) *MockInstanceServerRequireAuthenticatedCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerRequireAuthenticatedCall) DoAndReturn ¶
func (c *MockInstanceServerRequireAuthenticatedCall) DoAndReturn(f func(bool)) *MockInstanceServerRequireAuthenticatedCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerRequireAuthenticatedCall) Return ¶
func (c *MockInstanceServerRequireAuthenticatedCall) Return() *MockInstanceServerRequireAuthenticatedCall
Return rewrite *gomock.Call.Return
type MockInstanceServerSendEventCall ¶
MockInstanceServerSendEventCall wrap *gomock.Call
func (*MockInstanceServerSendEventCall) Do ¶
func (c *MockInstanceServerSendEventCall) Do(f func(api.Event) error) *MockInstanceServerSendEventCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerSendEventCall) DoAndReturn ¶
func (c *MockInstanceServerSendEventCall) DoAndReturn(f func(api.Event) error) *MockInstanceServerSendEventCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerSendEventCall) Return ¶
func (c *MockInstanceServerSendEventCall) Return(arg0 error) *MockInstanceServerSendEventCall
Return rewrite *gomock.Call.Return
type MockInstanceServerSetContainerMetadataCall ¶
MockInstanceServerSetContainerMetadataCall wrap *gomock.Call
func (*MockInstanceServerSetContainerMetadataCall) Do ¶
func (c *MockInstanceServerSetContainerMetadataCall) Do(f func(string, api.ImageMetadata, string) error) *MockInstanceServerSetContainerMetadataCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerSetContainerMetadataCall) DoAndReturn ¶
func (c *MockInstanceServerSetContainerMetadataCall) DoAndReturn(f func(string, api.ImageMetadata, string) error) *MockInstanceServerSetContainerMetadataCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerSetContainerMetadataCall) Return ¶
func (c *MockInstanceServerSetContainerMetadataCall) Return(arg0 error) *MockInstanceServerSetContainerMetadataCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateAuthGroupCall ¶
MockInstanceServerUpdateAuthGroupCall wrap *gomock.Call
func (*MockInstanceServerUpdateAuthGroupCall) Do ¶
func (c *MockInstanceServerUpdateAuthGroupCall) Do(f func(string, api.AuthGroupPut, string) error) *MockInstanceServerUpdateAuthGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateAuthGroupCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateAuthGroupCall) DoAndReturn(f func(string, api.AuthGroupPut, string) error) *MockInstanceServerUpdateAuthGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateAuthGroupCall) Return ¶
func (c *MockInstanceServerUpdateAuthGroupCall) Return(arg0 error) *MockInstanceServerUpdateAuthGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateCertificateCall ¶
MockInstanceServerUpdateCertificateCall wrap *gomock.Call
func (*MockInstanceServerUpdateCertificateCall) Do ¶
func (c *MockInstanceServerUpdateCertificateCall) Do(f func(string, api.CertificatePut, string) error) *MockInstanceServerUpdateCertificateCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateCertificateCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateCertificateCall) DoAndReturn(f func(string, api.CertificatePut, string) error) *MockInstanceServerUpdateCertificateCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateCertificateCall) Return ¶
func (c *MockInstanceServerUpdateCertificateCall) Return(arg0 error) *MockInstanceServerUpdateCertificateCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateClusterCall ¶
MockInstanceServerUpdateClusterCall wrap *gomock.Call
func (*MockInstanceServerUpdateClusterCall) Do ¶
func (c *MockInstanceServerUpdateClusterCall) Do(f func(api.ClusterPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateClusterCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateClusterCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateClusterCall) DoAndReturn(f func(api.ClusterPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateClusterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateClusterCall) Return ¶
func (c *MockInstanceServerUpdateClusterCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateClusterCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateClusterCertificateCall ¶
MockInstanceServerUpdateClusterCertificateCall wrap *gomock.Call
func (*MockInstanceServerUpdateClusterCertificateCall) Do ¶
func (c *MockInstanceServerUpdateClusterCertificateCall) Do(f func(api.ClusterCertificatePut, string) error) *MockInstanceServerUpdateClusterCertificateCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateClusterCertificateCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateClusterCertificateCall) DoAndReturn(f func(api.ClusterCertificatePut, string) error) *MockInstanceServerUpdateClusterCertificateCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateClusterCertificateCall) Return ¶
func (c *MockInstanceServerUpdateClusterCertificateCall) Return(arg0 error) *MockInstanceServerUpdateClusterCertificateCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateClusterGroupCall ¶
MockInstanceServerUpdateClusterGroupCall wrap *gomock.Call
func (*MockInstanceServerUpdateClusterGroupCall) Do ¶
func (c *MockInstanceServerUpdateClusterGroupCall) Do(f func(string, api.ClusterGroupPut, string) error) *MockInstanceServerUpdateClusterGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateClusterGroupCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateClusterGroupCall) DoAndReturn(f func(string, api.ClusterGroupPut, string) error) *MockInstanceServerUpdateClusterGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateClusterGroupCall) Return ¶
func (c *MockInstanceServerUpdateClusterGroupCall) Return(arg0 error) *MockInstanceServerUpdateClusterGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateClusterMemberCall ¶
MockInstanceServerUpdateClusterMemberCall wrap *gomock.Call
func (*MockInstanceServerUpdateClusterMemberCall) Do ¶
func (c *MockInstanceServerUpdateClusterMemberCall) Do(f func(string, api.ClusterMemberPut, string) error) *MockInstanceServerUpdateClusterMemberCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateClusterMemberCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateClusterMemberCall) DoAndReturn(f func(string, api.ClusterMemberPut, string) error) *MockInstanceServerUpdateClusterMemberCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateClusterMemberCall) Return ¶
func (c *MockInstanceServerUpdateClusterMemberCall) Return(arg0 error) *MockInstanceServerUpdateClusterMemberCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateClusterMemberStateCall ¶
MockInstanceServerUpdateClusterMemberStateCall wrap *gomock.Call
func (*MockInstanceServerUpdateClusterMemberStateCall) Do ¶
func (c *MockInstanceServerUpdateClusterMemberStateCall) Do(f func(string, api.ClusterMemberStatePost) (lxd.Operation, error)) *MockInstanceServerUpdateClusterMemberStateCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateClusterMemberStateCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateClusterMemberStateCall) DoAndReturn(f func(string, api.ClusterMemberStatePost) (lxd.Operation, error)) *MockInstanceServerUpdateClusterMemberStateCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateClusterMemberStateCall) Return ¶
func (c *MockInstanceServerUpdateClusterMemberStateCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateClusterMemberStateCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateContainerCall ¶
MockInstanceServerUpdateContainerCall wrap *gomock.Call
func (*MockInstanceServerUpdateContainerCall) Do ¶
func (c *MockInstanceServerUpdateContainerCall) Do(f func(string, api.ContainerPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateContainerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateContainerCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateContainerCall) DoAndReturn(f func(string, api.ContainerPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateContainerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateContainerCall) Return ¶
func (c *MockInstanceServerUpdateContainerCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateContainerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateContainerSnapshotCall ¶
MockInstanceServerUpdateContainerSnapshotCall wrap *gomock.Call
func (*MockInstanceServerUpdateContainerSnapshotCall) Do ¶
func (c *MockInstanceServerUpdateContainerSnapshotCall) Do(f func(string, string, api.ContainerSnapshotPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateContainerSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateContainerSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateContainerSnapshotCall) DoAndReturn(f func(string, string, api.ContainerSnapshotPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateContainerSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateContainerSnapshotCall) Return ¶
func (c *MockInstanceServerUpdateContainerSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateContainerSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateContainerStateCall ¶
MockInstanceServerUpdateContainerStateCall wrap *gomock.Call
func (*MockInstanceServerUpdateContainerStateCall) Do ¶
func (c *MockInstanceServerUpdateContainerStateCall) Do(f func(string, api.ContainerStatePut, string) (lxd.Operation, error)) *MockInstanceServerUpdateContainerStateCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateContainerStateCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateContainerStateCall) DoAndReturn(f func(string, api.ContainerStatePut, string) (lxd.Operation, error)) *MockInstanceServerUpdateContainerStateCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateContainerStateCall) Return ¶
func (c *MockInstanceServerUpdateContainerStateCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateContainerStateCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateContainerTemplateFileCall ¶
MockInstanceServerUpdateContainerTemplateFileCall wrap *gomock.Call
func (*MockInstanceServerUpdateContainerTemplateFileCall) Do ¶
func (c *MockInstanceServerUpdateContainerTemplateFileCall) Do(f func(string, string, io.ReadSeeker) error) *MockInstanceServerUpdateContainerTemplateFileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateContainerTemplateFileCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateContainerTemplateFileCall) DoAndReturn(f func(string, string, io.ReadSeeker) error) *MockInstanceServerUpdateContainerTemplateFileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateContainerTemplateFileCall) Return ¶
func (c *MockInstanceServerUpdateContainerTemplateFileCall) Return(arg0 error) *MockInstanceServerUpdateContainerTemplateFileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateIdentityCall ¶
MockInstanceServerUpdateIdentityCall wrap *gomock.Call
func (*MockInstanceServerUpdateIdentityCall) Do ¶
func (c *MockInstanceServerUpdateIdentityCall) Do(f func(string, string, api.IdentityPut, string) error) *MockInstanceServerUpdateIdentityCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateIdentityCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateIdentityCall) DoAndReturn(f func(string, string, api.IdentityPut, string) error) *MockInstanceServerUpdateIdentityCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateIdentityCall) Return ¶
func (c *MockInstanceServerUpdateIdentityCall) Return(arg0 error) *MockInstanceServerUpdateIdentityCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateIdentityProviderGroupCall ¶
MockInstanceServerUpdateIdentityProviderGroupCall wrap *gomock.Call
func (*MockInstanceServerUpdateIdentityProviderGroupCall) Do ¶
func (c *MockInstanceServerUpdateIdentityProviderGroupCall) Do(f func(string, api.IdentityProviderGroupPut, string) error) *MockInstanceServerUpdateIdentityProviderGroupCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateIdentityProviderGroupCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateIdentityProviderGroupCall) DoAndReturn(f func(string, api.IdentityProviderGroupPut, string) error) *MockInstanceServerUpdateIdentityProviderGroupCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateIdentityProviderGroupCall) Return ¶
func (c *MockInstanceServerUpdateIdentityProviderGroupCall) Return(arg0 error) *MockInstanceServerUpdateIdentityProviderGroupCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateImageAliasCall ¶
MockInstanceServerUpdateImageAliasCall wrap *gomock.Call
func (*MockInstanceServerUpdateImageAliasCall) Do ¶
func (c *MockInstanceServerUpdateImageAliasCall) Do(f func(string, api.ImageAliasesEntryPut, string) error) *MockInstanceServerUpdateImageAliasCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateImageAliasCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateImageAliasCall) DoAndReturn(f func(string, api.ImageAliasesEntryPut, string) error) *MockInstanceServerUpdateImageAliasCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateImageAliasCall) Return ¶
func (c *MockInstanceServerUpdateImageAliasCall) Return(arg0 error) *MockInstanceServerUpdateImageAliasCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateImageCall ¶
MockInstanceServerUpdateImageCall wrap *gomock.Call
func (*MockInstanceServerUpdateImageCall) Do ¶
func (c *MockInstanceServerUpdateImageCall) Do(f func(string, api.ImagePut, string) error) *MockInstanceServerUpdateImageCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateImageCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateImageCall) DoAndReturn(f func(string, api.ImagePut, string) error) *MockInstanceServerUpdateImageCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateImageCall) Return ¶
func (c *MockInstanceServerUpdateImageCall) Return(arg0 error) *MockInstanceServerUpdateImageCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateInstanceCall ¶
MockInstanceServerUpdateInstanceCall wrap *gomock.Call
func (*MockInstanceServerUpdateInstanceCall) Do ¶
func (c *MockInstanceServerUpdateInstanceCall) Do(f func(string, api.InstancePut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstanceCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateInstanceCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateInstanceCall) DoAndReturn(f func(string, api.InstancePut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateInstanceCall) Return ¶
func (c *MockInstanceServerUpdateInstanceCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateInstanceCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateInstanceMetadataCall ¶
MockInstanceServerUpdateInstanceMetadataCall wrap *gomock.Call
func (*MockInstanceServerUpdateInstanceMetadataCall) Do ¶
func (c *MockInstanceServerUpdateInstanceMetadataCall) Do(f func(string, api.ImageMetadata, string) error) *MockInstanceServerUpdateInstanceMetadataCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateInstanceMetadataCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateInstanceMetadataCall) DoAndReturn(f func(string, api.ImageMetadata, string) error) *MockInstanceServerUpdateInstanceMetadataCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateInstanceMetadataCall) Return ¶
func (c *MockInstanceServerUpdateInstanceMetadataCall) Return(arg0 error) *MockInstanceServerUpdateInstanceMetadataCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateInstanceSnapshotCall ¶
MockInstanceServerUpdateInstanceSnapshotCall wrap *gomock.Call
func (*MockInstanceServerUpdateInstanceSnapshotCall) Do ¶
func (c *MockInstanceServerUpdateInstanceSnapshotCall) Do(f func(string, string, api.InstanceSnapshotPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstanceSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateInstanceSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateInstanceSnapshotCall) DoAndReturn(f func(string, string, api.InstanceSnapshotPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstanceSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateInstanceSnapshotCall) Return ¶
func (c *MockInstanceServerUpdateInstanceSnapshotCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateInstanceSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateInstanceStateCall ¶
MockInstanceServerUpdateInstanceStateCall wrap *gomock.Call
func (*MockInstanceServerUpdateInstanceStateCall) Do ¶
func (c *MockInstanceServerUpdateInstanceStateCall) Do(f func(string, api.InstanceStatePut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstanceStateCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateInstanceStateCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateInstanceStateCall) DoAndReturn(f func(string, api.InstanceStatePut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstanceStateCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateInstanceStateCall) Return ¶
func (c *MockInstanceServerUpdateInstanceStateCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateInstanceStateCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateInstanceUEFIVarsCall ¶
MockInstanceServerUpdateInstanceUEFIVarsCall wrap *gomock.Call
func (*MockInstanceServerUpdateInstanceUEFIVarsCall) Do ¶
func (c *MockInstanceServerUpdateInstanceUEFIVarsCall) Do(f func(string, api.InstanceUEFIVars, string) error) *MockInstanceServerUpdateInstanceUEFIVarsCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateInstanceUEFIVarsCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateInstanceUEFIVarsCall) DoAndReturn(f func(string, api.InstanceUEFIVars, string) error) *MockInstanceServerUpdateInstanceUEFIVarsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateInstanceUEFIVarsCall) Return ¶
func (c *MockInstanceServerUpdateInstanceUEFIVarsCall) Return(arg0 error) *MockInstanceServerUpdateInstanceUEFIVarsCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateInstancesCall ¶
MockInstanceServerUpdateInstancesCall wrap *gomock.Call
func (*MockInstanceServerUpdateInstancesCall) Do ¶
func (c *MockInstanceServerUpdateInstancesCall) Do(f func(api.InstancesPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstancesCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateInstancesCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateInstancesCall) DoAndReturn(f func(api.InstancesPut, string) (lxd.Operation, error)) *MockInstanceServerUpdateInstancesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateInstancesCall) Return ¶
func (c *MockInstanceServerUpdateInstancesCall) Return(arg0 lxd.Operation, arg1 error) *MockInstanceServerUpdateInstancesCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateNetworkACLCall ¶
MockInstanceServerUpdateNetworkACLCall wrap *gomock.Call
func (*MockInstanceServerUpdateNetworkACLCall) Do ¶
func (c *MockInstanceServerUpdateNetworkACLCall) Do(f func(string, api.NetworkACLPut, string) error) *MockInstanceServerUpdateNetworkACLCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateNetworkACLCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateNetworkACLCall) DoAndReturn(f func(string, api.NetworkACLPut, string) error) *MockInstanceServerUpdateNetworkACLCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateNetworkACLCall) Return ¶
func (c *MockInstanceServerUpdateNetworkACLCall) Return(arg0 error) *MockInstanceServerUpdateNetworkACLCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateNetworkCall ¶
MockInstanceServerUpdateNetworkCall wrap *gomock.Call
func (*MockInstanceServerUpdateNetworkCall) Do ¶
func (c *MockInstanceServerUpdateNetworkCall) Do(f func(string, api.NetworkPut, string) error) *MockInstanceServerUpdateNetworkCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateNetworkCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateNetworkCall) DoAndReturn(f func(string, api.NetworkPut, string) error) *MockInstanceServerUpdateNetworkCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateNetworkCall) Return ¶
func (c *MockInstanceServerUpdateNetworkCall) Return(arg0 error) *MockInstanceServerUpdateNetworkCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateNetworkForwardCall ¶
MockInstanceServerUpdateNetworkForwardCall wrap *gomock.Call
func (*MockInstanceServerUpdateNetworkForwardCall) Do ¶
func (c *MockInstanceServerUpdateNetworkForwardCall) Do(f func(string, string, api.NetworkForwardPut, string) error) *MockInstanceServerUpdateNetworkForwardCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateNetworkForwardCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateNetworkForwardCall) DoAndReturn(f func(string, string, api.NetworkForwardPut, string) error) *MockInstanceServerUpdateNetworkForwardCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateNetworkForwardCall) Return ¶
func (c *MockInstanceServerUpdateNetworkForwardCall) Return(arg0 error) *MockInstanceServerUpdateNetworkForwardCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateNetworkLoadBalancerCall ¶
MockInstanceServerUpdateNetworkLoadBalancerCall wrap *gomock.Call
func (*MockInstanceServerUpdateNetworkLoadBalancerCall) Do ¶
func (c *MockInstanceServerUpdateNetworkLoadBalancerCall) Do(f func(string, string, api.NetworkLoadBalancerPut, string) error) *MockInstanceServerUpdateNetworkLoadBalancerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateNetworkLoadBalancerCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateNetworkLoadBalancerCall) DoAndReturn(f func(string, string, api.NetworkLoadBalancerPut, string) error) *MockInstanceServerUpdateNetworkLoadBalancerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateNetworkLoadBalancerCall) Return ¶
func (c *MockInstanceServerUpdateNetworkLoadBalancerCall) Return(arg0 error) *MockInstanceServerUpdateNetworkLoadBalancerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateNetworkPeerCall ¶
MockInstanceServerUpdateNetworkPeerCall wrap *gomock.Call
func (*MockInstanceServerUpdateNetworkPeerCall) Do ¶
func (c *MockInstanceServerUpdateNetworkPeerCall) Do(f func(string, string, api.NetworkPeerPut, string) error) *MockInstanceServerUpdateNetworkPeerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateNetworkPeerCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateNetworkPeerCall) DoAndReturn(f func(string, string, api.NetworkPeerPut, string) error) *MockInstanceServerUpdateNetworkPeerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateNetworkPeerCall) Return ¶
func (c *MockInstanceServerUpdateNetworkPeerCall) Return(arg0 error) *MockInstanceServerUpdateNetworkPeerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateNetworkZoneCall ¶
MockInstanceServerUpdateNetworkZoneCall wrap *gomock.Call
func (*MockInstanceServerUpdateNetworkZoneCall) Do ¶
func (c *MockInstanceServerUpdateNetworkZoneCall) Do(f func(string, api.NetworkZonePut, string) error) *MockInstanceServerUpdateNetworkZoneCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateNetworkZoneCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateNetworkZoneCall) DoAndReturn(f func(string, api.NetworkZonePut, string) error) *MockInstanceServerUpdateNetworkZoneCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateNetworkZoneCall) Return ¶
func (c *MockInstanceServerUpdateNetworkZoneCall) Return(arg0 error) *MockInstanceServerUpdateNetworkZoneCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateNetworkZoneRecordCall ¶
MockInstanceServerUpdateNetworkZoneRecordCall wrap *gomock.Call
func (*MockInstanceServerUpdateNetworkZoneRecordCall) Do ¶
func (c *MockInstanceServerUpdateNetworkZoneRecordCall) Do(f func(string, string, api.NetworkZoneRecordPut, string) error) *MockInstanceServerUpdateNetworkZoneRecordCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateNetworkZoneRecordCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateNetworkZoneRecordCall) DoAndReturn(f func(string, string, api.NetworkZoneRecordPut, string) error) *MockInstanceServerUpdateNetworkZoneRecordCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateNetworkZoneRecordCall) Return ¶
func (c *MockInstanceServerUpdateNetworkZoneRecordCall) Return(arg0 error) *MockInstanceServerUpdateNetworkZoneRecordCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateProfileCall ¶
MockInstanceServerUpdateProfileCall wrap *gomock.Call
func (*MockInstanceServerUpdateProfileCall) Do ¶
func (c *MockInstanceServerUpdateProfileCall) Do(f func(string, api.ProfilePut, string) error) *MockInstanceServerUpdateProfileCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateProfileCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateProfileCall) DoAndReturn(f func(string, api.ProfilePut, string) error) *MockInstanceServerUpdateProfileCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateProfileCall) Return ¶
func (c *MockInstanceServerUpdateProfileCall) Return(arg0 error) *MockInstanceServerUpdateProfileCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateProjectCall ¶
MockInstanceServerUpdateProjectCall wrap *gomock.Call
func (*MockInstanceServerUpdateProjectCall) Do ¶
func (c *MockInstanceServerUpdateProjectCall) Do(f func(string, api.ProjectPut, string) error) *MockInstanceServerUpdateProjectCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateProjectCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateProjectCall) DoAndReturn(f func(string, api.ProjectPut, string) error) *MockInstanceServerUpdateProjectCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateProjectCall) Return ¶
func (c *MockInstanceServerUpdateProjectCall) Return(arg0 error) *MockInstanceServerUpdateProjectCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateServerCall ¶
MockInstanceServerUpdateServerCall wrap *gomock.Call
func (*MockInstanceServerUpdateServerCall) Do ¶
func (c *MockInstanceServerUpdateServerCall) Do(f func(api.ServerPut, string) error) *MockInstanceServerUpdateServerCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateServerCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateServerCall) DoAndReturn(f func(api.ServerPut, string) error) *MockInstanceServerUpdateServerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateServerCall) Return ¶
func (c *MockInstanceServerUpdateServerCall) Return(arg0 error) *MockInstanceServerUpdateServerCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateStoragePoolBucketCall ¶
MockInstanceServerUpdateStoragePoolBucketCall wrap *gomock.Call
func (*MockInstanceServerUpdateStoragePoolBucketCall) Do ¶
func (c *MockInstanceServerUpdateStoragePoolBucketCall) Do(f func(string, string, api.StorageBucketPut, string) error) *MockInstanceServerUpdateStoragePoolBucketCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateStoragePoolBucketCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateStoragePoolBucketCall) DoAndReturn(f func(string, string, api.StorageBucketPut, string) error) *MockInstanceServerUpdateStoragePoolBucketCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateStoragePoolBucketCall) Return ¶
func (c *MockInstanceServerUpdateStoragePoolBucketCall) Return(arg0 error) *MockInstanceServerUpdateStoragePoolBucketCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateStoragePoolBucketKeyCall ¶
MockInstanceServerUpdateStoragePoolBucketKeyCall wrap *gomock.Call
func (*MockInstanceServerUpdateStoragePoolBucketKeyCall) Do ¶
func (c *MockInstanceServerUpdateStoragePoolBucketKeyCall) Do(f func(string, string, string, api.StorageBucketKeyPut, string) error) *MockInstanceServerUpdateStoragePoolBucketKeyCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateStoragePoolBucketKeyCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateStoragePoolBucketKeyCall) DoAndReturn(f func(string, string, string, api.StorageBucketKeyPut, string) error) *MockInstanceServerUpdateStoragePoolBucketKeyCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateStoragePoolBucketKeyCall) Return ¶
func (c *MockInstanceServerUpdateStoragePoolBucketKeyCall) Return(arg0 error) *MockInstanceServerUpdateStoragePoolBucketKeyCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateStoragePoolCall ¶
MockInstanceServerUpdateStoragePoolCall wrap *gomock.Call
func (*MockInstanceServerUpdateStoragePoolCall) Do ¶
func (c *MockInstanceServerUpdateStoragePoolCall) Do(f func(string, api.StoragePoolPut, string) error) *MockInstanceServerUpdateStoragePoolCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateStoragePoolCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateStoragePoolCall) DoAndReturn(f func(string, api.StoragePoolPut, string) error) *MockInstanceServerUpdateStoragePoolCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateStoragePoolCall) Return ¶
func (c *MockInstanceServerUpdateStoragePoolCall) Return(arg0 error) *MockInstanceServerUpdateStoragePoolCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateStoragePoolVolumeCall ¶
MockInstanceServerUpdateStoragePoolVolumeCall wrap *gomock.Call
func (*MockInstanceServerUpdateStoragePoolVolumeCall) Do ¶
func (c *MockInstanceServerUpdateStoragePoolVolumeCall) Do(f func(string, string, string, api.StorageVolumePut, string) error) *MockInstanceServerUpdateStoragePoolVolumeCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateStoragePoolVolumeCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateStoragePoolVolumeCall) DoAndReturn(f func(string, string, string, api.StorageVolumePut, string) error) *MockInstanceServerUpdateStoragePoolVolumeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateStoragePoolVolumeCall) Return ¶
func (c *MockInstanceServerUpdateStoragePoolVolumeCall) Return(arg0 error) *MockInstanceServerUpdateStoragePoolVolumeCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateStoragePoolVolumeSnapshotCall ¶
MockInstanceServerUpdateStoragePoolVolumeSnapshotCall wrap *gomock.Call
func (*MockInstanceServerUpdateStoragePoolVolumeSnapshotCall) Do ¶
func (c *MockInstanceServerUpdateStoragePoolVolumeSnapshotCall) Do(f func(string, string, string, string, api.StorageVolumeSnapshotPut, string) error) *MockInstanceServerUpdateStoragePoolVolumeSnapshotCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateStoragePoolVolumeSnapshotCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateStoragePoolVolumeSnapshotCall) DoAndReturn(f func(string, string, string, string, api.StorageVolumeSnapshotPut, string) error) *MockInstanceServerUpdateStoragePoolVolumeSnapshotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateStoragePoolVolumeSnapshotCall) Return ¶
func (c *MockInstanceServerUpdateStoragePoolVolumeSnapshotCall) Return(arg0 error) *MockInstanceServerUpdateStoragePoolVolumeSnapshotCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUpdateWarningCall ¶
MockInstanceServerUpdateWarningCall wrap *gomock.Call
func (*MockInstanceServerUpdateWarningCall) Do ¶
func (c *MockInstanceServerUpdateWarningCall) Do(f func(string, api.WarningPut, string) error) *MockInstanceServerUpdateWarningCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUpdateWarningCall) DoAndReturn ¶
func (c *MockInstanceServerUpdateWarningCall) DoAndReturn(f func(string, api.WarningPut, string) error) *MockInstanceServerUpdateWarningCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUpdateWarningCall) Return ¶
func (c *MockInstanceServerUpdateWarningCall) Return(arg0 error) *MockInstanceServerUpdateWarningCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUseProjectCall ¶
MockInstanceServerUseProjectCall wrap *gomock.Call
func (*MockInstanceServerUseProjectCall) Do ¶
func (c *MockInstanceServerUseProjectCall) Do(f func(string) lxd.InstanceServer) *MockInstanceServerUseProjectCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUseProjectCall) DoAndReturn ¶
func (c *MockInstanceServerUseProjectCall) DoAndReturn(f func(string) lxd.InstanceServer) *MockInstanceServerUseProjectCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUseProjectCall) Return ¶
func (c *MockInstanceServerUseProjectCall) Return(arg0 lxd.InstanceServer) *MockInstanceServerUseProjectCall
Return rewrite *gomock.Call.Return
type MockInstanceServerUseTargetCall ¶
MockInstanceServerUseTargetCall wrap *gomock.Call
func (*MockInstanceServerUseTargetCall) Do ¶
func (c *MockInstanceServerUseTargetCall) Do(f func(string) lxd.InstanceServer) *MockInstanceServerUseTargetCall
Do rewrite *gomock.Call.Do
func (*MockInstanceServerUseTargetCall) DoAndReturn ¶
func (c *MockInstanceServerUseTargetCall) DoAndReturn(f func(string) lxd.InstanceServer) *MockInstanceServerUseTargetCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInstanceServerUseTargetCall) Return ¶
func (c *MockInstanceServerUseTargetCall) Return(arg0 lxd.InstanceServer) *MockInstanceServerUseTargetCall
Return rewrite *gomock.Call.Return
type MockOperation ¶
type MockOperation struct {
// contains filtered or unexported fields
}
MockOperation is a mock of Operation interface.
func NewMockOperation ¶
func NewMockOperation(ctrl *gomock.Controller) *MockOperation
NewMockOperation creates a new mock instance.
func (*MockOperation) AddHandler ¶
func (m *MockOperation) AddHandler(arg0 func(api.Operation)) (*lxd.EventTarget, error)
AddHandler mocks base method.
func (*MockOperation) EXPECT ¶
func (m *MockOperation) EXPECT() *MockOperationMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockOperation) GetWebsocket ¶
func (m *MockOperation) GetWebsocket(arg0 string) (*websocket.Conn, error)
GetWebsocket mocks base method.
func (*MockOperation) RemoveHandler ¶
func (m *MockOperation) RemoveHandler(arg0 *lxd.EventTarget) error
RemoveHandler mocks base method.
func (*MockOperation) WaitContext ¶
func (m *MockOperation) WaitContext(arg0 context.Context) error
WaitContext mocks base method.
type MockOperationAddHandlerCall ¶
MockOperationAddHandlerCall wrap *gomock.Call
func (*MockOperationAddHandlerCall) Do ¶
func (c *MockOperationAddHandlerCall) Do(f func(func(api.Operation)) (*lxd.EventTarget, error)) *MockOperationAddHandlerCall
Do rewrite *gomock.Call.Do
func (*MockOperationAddHandlerCall) DoAndReturn ¶
func (c *MockOperationAddHandlerCall) DoAndReturn(f func(func(api.Operation)) (*lxd.EventTarget, error)) *MockOperationAddHandlerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockOperationAddHandlerCall) Return ¶
func (c *MockOperationAddHandlerCall) Return(arg0 *lxd.EventTarget, arg1 error) *MockOperationAddHandlerCall
Return rewrite *gomock.Call.Return
type MockOperationCancelCall ¶
MockOperationCancelCall wrap *gomock.Call
func (*MockOperationCancelCall) Do ¶
func (c *MockOperationCancelCall) Do(f func() error) *MockOperationCancelCall
Do rewrite *gomock.Call.Do
func (*MockOperationCancelCall) DoAndReturn ¶
func (c *MockOperationCancelCall) DoAndReturn(f func() error) *MockOperationCancelCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockOperationCancelCall) Return ¶
func (c *MockOperationCancelCall) Return(arg0 error) *MockOperationCancelCall
Return rewrite *gomock.Call.Return
type MockOperationGetCall ¶
MockOperationGetCall wrap *gomock.Call
func (*MockOperationGetCall) Do ¶
func (c *MockOperationGetCall) Do(f func() api.Operation) *MockOperationGetCall
Do rewrite *gomock.Call.Do
func (*MockOperationGetCall) DoAndReturn ¶
func (c *MockOperationGetCall) DoAndReturn(f func() api.Operation) *MockOperationGetCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockOperationGetCall) Return ¶
func (c *MockOperationGetCall) Return(arg0 api.Operation) *MockOperationGetCall
Return rewrite *gomock.Call.Return
type MockOperationGetWebsocketCall ¶
MockOperationGetWebsocketCall wrap *gomock.Call
func (*MockOperationGetWebsocketCall) Do ¶
func (c *MockOperationGetWebsocketCall) Do(f func(string) (*websocket.Conn, error)) *MockOperationGetWebsocketCall
Do rewrite *gomock.Call.Do
func (*MockOperationGetWebsocketCall) DoAndReturn ¶
func (c *MockOperationGetWebsocketCall) DoAndReturn(f func(string) (*websocket.Conn, error)) *MockOperationGetWebsocketCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockOperationGetWebsocketCall) Return ¶
func (c *MockOperationGetWebsocketCall) Return(arg0 *websocket.Conn, arg1 error) *MockOperationGetWebsocketCall
Return rewrite *gomock.Call.Return
type MockOperationMockRecorder ¶
type MockOperationMockRecorder struct {
// contains filtered or unexported fields
}
MockOperationMockRecorder is the mock recorder for MockOperation.
func (*MockOperationMockRecorder) AddHandler ¶
func (mr *MockOperationMockRecorder) AddHandler(arg0 any) *MockOperationAddHandlerCall
AddHandler indicates an expected call of AddHandler.
func (*MockOperationMockRecorder) Cancel ¶
func (mr *MockOperationMockRecorder) Cancel() *MockOperationCancelCall
Cancel indicates an expected call of Cancel.
func (*MockOperationMockRecorder) Get ¶
func (mr *MockOperationMockRecorder) Get() *MockOperationGetCall
Get indicates an expected call of Get.
func (*MockOperationMockRecorder) GetWebsocket ¶
func (mr *MockOperationMockRecorder) GetWebsocket(arg0 any) *MockOperationGetWebsocketCall
GetWebsocket indicates an expected call of GetWebsocket.
func (*MockOperationMockRecorder) Refresh ¶
func (mr *MockOperationMockRecorder) Refresh() *MockOperationRefreshCall
Refresh indicates an expected call of Refresh.
func (*MockOperationMockRecorder) RemoveHandler ¶
func (mr *MockOperationMockRecorder) RemoveHandler(arg0 any) *MockOperationRemoveHandlerCall
RemoveHandler indicates an expected call of RemoveHandler.
func (*MockOperationMockRecorder) Wait ¶
func (mr *MockOperationMockRecorder) Wait() *MockOperationWaitCall
Wait indicates an expected call of Wait.
func (*MockOperationMockRecorder) WaitContext ¶
func (mr *MockOperationMockRecorder) WaitContext(arg0 any) *MockOperationWaitContextCall
WaitContext indicates an expected call of WaitContext.
type MockOperationRefreshCall ¶
MockOperationRefreshCall wrap *gomock.Call
func (*MockOperationRefreshCall) Do ¶
func (c *MockOperationRefreshCall) Do(f func() error) *MockOperationRefreshCall
Do rewrite *gomock.Call.Do
func (*MockOperationRefreshCall) DoAndReturn ¶
func (c *MockOperationRefreshCall) DoAndReturn(f func() error) *MockOperationRefreshCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockOperationRefreshCall) Return ¶
func (c *MockOperationRefreshCall) Return(arg0 error) *MockOperationRefreshCall
Return rewrite *gomock.Call.Return
type MockOperationRemoveHandlerCall ¶
MockOperationRemoveHandlerCall wrap *gomock.Call
func (*MockOperationRemoveHandlerCall) Do ¶
func (c *MockOperationRemoveHandlerCall) Do(f func(*lxd.EventTarget) error) *MockOperationRemoveHandlerCall
Do rewrite *gomock.Call.Do
func (*MockOperationRemoveHandlerCall) DoAndReturn ¶
func (c *MockOperationRemoveHandlerCall) DoAndReturn(f func(*lxd.EventTarget) error) *MockOperationRemoveHandlerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockOperationRemoveHandlerCall) Return ¶
func (c *MockOperationRemoveHandlerCall) Return(arg0 error) *MockOperationRemoveHandlerCall
Return rewrite *gomock.Call.Return
type MockOperationWaitCall ¶
MockOperationWaitCall wrap *gomock.Call
func (*MockOperationWaitCall) Do ¶
func (c *MockOperationWaitCall) Do(f func() error) *MockOperationWaitCall
Do rewrite *gomock.Call.Do
func (*MockOperationWaitCall) DoAndReturn ¶
func (c *MockOperationWaitCall) DoAndReturn(f func() error) *MockOperationWaitCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockOperationWaitCall) Return ¶
func (c *MockOperationWaitCall) Return(arg0 error) *MockOperationWaitCall
Return rewrite *gomock.Call.Return
type MockOperationWaitContextCall ¶
MockOperationWaitContextCall wrap *gomock.Call
func (*MockOperationWaitContextCall) Do ¶
func (c *MockOperationWaitContextCall) Do(f func(context.Context) error) *MockOperationWaitContextCall
Do rewrite *gomock.Call.Do
func (*MockOperationWaitContextCall) DoAndReturn ¶
func (c *MockOperationWaitContextCall) DoAndReturn(f func(context.Context) error) *MockOperationWaitContextCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockOperationWaitContextCall) Return ¶
func (c *MockOperationWaitContextCall) Return(arg0 error) *MockOperationWaitContextCall
Return rewrite *gomock.Call.Return
type MockRemoteOperation ¶
type MockRemoteOperation struct {
// contains filtered or unexported fields
}
MockRemoteOperation is a mock of RemoteOperation interface.
func NewMockRemoteOperation ¶
func NewMockRemoteOperation(ctrl *gomock.Controller) *MockRemoteOperation
NewMockRemoteOperation creates a new mock instance.
func (*MockRemoteOperation) AddHandler ¶
func (m *MockRemoteOperation) AddHandler(arg0 func(api.Operation)) (*lxd.EventTarget, error)
AddHandler mocks base method.
func (*MockRemoteOperation) CancelTarget ¶
func (m *MockRemoteOperation) CancelTarget() error
CancelTarget mocks base method.
func (*MockRemoteOperation) EXPECT ¶
func (m *MockRemoteOperation) EXPECT() *MockRemoteOperationMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRemoteOperation) GetTarget ¶
func (m *MockRemoteOperation) GetTarget() (*api.Operation, error)
GetTarget mocks base method.
func (*MockRemoteOperation) Wait ¶
func (m *MockRemoteOperation) Wait() error
Wait mocks base method.
type MockRemoteOperationAddHandlerCall ¶
MockRemoteOperationAddHandlerCall wrap *gomock.Call
func (*MockRemoteOperationAddHandlerCall) Do ¶
func (c *MockRemoteOperationAddHandlerCall) Do(f func(func(api.Operation)) (*lxd.EventTarget, error)) *MockRemoteOperationAddHandlerCall
Do rewrite *gomock.Call.Do
func (*MockRemoteOperationAddHandlerCall) DoAndReturn ¶
func (c *MockRemoteOperationAddHandlerCall) DoAndReturn(f func(func(api.Operation)) (*lxd.EventTarget, error)) *MockRemoteOperationAddHandlerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockRemoteOperationAddHandlerCall) Return ¶
func (c *MockRemoteOperationAddHandlerCall) Return(arg0 *lxd.EventTarget, arg1 error) *MockRemoteOperationAddHandlerCall
Return rewrite *gomock.Call.Return
type MockRemoteOperationCancelTargetCall ¶
MockRemoteOperationCancelTargetCall wrap *gomock.Call
func (*MockRemoteOperationCancelTargetCall) Do ¶
func (c *MockRemoteOperationCancelTargetCall) Do(f func() error) *MockRemoteOperationCancelTargetCall
Do rewrite *gomock.Call.Do
func (*MockRemoteOperationCancelTargetCall) DoAndReturn ¶
func (c *MockRemoteOperationCancelTargetCall) DoAndReturn(f func() error) *MockRemoteOperationCancelTargetCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockRemoteOperationCancelTargetCall) Return ¶
func (c *MockRemoteOperationCancelTargetCall) Return(arg0 error) *MockRemoteOperationCancelTargetCall
Return rewrite *gomock.Call.Return
type MockRemoteOperationGetTargetCall ¶
MockRemoteOperationGetTargetCall wrap *gomock.Call
func (*MockRemoteOperationGetTargetCall) Do ¶
func (c *MockRemoteOperationGetTargetCall) Do(f func() (*api.Operation, error)) *MockRemoteOperationGetTargetCall
Do rewrite *gomock.Call.Do
func (*MockRemoteOperationGetTargetCall) DoAndReturn ¶
func (c *MockRemoteOperationGetTargetCall) DoAndReturn(f func() (*api.Operation, error)) *MockRemoteOperationGetTargetCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockRemoteOperationGetTargetCall) Return ¶
func (c *MockRemoteOperationGetTargetCall) Return(arg0 *api.Operation, arg1 error) *MockRemoteOperationGetTargetCall
Return rewrite *gomock.Call.Return
type MockRemoteOperationMockRecorder ¶
type MockRemoteOperationMockRecorder struct {
// contains filtered or unexported fields
}
MockRemoteOperationMockRecorder is the mock recorder for MockRemoteOperation.
func (*MockRemoteOperationMockRecorder) AddHandler ¶
func (mr *MockRemoteOperationMockRecorder) AddHandler(arg0 any) *MockRemoteOperationAddHandlerCall
AddHandler indicates an expected call of AddHandler.
func (*MockRemoteOperationMockRecorder) CancelTarget ¶
func (mr *MockRemoteOperationMockRecorder) CancelTarget() *MockRemoteOperationCancelTargetCall
CancelTarget indicates an expected call of CancelTarget.
func (*MockRemoteOperationMockRecorder) GetTarget ¶
func (mr *MockRemoteOperationMockRecorder) GetTarget() *MockRemoteOperationGetTargetCall
GetTarget indicates an expected call of GetTarget.
func (*MockRemoteOperationMockRecorder) Wait ¶
func (mr *MockRemoteOperationMockRecorder) Wait() *MockRemoteOperationWaitCall
Wait indicates an expected call of Wait.
type MockRemoteOperationWaitCall ¶
MockRemoteOperationWaitCall wrap *gomock.Call
func (*MockRemoteOperationWaitCall) Do ¶
func (c *MockRemoteOperationWaitCall) Do(f func() error) *MockRemoteOperationWaitCall
Do rewrite *gomock.Call.Do
func (*MockRemoteOperationWaitCall) DoAndReturn ¶
func (c *MockRemoteOperationWaitCall) DoAndReturn(f func() error) *MockRemoteOperationWaitCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockRemoteOperationWaitCall) Return ¶
func (c *MockRemoteOperationWaitCall) Return(arg0 error) *MockRemoteOperationWaitCall
Return rewrite *gomock.Call.Return
type MockServer ¶
type MockServer struct {
// contains filtered or unexported fields
}
MockServer is a mock of Server interface.
func NewMockServer ¶
func NewMockServer(ctrl *gomock.Controller) *MockServer
NewMockServer creates a new mock instance.
func (*MockServer) EXPECT ¶
func (m *MockServer) EXPECT() *MockServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServer) GetConnectionInfo ¶
func (m *MockServer) GetConnectionInfo() (*lxd.ConnectionInfo, error)
GetConnectionInfo mocks base method.
func (*MockServer) GetHTTPClient ¶
func (m *MockServer) GetHTTPClient() (*http.Client, error)
GetHTTPClient mocks base method.
type MockServerDisconnectCall ¶
MockServerDisconnectCall wrap *gomock.Call
func (*MockServerDisconnectCall) Do ¶
func (c *MockServerDisconnectCall) Do(f func()) *MockServerDisconnectCall
Do rewrite *gomock.Call.Do
func (*MockServerDisconnectCall) DoAndReturn ¶
func (c *MockServerDisconnectCall) DoAndReturn(f func()) *MockServerDisconnectCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockServerDisconnectCall) Return ¶
func (c *MockServerDisconnectCall) Return() *MockServerDisconnectCall
Return rewrite *gomock.Call.Return
type MockServerDoHTTPCall ¶
MockServerDoHTTPCall wrap *gomock.Call
func (*MockServerDoHTTPCall) Do ¶
func (c *MockServerDoHTTPCall) Do(f func(*http.Request) (*http.Response, error)) *MockServerDoHTTPCall
Do rewrite *gomock.Call.Do
func (*MockServerDoHTTPCall) DoAndReturn ¶
func (c *MockServerDoHTTPCall) DoAndReturn(f func(*http.Request) (*http.Response, error)) *MockServerDoHTTPCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockServerDoHTTPCall) Return ¶
func (c *MockServerDoHTTPCall) Return(arg0 *http.Response, arg1 error) *MockServerDoHTTPCall
Return rewrite *gomock.Call.Return
type MockServerGetConnectionInfoCall ¶
MockServerGetConnectionInfoCall wrap *gomock.Call
func (*MockServerGetConnectionInfoCall) Do ¶
func (c *MockServerGetConnectionInfoCall) Do(f func() (*lxd.ConnectionInfo, error)) *MockServerGetConnectionInfoCall
Do rewrite *gomock.Call.Do
func (*MockServerGetConnectionInfoCall) DoAndReturn ¶
func (c *MockServerGetConnectionInfoCall) DoAndReturn(f func() (*lxd.ConnectionInfo, error)) *MockServerGetConnectionInfoCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockServerGetConnectionInfoCall) Return ¶
func (c *MockServerGetConnectionInfoCall) Return(arg0 *lxd.ConnectionInfo, arg1 error) *MockServerGetConnectionInfoCall
Return rewrite *gomock.Call.Return
type MockServerGetHTTPClientCall ¶
MockServerGetHTTPClientCall wrap *gomock.Call
func (*MockServerGetHTTPClientCall) Do ¶
func (c *MockServerGetHTTPClientCall) Do(f func() (*http.Client, error)) *MockServerGetHTTPClientCall
Do rewrite *gomock.Call.Do
func (*MockServerGetHTTPClientCall) DoAndReturn ¶
func (c *MockServerGetHTTPClientCall) DoAndReturn(f func() (*http.Client, error)) *MockServerGetHTTPClientCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockServerGetHTTPClientCall) Return ¶
func (c *MockServerGetHTTPClientCall) Return(arg0 *http.Client, arg1 error) *MockServerGetHTTPClientCall
Return rewrite *gomock.Call.Return
type MockServerMockRecorder ¶
type MockServerMockRecorder struct {
// contains filtered or unexported fields
}
MockServerMockRecorder is the mock recorder for MockServer.
func (*MockServerMockRecorder) Disconnect ¶
func (mr *MockServerMockRecorder) Disconnect() *MockServerDisconnectCall
Disconnect indicates an expected call of Disconnect.
func (*MockServerMockRecorder) DoHTTP ¶
func (mr *MockServerMockRecorder) DoHTTP(arg0 any) *MockServerDoHTTPCall
DoHTTP indicates an expected call of DoHTTP.
func (*MockServerMockRecorder) GetConnectionInfo ¶
func (mr *MockServerMockRecorder) GetConnectionInfo() *MockServerGetConnectionInfoCall
GetConnectionInfo indicates an expected call of GetConnectionInfo.
func (*MockServerMockRecorder) GetHTTPClient ¶
func (mr *MockServerMockRecorder) GetHTTPClient() *MockServerGetHTTPClientCall
GetHTTPClient indicates an expected call of GetHTTPClient.