fakeclients

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2024 License: Apache-2.0 Imports: 42 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddonCache

type AddonCache func(string) harv1type.AddonInterface

func (AddonCache) AddIndexer

func (c AddonCache) AddIndexer(_ string, _ generic.Indexer[*cloudweavv1.Addon])

func (AddonCache) Get

func (c AddonCache) Get(namespace, name string) (*cloudweavv1.Addon, error)

func (AddonCache) GetByIndex

func (c AddonCache) GetByIndex(_, _ string) ([]*cloudweavv1.Addon, error)

func (AddonCache) List

func (c AddonCache) List(namespace string, selector labels.Selector) ([]*cloudweavv1.Addon, error)

type AppCache

type AppCache func(string) catalogv1type.AppInterface

func (AppCache) AddIndexer

func (c AppCache) AddIndexer(_ string, _ generic.Indexer[*catalogv1.App])

func (AppCache) Get

func (c AppCache) Get(namespace, name string) (*catalogv1.App, error)

func (AppCache) GetByIndex

func (c AppCache) GetByIndex(_, _ string) ([]*catalogv1.App, error)

func (AppCache) List

func (c AppCache) List(_ string, _ labels.Selector) ([]*catalogv1.App, error)

type AppClient

type AppClient func(string) catalogv1type.AppInterface

func (AppClient) Create

func (c AppClient) Create(app *catalogv1.App) (*catalogv1.App, error)

func (AppClient) Delete

func (c AppClient) Delete(_, _ string, _ *metav1.DeleteOptions) error

func (AppClient) Get

func (c AppClient) Get(namespace, name string, options metav1.GetOptions) (*catalogv1.App, error)

func (AppClient) List

func (AppClient) Patch

func (c AppClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *catalogv1.App, err error)

func (AppClient) Update

func (c AppClient) Update(app *catalogv1.App) (*catalogv1.App, error)

func (AppClient) UpdateStatus

func (c AppClient) UpdateStatus(*catalogv1.App) (*catalogv1.App, error)

func (AppClient) Watch

type BackingImageCache added in v1.4.0

type BackingImageCache func(string) longhornv1beta2.BackingImageInterface

func (BackingImageCache) AddIndexer added in v1.4.0

func (BackingImageCache) Get added in v1.4.0

func (c BackingImageCache) Get(namespace, name string) (*longhorn.BackingImage, error)

func (BackingImageCache) GetByIndex added in v1.4.0

func (c BackingImageCache) GetByIndex(_, _ string) ([]*longhorn.BackingImage, error)

func (BackingImageCache) List added in v1.4.0

func (c BackingImageCache) List(namespace string, selector labels.Selector) ([]*longhorn.BackingImage, error)

type BackingImageClient added in v1.4.0

type BackingImageClient func(string) longhornv1beta2.BackingImageInterface

func (BackingImageClient) Create added in v1.4.0

func (BackingImageClient) Delete added in v1.4.0

func (c BackingImageClient) Delete(namespace, name string, options *metav1.DeleteOptions) error

func (BackingImageClient) Get added in v1.4.0

func (c BackingImageClient) Get(namespace, name string, options metav1.GetOptions) (*longhorn.BackingImage, error)

func (BackingImageClient) List added in v1.4.0

func (BackingImageClient) Patch added in v1.4.0

func (c BackingImageClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *longhorn.BackingImage, err error)

func (BackingImageClient) Update added in v1.4.0

func (BackingImageClient) UpdateStatus added in v1.4.0

func (BackingImageClient) Watch added in v1.4.0

func (c BackingImageClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)

func (BackingImageClient) WithImpersonation added in v1.4.0

type CloudweavSettingCache

type CloudweavSettingCache func() cloudweavtype.SettingInterface

func (CloudweavSettingCache) AddIndexer

func (CloudweavSettingCache) Get

func (CloudweavSettingCache) GetByIndex

func (c CloudweavSettingCache) GetByIndex(_, _ string) ([]*v1beta1.Setting, error)

func (CloudweavSettingCache) List

type CloudweavSettingClient

type CloudweavSettingClient func() cloudweavtype.SettingInterface

func (CloudweavSettingClient) Create

func (CloudweavSettingClient) Delete

func (c CloudweavSettingClient) Delete(name string, options *metav1.DeleteOptions) error

func (CloudweavSettingClient) Get

func (CloudweavSettingClient) List

func (CloudweavSettingClient) Patch

func (c CloudweavSettingClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.Setting, err error)

func (CloudweavSettingClient) Update

func (CloudweavSettingClient) UpdateStatus

func (c CloudweavSettingClient) UpdateStatus(_ *v1beta1.Setting) (*v1beta1.Setting, error)

func (CloudweavSettingClient) Watch

func (CloudweavSettingClient) WithImpersonation added in v1.4.0

type ClusterFlowCache

type ClusterFlowCache func() loggingv1type.ClusterFlowInterface

func (ClusterFlowCache) AddIndexer

func (ClusterFlowCache) Get

func (ClusterFlowCache) GetByIndex

func (c ClusterFlowCache) GetByIndex(_, _ string) ([]*loggingv1.ClusterFlow, error)

func (ClusterFlowCache) List

type ClusterFlowClient

type ClusterFlowClient func() loggingv1type.ClusterFlowInterface

func (ClusterFlowClient) Create

func (ClusterFlowClient) Delete

func (c ClusterFlowClient) Delete(_, name string, options *metav1.DeleteOptions) error

func (ClusterFlowClient) Get

func (c ClusterFlowClient) Get(_, name string, options metav1.GetOptions) (*loggingv1.ClusterFlow, error)

func (ClusterFlowClient) List

func (ClusterFlowClient) Patch

func (c ClusterFlowClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *loggingv1.ClusterFlow, err error)

func (ClusterFlowClient) Update

func (ClusterFlowClient) UpdateStatus

func (ClusterFlowClient) Watch

func (ClusterFlowClient) WithImpersonation added in v1.4.0

type ClusterOutputCache

type ClusterOutputCache func() loggingv1type.ClusterOutputInterface

func (ClusterOutputCache) AddIndexer

func (ClusterOutputCache) Get

func (ClusterOutputCache) GetByIndex

func (c ClusterOutputCache) GetByIndex(_, _ string) ([]*loggingv1.ClusterOutput, error)

func (ClusterOutputCache) List

type ClusterOutputClient

type ClusterOutputClient func() loggingv1type.ClusterOutputInterface

func (ClusterOutputClient) Create

func (ClusterOutputClient) Delete

func (c ClusterOutputClient) Delete(_, name string, options *metav1.DeleteOptions) error

func (ClusterOutputClient) Get

func (ClusterOutputClient) List

func (ClusterOutputClient) Patch

func (ClusterOutputClient) Update

func (ClusterOutputClient) UpdateStatus

func (ClusterOutputClient) Watch

func (ClusterOutputClient) WithImpersonation added in v1.4.0

type ConfigmapCache

type ConfigmapCache func(namespace string) corev1type.ConfigMapInterface

func (ConfigmapCache) AddIndexer

func (c ConfigmapCache) AddIndexer(_ string, _ generic.Indexer[*v1.ConfigMap])

func (ConfigmapCache) Get

func (c ConfigmapCache) Get(namespace, name string) (*v1.ConfigMap, error)

func (ConfigmapCache) GetByIndex

func (c ConfigmapCache) GetByIndex(_, _ string) ([]*v1.ConfigMap, error)

func (ConfigmapCache) List

func (c ConfigmapCache) List(namespace string, selector labels.Selector) ([]*v1.ConfigMap, error)

type ConfigmapClient

type ConfigmapClient func(namespace string) corev1type.ConfigMapInterface

func (ConfigmapClient) Create

func (c ConfigmapClient) Create(configMap *v1.ConfigMap) (*v1.ConfigMap, error)

func (ConfigmapClient) Delete

func (c ConfigmapClient) Delete(_, _ string, _ *metav1.DeleteOptions) error

func (ConfigmapClient) Get

func (c ConfigmapClient) Get(namespace, name string, opts metav1.GetOptions) (*v1.ConfigMap, error)

func (ConfigmapClient) List

func (c ConfigmapClient) List(namespace string, opts metav1.ListOptions) (*v1.ConfigMapList, error)

func (ConfigmapClient) Patch

func (c ConfigmapClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *v1.ConfigMap, err error)

func (ConfigmapClient) Update

func (c ConfigmapClient) Update(configMap *v1.ConfigMap) (*v1.ConfigMap, error)

func (ConfigmapClient) UpdateStatus added in v1.4.0

func (c ConfigmapClient) UpdateStatus(_ *v1.ConfigMap) (*v1.ConfigMap, error)

func (ConfigmapClient) Watch

func (ConfigmapClient) WithImpersonation added in v1.4.0

type ControllerRevisionCache

type ControllerRevisionCache func(string) appsv1.ControllerRevisionInterface

func (ControllerRevisionCache) AddIndexer

func (ControllerRevisionCache) Get

func (ControllerRevisionCache) GetByIndex

func (ControllerRevisionCache) List

type ControllerRevisionClient

type ControllerRevisionClient func(string) appsv1.ControllerRevisionInterface

func (ControllerRevisionClient) Create

func (ControllerRevisionClient) Delete

func (c ControllerRevisionClient) Delete(namespace, name string, _ *metav1.DeleteOptions) error

func (ControllerRevisionClient) Get

func (ControllerRevisionClient) List

func (ControllerRevisionClient) Patch

func (c ControllerRevisionClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *k8sappsv1.ControllerRevision, err error)

func (ControllerRevisionClient) Update

func (ControllerRevisionClient) UpdateStatus

func (ControllerRevisionClient) Watch

type CronJobCache added in v1.4.0

type CronJobCache func(string) batchv1type.CronJobInterface

func (CronJobCache) AddIndexer added in v1.4.0

func (c CronJobCache) AddIndexer(_ string, _ generic.Indexer[*batchv1.CronJob])

func (CronJobCache) Get added in v1.4.0

func (c CronJobCache) Get(namespace, name string) (*batchv1.CronJob, error)

func (CronJobCache) GetByIndex added in v1.4.0

func (c CronJobCache) GetByIndex(_, _ string) ([]*batchv1.CronJob, error)

func (CronJobCache) List added in v1.4.0

func (c CronJobCache) List(_ string, _ labels.Selector) ([]*batchv1.CronJob, error)

type CronJobClient added in v1.4.0

type CronJobClient func(string) batchv1type.CronJobInterface

func (CronJobClient) Create added in v1.4.0

func (c CronJobClient) Create(cronJob *batchv1.CronJob) (*batchv1.CronJob, error)

func (CronJobClient) Delete added in v1.4.0

func (c CronJobClient) Delete(_, _ string, _ *metav1.DeleteOptions) error

func (CronJobClient) Get added in v1.4.0

func (c CronJobClient) Get(namespace, name string, options metav1.GetOptions) (*batchv1.CronJob, error)

func (CronJobClient) List added in v1.4.0

func (CronJobClient) Patch added in v1.4.0

func (c CronJobClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *batchv1.CronJob, err error)

func (CronJobClient) Update added in v1.4.0

func (c CronJobClient) Update(cronJob *batchv1.CronJob) (*batchv1.CronJob, error)

func (CronJobClient) UpdateStatus added in v1.4.0

func (c CronJobClient) UpdateStatus(*batchv1.CronJob) (*batchv1.CronJob, error)

func (CronJobClient) Watch added in v1.4.0

func (CronJobClient) WithImpersonation added in v1.4.0

type DeploymentClient

type DeploymentClient func(string) appsv1type.DeploymentInterface

func (DeploymentClient) Create

func (c DeploymentClient) Create(deployment *appsv1.Deployment) (*appsv1.Deployment, error)

func (DeploymentClient) Delete

func (c DeploymentClient) Delete(_, _ string, _ *metav1.DeleteOptions) error

func (DeploymentClient) Get

func (c DeploymentClient) Get(namespace, name string, options metav1.GetOptions) (*appsv1.Deployment, error)

func (DeploymentClient) List

func (DeploymentClient) Patch

func (c DeploymentClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *appsv1.Deployment, err error)

func (DeploymentClient) Update

func (c DeploymentClient) Update(deployment *appsv1.Deployment) (*appsv1.Deployment, error)

func (DeploymentClient) UpdateStatus

func (DeploymentClient) Watch

func (DeploymentClient) WithImpersonation added in v1.4.0

type JobCache added in v1.4.0

type JobCache func(string) batchv1type.JobInterface

func (JobCache) AddIndexer added in v1.4.0

func (c JobCache) AddIndexer(_ string, _ generic.Indexer[*batchv1.Job])

func (JobCache) Get added in v1.4.0

func (c JobCache) Get(_, _ string) (*batchv1.Job, error)

func (JobCache) GetByIndex added in v1.4.0

func (c JobCache) GetByIndex(_, _ string) ([]*batchv1.Job, error)

func (JobCache) List added in v1.4.0

func (c JobCache) List(namespace string, selector labels.Selector) ([]*batchv1.Job, error)

type JobClient

type JobClient func(string) batchv1type.JobInterface

func (JobClient) Create

func (c JobClient) Create(*batchv1.Job) (*batchv1.Job, error)

func (JobClient) Delete

func (c JobClient) Delete(_, _ string, _ *metav1.DeleteOptions) error

func (JobClient) Get

func (c JobClient) Get(_, _ string, _ metav1.GetOptions) (*batchv1.Job, error)

func (JobClient) List

func (c JobClient) List(_ string, _ metav1.ListOptions) (*batchv1.Job, error)

func (JobClient) Patch

func (c JobClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *batchv1.Job, err error)

func (JobClient) Update

func (c JobClient) Update(job *batchv1.Job) (*batchv1.Job, error)

func (JobClient) UpdateStatus

func (c JobClient) UpdateStatus(*batchv1.Job) (*batchv1.Job, error)

func (JobClient) Watch

type LoggingCache

type LoggingCache func() loggingv1type.LoggingInterface

func (LoggingCache) AddIndexer

func (c LoggingCache) AddIndexer(_ string, _ generic.Indexer[*loggingv1.Logging])

func (LoggingCache) Get

func (c LoggingCache) Get(name string) (*loggingv1.Logging, error)

func (LoggingCache) GetByIndex

func (c LoggingCache) GetByIndex(_, _ string) ([]*loggingv1.Logging, error)

func (LoggingCache) List

type LoggingClient

type LoggingClient func() loggingv1type.LoggingInterface

func (LoggingClient) Create

func (c LoggingClient) Create(logging *loggingv1.Logging) (*loggingv1.Logging, error)

func (LoggingClient) Delete

func (c LoggingClient) Delete(name string, options *metav1.DeleteOptions) error

func (LoggingClient) Get

func (c LoggingClient) Get(name string, options metav1.GetOptions) (*loggingv1.Logging, error)

func (LoggingClient) List

func (LoggingClient) Patch

func (c LoggingClient) Patch(_ string, _ types.PatchType, _ []byte, _ ...string) (result *loggingv1.Logging, err error)

func (LoggingClient) Update

func (LoggingClient) UpdateStatus

func (c LoggingClient) UpdateStatus(_ *loggingv1.Logging) (*loggingv1.Logging, error)

func (LoggingClient) Watch

type LonghornReplicaCache

type LonghornReplicaCache func(string) lhtype.ReplicaInterface

func (LonghornReplicaCache) AddIndexer

func (LonghornReplicaCache) Get

func (c LonghornReplicaCache) Get(namespace, name string) (*lhv1beta2.Replica, error)

func (LonghornReplicaCache) GetByIndex

func (c LonghornReplicaCache) GetByIndex(_, _ string) ([]*lhv1beta2.Replica, error)

func (LonghornReplicaCache) List

func (c LonghornReplicaCache) List(namespace string, selector labels.Selector) ([]*lhv1beta2.Replica, error)

type LonghornReplicaClient

type LonghornReplicaClient func(string) lhtype.ReplicaInterface

func (LonghornReplicaClient) Create

func (LonghornReplicaClient) Delete

func (c LonghornReplicaClient) Delete(namespace, name string, options *metav1.DeleteOptions) error

func (LonghornReplicaClient) Get

func (c LonghornReplicaClient) Get(namespace, name string, options metav1.GetOptions) (*lhv1beta2.Replica, error)

func (LonghornReplicaClient) List

func (LonghornReplicaClient) Patch

func (c LonghornReplicaClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *lhv1beta2.Replica, err error)

func (LonghornReplicaClient) Update

func (LonghornReplicaClient) UpdateStatus

func (LonghornReplicaClient) Watch

func (c LonghornReplicaClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)

type LonghornSettingCache

type LonghornSettingCache func(string) lhtype.SettingInterface

func (LonghornSettingCache) AddIndexer

func (LonghornSettingCache) Get

func (c LonghornSettingCache) Get(namespace, name string) (*lhv1beta2.Setting, error)

func (LonghornSettingCache) GetByIndex

func (c LonghornSettingCache) GetByIndex(_, _ string) ([]*lhv1beta2.Setting, error)

func (LonghornSettingCache) List

type LonghornSettingClient

type LonghornSettingClient func(string) lhtype.SettingInterface

func (LonghornSettingClient) Create

func (LonghornSettingClient) Delete

func (c LonghornSettingClient) Delete(namespace, name string, options *metav1.DeleteOptions) error

func (LonghornSettingClient) Get

func (c LonghornSettingClient) Get(namespace, name string, options metav1.GetOptions) (*lhv1beta2.Setting, error)

func (LonghornSettingClient) List

func (LonghornSettingClient) Patch

func (c LonghornSettingClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *lhv1beta2.Setting, err error)

func (LonghornSettingClient) Update

func (LonghornSettingClient) UpdateStatus

func (LonghornSettingClient) Watch

func (c LonghornSettingClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)

func (LonghornSettingClient) WithImpersonation added in v1.4.0

type LonghornVolumeCache

type LonghornVolumeCache func(string) longhornv1beta2.VolumeInterface

func (LonghornVolumeCache) AddIndexer

func (LonghornVolumeCache) Get

func (c LonghornVolumeCache) Get(namespace, name string) (*lhv1beta2.Volume, error)

func (LonghornVolumeCache) GetByIndex

func (c LonghornVolumeCache) GetByIndex(_, _ string) ([]*lhv1beta2.Volume, error)

func (LonghornVolumeCache) List

func (c LonghornVolumeCache) List(namespace string, selector labels.Selector) ([]*lhv1beta2.Volume, error)

type LonghornVolumeClient

type LonghornVolumeClient func(string) longhornv1beta2.VolumeInterface

func (LonghornVolumeClient) Create

func (LonghornVolumeClient) Delete

func (c LonghornVolumeClient) Delete(namespace, name string, options *metav1.DeleteOptions) error

func (LonghornVolumeClient) Get

func (c LonghornVolumeClient) Get(namespace, name string, options metav1.GetOptions) (*lhv1beta2.Volume, error)

func (LonghornVolumeClient) List

func (LonghornVolumeClient) Patch

func (c LonghornVolumeClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *lhv1beta2.Volume, err error)

func (LonghornVolumeClient) Update

func (LonghornVolumeClient) UpdateStatus

func (LonghornVolumeClient) Watch

func (c LonghornVolumeClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)

type ManagedChartCache

type ManagedChartCache func(string) mgmtv3type.ManagedChartInterface

func (ManagedChartCache) AddIndexer

func (ManagedChartCache) Get

func (c ManagedChartCache) Get(namespace, name string) (*mgmtv3.ManagedChart, error)

func (ManagedChartCache) GetByIndex

func (c ManagedChartCache) GetByIndex(_, _ string) ([]*mgmtv3.ManagedChart, error)

func (ManagedChartCache) List

func (c ManagedChartCache) List(namespace string, selector labels.Selector) ([]*mgmtv3.ManagedChart, error)

type ManagedChartClient

type ManagedChartClient func(string) mgmtv3type.ManagedChartInterface

func (ManagedChartClient) Create

func (c ManagedChartClient) Create(managedChart *mgmtv3.ManagedChart) (*mgmtv3.ManagedChart, error)

func (ManagedChartClient) Delete

func (c ManagedChartClient) Delete(namespace, name string, options *metav1.DeleteOptions) error

func (ManagedChartClient) Get

func (c ManagedChartClient) Get(namespace, name string, options metav1.GetOptions) (*mgmtv3.ManagedChart, error)

func (ManagedChartClient) List

func (ManagedChartClient) Patch

func (c ManagedChartClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *mgmtv3.ManagedChart, err error)

func (ManagedChartClient) Update

func (c ManagedChartClient) Update(managedChart *mgmtv3.ManagedChart) (*mgmtv3.ManagedChart, error)

func (ManagedChartClient) UpdateStatus

func (ManagedChartClient) Watch

func (ManagedChartClient) WithImpersonation added in v1.4.0

type NamespaceCache

type NamespaceCache func() corev1type.NamespaceInterface

func (NamespaceCache) AddIndexer

func (c NamespaceCache) AddIndexer(_ string, _ generic.Indexer[*v1.Namespace])

func (NamespaceCache) Get

func (c NamespaceCache) Get(name string) (*v1.Namespace, error)

func (NamespaceCache) GetByIndex

func (c NamespaceCache) GetByIndex(_, _ string) ([]*v1.Namespace, error)

func (NamespaceCache) List

func (c NamespaceCache) List(selector labels.Selector) ([]*v1.Namespace, error)

type NamespaceClient

type NamespaceClient func() corev1type.NamespaceInterface

func (NamespaceClient) Create

func (c NamespaceClient) Create(namespace *v1.Namespace) (*v1.Namespace, error)

func (NamespaceClient) Delete

func (NamespaceClient) Get

func (c NamespaceClient) Get(name string, options metav1.GetOptions) (*v1.Namespace, error)

func (NamespaceClient) List

func (NamespaceClient) Patch

func (c NamespaceClient) Patch(_ string, _ types.PatchType, _ []byte, _ ...string) (result *v1.Namespace, err error)

func (NamespaceClient) Update

func (c NamespaceClient) Update(namespace *v1.Namespace) (*v1.Namespace, error)

func (NamespaceClient) UpdateStatus

func (c NamespaceClient) UpdateStatus(*v1.Namespace) (*v1.Namespace, error)

func (NamespaceClient) Watch

type NetworkAttachmentDefinitionCache

type NetworkAttachmentDefinitionCache func(namespace string) cnitype.NetworkAttachmentDefinitionInterface

func (NetworkAttachmentDefinitionCache) AddIndexer

func (NetworkAttachmentDefinitionCache) Get

func (NetworkAttachmentDefinitionCache) GetByIndex

func (NetworkAttachmentDefinitionCache) List

type NodeCache

type NodeCache func() corev1type.NodeInterface

func (NodeCache) AddIndexer

func (c NodeCache) AddIndexer(_ string, _ generic.Indexer[*v1.Node])

func (NodeCache) Get

func (c NodeCache) Get(name string) (*v1.Node, error)

func (NodeCache) GetByIndex

func (c NodeCache) GetByIndex(_, _ string) ([]*v1.Node, error)

func (NodeCache) List

func (c NodeCache) List(selector labels.Selector) ([]*v1.Node, error)

type NodeClient

type NodeClient func() corev1type.NodeInterface

func (NodeClient) Create

func (c NodeClient) Create(node *v1.Node) (*v1.Node, error)

func (NodeClient) Delete

func (c NodeClient) Delete(_ string, _ *metav1.DeleteOptions) error

func (NodeClient) Get

func (c NodeClient) Get(name string, options metav1.GetOptions) (*v1.Node, error)

func (NodeClient) List

func (NodeClient) Patch

func (c NodeClient) Patch(_ string, _ types.PatchType, _ []byte, _ ...string) (result *v1.Node, err error)

func (NodeClient) Update

func (c NodeClient) Update(node *v1.Node) (*v1.Node, error)

func (NodeClient) UpdateStatus

func (c NodeClient) UpdateStatus(*v1.Node) (*v1.Node, error)

func (NodeClient) Watch

func (NodeClient) WithImpersonation added in v1.4.0

type PersistentVolumeClaimCache

type PersistentVolumeClaimCache func(string) v1.PersistentVolumeClaimInterface

func (PersistentVolumeClaimCache) AddIndexer

func (PersistentVolumeClaimCache) Get

func (PersistentVolumeClaimCache) GetByIndex

func (PersistentVolumeClaimCache) List

type PersistentVolumeClaimClient

type PersistentVolumeClaimClient func(string) v1.PersistentVolumeClaimInterface

func (PersistentVolumeClaimClient) Create

func (PersistentVolumeClaimClient) Delete

func (c PersistentVolumeClaimClient) Delete(namespace, name string, options *metav1.DeleteOptions) error

func (PersistentVolumeClaimClient) Get

func (PersistentVolumeClaimClient) List

func (PersistentVolumeClaimClient) Patch

func (c PersistentVolumeClaimClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *corev1.PersistentVolumeClaim, err error)

func (PersistentVolumeClaimClient) Update

func (PersistentVolumeClaimClient) UpdateStatus

func (PersistentVolumeClaimClient) Watch

type PlanCache

type PlanCache func(string) upgradev1.PlanInterface

func (PlanCache) AddIndexer

func (c PlanCache) AddIndexer(_ string, _ generic.Indexer[*upgradeapiv1.Plan])

func (PlanCache) Get

func (c PlanCache) Get(namespace, name string) (*upgradeapiv1.Plan, error)

func (PlanCache) GetByIndex

func (c PlanCache) GetByIndex(_, _ string) ([]*upgradeapiv1.Plan, error)

func (PlanCache) List

func (c PlanCache) List(_ string, _ labels.Selector) ([]*upgradeapiv1.Plan, error)

type PlanClient

type PlanClient func(string) upgradev1.PlanInterface

func (PlanClient) Create

func (c PlanClient) Create(plan *upgradeapiv1.Plan) (*upgradeapiv1.Plan, error)

func (PlanClient) Delete

func (c PlanClient) Delete(_, _ string, _ *metav1.DeleteOptions) error

func (PlanClient) Get

func (c PlanClient) Get(namespace, name string, options metav1.GetOptions) (*upgradeapiv1.Plan, error)

func (PlanClient) List

func (PlanClient) Patch

func (c PlanClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *upgradeapiv1.Plan, err error)

func (PlanClient) Update

func (c PlanClient) Update(plan *upgradeapiv1.Plan) (*upgradeapiv1.Plan, error)

func (PlanClient) UpdateStatus

func (c PlanClient) UpdateStatus(*upgradeapiv1.Plan) (*upgradeapiv1.Plan, error)

func (PlanClient) Watch

func (PlanClient) WithImpersonation added in v1.4.0

type ResourceQuotaCache

type ResourceQuotaCache func(string) corev1type.ResourceQuotaInterface

func (ResourceQuotaCache) AddIndexer

func (ResourceQuotaCache) Get

func (c ResourceQuotaCache) Get(namespace, name string) (*v1.ResourceQuota, error)

func (ResourceQuotaCache) GetByIndex

func (c ResourceQuotaCache) GetByIndex(_, _ string) ([]*v1.ResourceQuota, error)

func (ResourceQuotaCache) List

func (c ResourceQuotaCache) List(namespace string, selector labels.Selector) ([]*v1.ResourceQuota, error)

type ResourceQuotaClient

type ResourceQuotaClient func(string) corev1type.ResourceQuotaInterface

func (ResourceQuotaClient) Create

func (ResourceQuotaClient) Delete

func (ResourceQuotaClient) Get

func (c ResourceQuotaClient) Get(namespace string, name string, options metav1.GetOptions) (*v1.ResourceQuota, error)

func (ResourceQuotaClient) List

func (ResourceQuotaClient) Patch

func (c ResourceQuotaClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *v1.ResourceQuota, err error)

func (ResourceQuotaClient) Update

func (ResourceQuotaClient) UpdateStatus

func (ResourceQuotaClient) Watch

func (ResourceQuotaClient) WithImpersonation added in v1.4.0

type SVMBackupCache added in v1.4.0

type SVMBackupCache func(string) cloudweavtype.ScheduleVMBackupInterface

func (SVMBackupCache) AddIndexer added in v1.4.0

func (SVMBackupCache) Get added in v1.4.0

func (c SVMBackupCache) Get(namespace, name string) (*cloudweavv1beta1.ScheduleVMBackup, error)

func (SVMBackupCache) GetByIndex added in v1.4.0

func (c SVMBackupCache) GetByIndex(indexName, key string) ([]*cloudweavv1beta1.ScheduleVMBackup, error)

func (SVMBackupCache) List added in v1.4.0

func (c SVMBackupCache) List(namespace string, selector labels.Selector) ([]*cloudweavv1beta1.ScheduleVMBackup, error)

type SVMBackupClient added in v1.4.0

type SVMBackupClient func(string) cloudweavtype.ScheduleVMBackupInterface

func (SVMBackupClient) Create added in v1.4.0

func (SVMBackupClient) Delete added in v1.4.0

func (c SVMBackupClient) Delete(namespace, name string, options *metav1.DeleteOptions) error

func (SVMBackupClient) Get added in v1.4.0

func (c SVMBackupClient) Get(namespace, name string, options metav1.GetOptions) (*cloudweavv1beta1.ScheduleVMBackup, error)

func (SVMBackupClient) List added in v1.4.0

func (SVMBackupClient) Patch added in v1.4.0

func (c SVMBackupClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *cloudweavv1beta1.ScheduleVMBackup, err error)

func (SVMBackupClient) Update added in v1.4.0

func (SVMBackupClient) UpdateStatus added in v1.4.0

func (SVMBackupClient) Watch added in v1.4.0

func (c SVMBackupClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)

type SecretCache added in v1.4.0

type SecretCache func(string) corev1type.SecretInterface

func (SecretCache) AddIndexer added in v1.4.0

func (c SecretCache) AddIndexer(_ string, _ generic.Indexer[*corev1.Secret])

func (SecretCache) Get added in v1.4.0

func (c SecretCache) Get(namespace, name string) (*corev1.Secret, error)

func (SecretCache) GetByIndex added in v1.4.0

func (c SecretCache) GetByIndex(_, _ string) ([]*corev1.Secret, error)

func (SecretCache) List added in v1.4.0

func (c SecretCache) List(namespace string, selector labels.Selector) ([]*corev1.Secret, error)

type SecretClient added in v1.4.0

type SecretClient func(string) corev1type.SecretInterface

func (SecretClient) Create added in v1.4.0

func (c SecretClient) Create(secret *corev1.Secret) (*corev1.Secret, error)

func (SecretClient) Delete added in v1.4.0

func (c SecretClient) Delete(namespace, name string, options *metav1.DeleteOptions) error

func (SecretClient) Get added in v1.4.0

func (c SecretClient) Get(namespace, name string, options metav1.GetOptions) (*corev1.Secret, error)

func (SecretClient) List added in v1.4.0

func (c SecretClient) List(namespace string, options metav1.ListOptions) (*corev1.SecretList, error)

func (SecretClient) Patch added in v1.4.0

func (c SecretClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (*corev1.Secret, error)

func (SecretClient) Update added in v1.4.0

func (c SecretClient) Update(secret *corev1.Secret) (*corev1.Secret, error)

func (SecretClient) UpdateStatus added in v1.4.0

func (c SecretClient) UpdateStatus(_ *corev1.Secret) (*corev1.Secret, error)

func (SecretClient) Watch added in v1.4.0

func (SecretClient) WithImpersonation added in v1.4.0

type ServiceCache

type ServiceCache func(string) v1.ServiceInterface

func (ServiceCache) AddIndexer

func (c ServiceCache) AddIndexer(_ string, _ generic.Indexer[*corev1.Service])

func (ServiceCache) Get

func (c ServiceCache) Get(namespace, name string) (*corev1.Service, error)

func (ServiceCache) GetByIndex

func (c ServiceCache) GetByIndex(_, _ string) ([]*corev1.Service, error)

func (ServiceCache) List

func (c ServiceCache) List(_ string, _ labels.Selector) ([]*corev1.Service, error)

type ServiceClient

type ServiceClient func(string) v1.ServiceInterface

func (ServiceClient) Create

func (c ServiceClient) Create(service *corev1.Service) (*corev1.Service, error)

func (ServiceClient) Delete

func (c ServiceClient) Delete(namespace, name string, options *metav1.DeleteOptions) error

func (ServiceClient) Get

func (c ServiceClient) Get(namespace, name string, options metav1.GetOptions) (*corev1.Service, error)

func (ServiceClient) List

func (c ServiceClient) List(namespace string, opts metav1.ListOptions) (*corev1.ServiceList, error)

func (ServiceClient) Patch

func (c ServiceClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *corev1.Service, err error)

func (ServiceClient) Update

func (c ServiceClient) Update(service *corev1.Service) (*corev1.Service, error)

func (ServiceClient) UpdateStatus

func (c ServiceClient) UpdateStatus(*corev1.Service) (*corev1.Service, error)

func (ServiceClient) Watch

func (c ServiceClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)

func (ServiceClient) WithImpersonation added in v1.4.0

type StorageClassCache

type StorageClassCache func() storagev1type.StorageClassInterface

func (StorageClassCache) AddIndexer

func (StorageClassCache) Get

func (StorageClassCache) GetByIndex

func (c StorageClassCache) GetByIndex(indexName, key string) ([]*storagev1.StorageClass, error)

func (StorageClassCache) List

type StorageClassClient

type StorageClassClient func() storagev1type.StorageClassInterface

func (StorageClassClient) Create

func (StorageClassClient) Delete

func (c StorageClassClient) Delete(name string, options *metav1.DeleteOptions) error

func (StorageClassClient) Get

func (StorageClassClient) List

func (StorageClassClient) Patch

func (c StorageClassClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *storagev1.StorageClass, err error)

func (StorageClassClient) Update

func (StorageClassClient) UpdateStatus

func (StorageClassClient) Watch

type SupportBundleCache

type SupportBundleCache func(string) harv1type.SupportBundleInterface

func (SupportBundleCache) AddIndexer

func (SupportBundleCache) Get

func (c SupportBundleCache) Get(namespace, name string) (*cloudweavv1.SupportBundle, error)

func (SupportBundleCache) GetByIndex

func (c SupportBundleCache) GetByIndex(_, _ string) ([]*cloudweavv1.SupportBundle, error)

func (SupportBundleCache) List

type SupportBundleClient

type SupportBundleClient func(string) harv1type.SupportBundleInterface

func (SupportBundleClient) AddGenericHandler

func (c SupportBundleClient) AddGenericHandler(_ context.Context, _ string, _ generic.Handler)

func (SupportBundleClient) AddGenericRemoveHandler

func (c SupportBundleClient) AddGenericRemoveHandler(_ context.Context, _ string, _ generic.Handler)

func (SupportBundleClient) Cache

func (SupportBundleClient) Create

func (SupportBundleClient) Delete

func (c SupportBundleClient) Delete(namespace, name string, _ *metav1.DeleteOptions) error

func (SupportBundleClient) Enqueue

func (c SupportBundleClient) Enqueue(_, _ string)

func (SupportBundleClient) EnqueueAfter

func (c SupportBundleClient) EnqueueAfter(_, _ string, _ time.Duration)

func (SupportBundleClient) Get

func (SupportBundleClient) GroupVersionKind

func (c SupportBundleClient) GroupVersionKind() schema.GroupVersionKind

func (SupportBundleClient) Informer

func (SupportBundleClient) List

func (SupportBundleClient) OnChange

func (SupportBundleClient) OnRemove

func (SupportBundleClient) Patch

func (c SupportBundleClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *cloudweavv1.SupportBundle, err error)

func (SupportBundleClient) Update

func (SupportBundleClient) UpdateStatus

func (SupportBundleClient) Updater

func (c SupportBundleClient) Updater() generic.Updater

func (SupportBundleClient) Watch

type UpgradeCache

type UpgradeCache func(string) harv1type.UpgradeInterface

func (UpgradeCache) AddIndexer

func (c UpgradeCache) AddIndexer(_ string, _ generic.Indexer[*cloudweavv1.Upgrade])

func (UpgradeCache) Get

func (c UpgradeCache) Get(namespace, name string) (*cloudweavv1.Upgrade, error)

func (UpgradeCache) GetByIndex

func (c UpgradeCache) GetByIndex(_, _ string) ([]*cloudweavv1.Upgrade, error)

func (UpgradeCache) List

func (c UpgradeCache) List(namespace string, selector labels.Selector) ([]*cloudweavv1.Upgrade, error)

type UpgradeClient

type UpgradeClient func(string) harv1type.UpgradeInterface

func (UpgradeClient) Create

func (UpgradeClient) Delete

func (c UpgradeClient) Delete(_, _ string, _ *metav1.DeleteOptions) error

func (UpgradeClient) Get

func (UpgradeClient) List

func (UpgradeClient) Patch

func (c UpgradeClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *cloudweavv1.Upgrade, err error)

func (UpgradeClient) Update

func (c UpgradeClient) Update(upgrade *cloudweavv1.Upgrade) (*cloudweavv1.Upgrade, error)

func (UpgradeClient) UpdateStatus

func (UpgradeClient) Watch

func (UpgradeClient) WithImpersonation added in v1.4.0

type UpgradeLogCache

type UpgradeLogCache func(string) harv1type.UpgradeLogInterface

func (UpgradeLogCache) AddIndexer

func (UpgradeLogCache) Get

func (c UpgradeLogCache) Get(namespace, name string) (*cloudweavv1.UpgradeLog, error)

func (UpgradeLogCache) GetByIndex

func (c UpgradeLogCache) GetByIndex(_, _ string) ([]*cloudweavv1.UpgradeLog, error)

func (UpgradeLogCache) List

type UpgradeLogClient

type UpgradeLogClient func(string) harv1type.UpgradeLogInterface

func (UpgradeLogClient) Create

func (UpgradeLogClient) Delete

func (c UpgradeLogClient) Delete(namespace, name string, options *metav1.DeleteOptions) error

func (UpgradeLogClient) Get

func (c UpgradeLogClient) Get(namespace, name string, options metav1.GetOptions) (*cloudweavv1.UpgradeLog, error)

func (UpgradeLogClient) List

func (UpgradeLogClient) Patch

func (c UpgradeLogClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *cloudweavv1.UpgradeLog, err error)

func (UpgradeLogClient) Update

func (UpgradeLogClient) UpdateStatus

func (UpgradeLogClient) Watch

func (UpgradeLogClient) WithImpersonation added in v1.4.0

type VMBackupCache

func (VMBackupCache) AddIndexer

func (VMBackupCache) Get

func (c VMBackupCache) Get(namespace, name string) (*cloudweavv1beta1.VirtualMachineBackup, error)

func (VMBackupCache) GetByIndex

func (c VMBackupCache) GetByIndex(indexName, key string) ([]*cloudweavv1beta1.VirtualMachineBackup, error)

func (VMBackupCache) List

type VMBackupClient

func (VMBackupClient) Delete

func (c VMBackupClient) Delete(namespace, name string, options *metav1.DeleteOptions) error

func (VMBackupClient) Get

func (VMBackupClient) List

func (VMBackupClient) Patch

func (c VMBackupClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *cloudweavv1beta1.VirtualMachineBackup, err error)

func (VMBackupClient) Watch

func (c VMBackupClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)

type VersionCache

type VersionCache func(string) harv1type.VersionInterface

func (VersionCache) AddIndexer

func (c VersionCache) AddIndexer(_ string, _ generic.Indexer[*cloudweavv1.Version])

func (VersionCache) Get

func (c VersionCache) Get(namespace, name string) (*cloudweavv1.Version, error)

func (VersionCache) GetByIndex

func (c VersionCache) GetByIndex(_, _ string) ([]*cloudweavv1.Version, error)

func (VersionCache) List

type VersionClient added in v1.4.0

type VersionClient func(string) harv1type.VersionInterface

func (VersionClient) Create added in v1.4.0

func (c VersionClient) Create(version *cloudweavv1.Version) (*cloudweavv1.Version, error)

func (VersionClient) Delete added in v1.4.0

func (c VersionClient) Delete(namespace, name string, options *metav1.DeleteOptions) error

func (VersionClient) Get added in v1.4.0

func (c VersionClient) Get(namespace, name string, options metav1.GetOptions) (*cloudweavv1.Version, error)

func (VersionClient) List added in v1.4.0

func (c VersionClient) List(namespace string, options metav1.ListOptions) (*cloudweavv1.VersionList, error)

func (VersionClient) Patch added in v1.4.0

func (c VersionClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *cloudweavv1.Version, err error)

func (VersionClient) Update added in v1.4.0

func (c VersionClient) Update(version *cloudweavv1.Version) (*cloudweavv1.Version, error)

func (VersionClient) UpdateStatus added in v1.4.0

func (c VersionClient) UpdateStatus(_ *cloudweavv1.Version) (*cloudweavv1.Version, error)

func (VersionClient) Watch added in v1.4.0

func (VersionClient) WithImpersonation added in v1.4.0

type VirtualMachineCache

type VirtualMachineCache func(string) kubevirtv1.VirtualMachineInterface

func (VirtualMachineCache) AddIndexer

func (VirtualMachineCache) Get

func (c VirtualMachineCache) Get(namespace, name string) (*kubevirtv1api.VirtualMachine, error)

func (VirtualMachineCache) GetByIndex

func (c VirtualMachineCache) GetByIndex(_, _ string) ([]*kubevirtv1api.VirtualMachine, error)

func (VirtualMachineCache) List

func (c VirtualMachineCache) List(namespace string, selector labels.Selector) ([]*kubevirtv1api.VirtualMachine, error)

type VirtualMachineClient

type VirtualMachineClient func(string) kubevirtv1.VirtualMachineInterface

func (VirtualMachineClient) AddGenericHandler

func (c VirtualMachineClient) AddGenericHandler(_ context.Context, _ string, _ generic.Handler)

func (VirtualMachineClient) AddGenericRemoveHandler

func (c VirtualMachineClient) AddGenericRemoveHandler(_ context.Context, _ string, _ generic.Handler)

func (VirtualMachineClient) Cache

func (VirtualMachineClient) Create

func (VirtualMachineClient) Delete

func (VirtualMachineClient) Enqueue

func (c VirtualMachineClient) Enqueue(_, _ string)

func (VirtualMachineClient) EnqueueAfter

func (c VirtualMachineClient) EnqueueAfter(_, _ string, _ time.Duration)

func (VirtualMachineClient) Get

func (c VirtualMachineClient) Get(namespace, name string, options metav1.GetOptions) (*kubevirtv1api.VirtualMachine, error)

func (VirtualMachineClient) GroupVersionKind

func (c VirtualMachineClient) GroupVersionKind() schema.GroupVersionKind

func (VirtualMachineClient) Informer

func (VirtualMachineClient) List

func (VirtualMachineClient) OnChange

func (VirtualMachineClient) OnRemove

func (VirtualMachineClient) Patch

func (c VirtualMachineClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *kubevirtv1api.VirtualMachine, err error)

func (VirtualMachineClient) Update

func (VirtualMachineClient) UpdateStatus

func (VirtualMachineClient) Updater

func (c VirtualMachineClient) Updater() generic.Updater

func (VirtualMachineClient) Watch

type VirtualMachineImageCache

type VirtualMachineImageCache func(string) harv1type.VirtualMachineImageInterface

func (VirtualMachineImageCache) AddIndexer

func (VirtualMachineImageCache) Get

func (VirtualMachineImageCache) GetByIndex

func (c VirtualMachineImageCache) GetByIndex(key, scName string) ([]*cloudweavv1.VirtualMachineImage, error)

func (VirtualMachineImageCache) List

type VirtualMachineImageClient

type VirtualMachineImageClient func(string) harv1type.VirtualMachineImageInterface

func (VirtualMachineImageClient) AddGenericHandler added in v1.4.0

func (c VirtualMachineImageClient) AddGenericHandler(_ context.Context, _ string, _ generic.Handler)

func (VirtualMachineImageClient) AddGenericRemoveHandler added in v1.4.0

func (c VirtualMachineImageClient) AddGenericRemoveHandler(_ context.Context, _ string, _ generic.Handler)

func (VirtualMachineImageClient) Cache added in v1.4.0

func (VirtualMachineImageClient) Create

func (VirtualMachineImageClient) Delete

func (VirtualMachineImageClient) Enqueue added in v1.4.0

func (c VirtualMachineImageClient) Enqueue(_, _ string)

func (VirtualMachineImageClient) EnqueueAfter added in v1.4.0

func (c VirtualMachineImageClient) EnqueueAfter(_, _ string, _ time.Duration)

func (VirtualMachineImageClient) Get

func (VirtualMachineImageClient) GroupVersionKind added in v1.4.0

func (c VirtualMachineImageClient) GroupVersionKind() schema.GroupVersionKind

func (VirtualMachineImageClient) Informer added in v1.4.0

func (VirtualMachineImageClient) List

func (VirtualMachineImageClient) OnChange added in v1.4.0

func (VirtualMachineImageClient) OnRemove added in v1.4.0

func (VirtualMachineImageClient) Patch

func (c VirtualMachineImageClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *cloudweavv1.VirtualMachineImage, err error)

func (VirtualMachineImageClient) Update

func (VirtualMachineImageClient) UpdateStatus

func (VirtualMachineImageClient) Updater added in v1.4.0

func (VirtualMachineImageClient) Watch

type VirtualMachineInstanceCache

type VirtualMachineInstanceCache func(string) kubevirtv1.VirtualMachineInstanceInterface

func (VirtualMachineInstanceCache) AddIndexer

func (VirtualMachineInstanceCache) Get

func (VirtualMachineInstanceCache) GetByIndex

func (VirtualMachineInstanceCache) List

type VirtualMachineInstanceClient

type VirtualMachineInstanceClient func(string) kubevirtv1.VirtualMachineInstanceInterface

func (VirtualMachineInstanceClient) Delete

func (VirtualMachineInstanceClient) Get

func (VirtualMachineInstanceClient) List

func (VirtualMachineInstanceClient) Patch

func (VirtualMachineInstanceClient) Watch

type VirtualMachineInstanceMigrationCache

type VirtualMachineInstanceMigrationCache func(string) kubevirttype.VirtualMachineInstanceMigrationInterface

func (VirtualMachineInstanceMigrationCache) AddIndexer

func (VirtualMachineInstanceMigrationCache) Get

func (VirtualMachineInstanceMigrationCache) GetByIndex

func (VirtualMachineInstanceMigrationCache) List

type VirtualMachineInstanceMigrationClient

type VirtualMachineInstanceMigrationClient func(string) kubevirttype.VirtualMachineInstanceMigrationInterface

func (VirtualMachineInstanceMigrationClient) Create

func (VirtualMachineInstanceMigrationClient) Delete

func (c VirtualMachineInstanceMigrationClient) Delete(namespace, name string, opts *metav1.DeleteOptions) error

func (VirtualMachineInstanceMigrationClient) Get

func (VirtualMachineInstanceMigrationClient) List

func (VirtualMachineInstanceMigrationClient) Patch

func (c VirtualMachineInstanceMigrationClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *kubevirtv1.VirtualMachineInstanceMigration, err error)

func (VirtualMachineInstanceMigrationClient) Update

func (VirtualMachineInstanceMigrationClient) UpdateStatus

func (VirtualMachineInstanceMigrationClient) Watch

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL