Documentation ¶
Index ¶
- type AddonCache
- func (c AddonCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1.Addon])
- func (c AddonCache) Get(namespace, name string) (*harvesterv1.Addon, error)
- func (c AddonCache) GetByIndex(_, _ string) ([]*harvesterv1.Addon, error)
- func (c AddonCache) List(namespace string, selector labels.Selector) ([]*harvesterv1.Addon, error)
- type AppCache
- type AppClient
- func (c AppClient) Create(app *catalogv1.App) (*catalogv1.App, error)
- func (c AppClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (c AppClient) Get(namespace, name string, options metav1.GetOptions) (*catalogv1.App, error)
- func (c AppClient) List(_ string, _ metav1.ListOptions) (*catalogv1.AppList, error)
- func (c AppClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *catalogv1.App, err error)
- func (c AppClient) Update(app *catalogv1.App) (*catalogv1.App, error)
- func (c AppClient) UpdateStatus(*catalogv1.App) (*catalogv1.App, error)
- func (c AppClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- type BackingImageCache
- func (c BackingImageCache) AddIndexer(_ string, _ generic.Indexer[*longhorn.BackingImage])
- func (c BackingImageCache) Get(namespace, name string) (*longhorn.BackingImage, error)
- func (c BackingImageCache) GetByIndex(_, _ string) ([]*longhorn.BackingImage, error)
- func (c BackingImageCache) List(namespace string, selector labels.Selector) ([]*longhorn.BackingImage, error)
- type BackingImageClient
- func (c BackingImageClient) Create(bi *longhorn.BackingImage) (*longhorn.BackingImage, error)
- func (c BackingImageClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c BackingImageClient) Get(namespace, name string, options metav1.GetOptions) (*longhorn.BackingImage, error)
- func (c BackingImageClient) List(namespace string, opts metav1.ListOptions) (*longhorn.BackingImageList, error)
- func (c BackingImageClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *longhorn.BackingImage, err error)
- func (c BackingImageClient) Update(bi *longhorn.BackingImage) (*longhorn.BackingImage, error)
- func (c BackingImageClient) UpdateStatus(bi *longhorn.BackingImage) (*longhorn.BackingImage, error)
- func (c BackingImageClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c BackingImageClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*longhorn.BackingImage, *longhorn.BackingImageList], ...)
- type ClusterFlowCache
- func (c ClusterFlowCache) AddIndexer(_ string, _ generic.Indexer[*loggingv1.ClusterFlow])
- func (c ClusterFlowCache) Get(_, _ string) (*loggingv1.ClusterFlow, error)
- func (c ClusterFlowCache) GetByIndex(_, _ string) ([]*loggingv1.ClusterFlow, error)
- func (c ClusterFlowCache) List(_ string, _ labels.Selector) ([]*loggingv1.ClusterFlow, error)
- type ClusterFlowClient
- func (c ClusterFlowClient) Create(clusterFlow *loggingv1.ClusterFlow) (*loggingv1.ClusterFlow, error)
- func (c ClusterFlowClient) Delete(_, name string, options *metav1.DeleteOptions) error
- func (c ClusterFlowClient) Get(_, name string, options metav1.GetOptions) (*loggingv1.ClusterFlow, error)
- func (c ClusterFlowClient) List(_ string, _ metav1.ListOptions) (*loggingv1.ClusterFlowList, error)
- func (c ClusterFlowClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *loggingv1.ClusterFlow, err error)
- func (c ClusterFlowClient) Update(*loggingv1.ClusterFlow) (*loggingv1.ClusterFlow, error)
- func (c ClusterFlowClient) UpdateStatus(*loggingv1.ClusterFlow) (*loggingv1.ClusterFlow, error)
- func (c ClusterFlowClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c ClusterFlowClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*loggingv1.ClusterFlow, *loggingv1.ClusterFlowList], ...)
- type ClusterOutputCache
- func (c ClusterOutputCache) AddIndexer(_ string, _ generic.Indexer[*loggingv1.ClusterOutput])
- func (c ClusterOutputCache) Get(_, _ string) (*loggingv1.ClusterOutput, error)
- func (c ClusterOutputCache) GetByIndex(_, _ string) ([]*loggingv1.ClusterOutput, error)
- func (c ClusterOutputCache) List(_ string, _ labels.Selector) ([]*loggingv1.ClusterOutput, error)
- type ClusterOutputClient
- func (c ClusterOutputClient) Create(clusterOutput *loggingv1.ClusterOutput) (*loggingv1.ClusterOutput, error)
- func (c ClusterOutputClient) Delete(_, name string, options *metav1.DeleteOptions) error
- func (c ClusterOutputClient) Get(_, name string, options metav1.GetOptions) (*loggingv1.ClusterOutput, error)
- func (c ClusterOutputClient) List(_ string, _ metav1.ListOptions) (*loggingv1.ClusterOutputList, error)
- func (c ClusterOutputClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (*loggingv1.ClusterOutput, error)
- func (c ClusterOutputClient) Update(*loggingv1.ClusterOutput) (*loggingv1.ClusterOutput, error)
- func (c ClusterOutputClient) UpdateStatus(*loggingv1.ClusterOutput) (*loggingv1.ClusterOutput, error)
- func (c ClusterOutputClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c ClusterOutputClient) WithImpersonation(_ rest.ImpersonationConfig) (...)
- type ConfigmapCache
- func (c ConfigmapCache) AddIndexer(_ string, _ generic.Indexer[*v1.ConfigMap])
- func (c ConfigmapCache) Get(namespace, name string) (*v1.ConfigMap, error)
- func (c ConfigmapCache) GetByIndex(_, _ string) ([]*v1.ConfigMap, error)
- func (c ConfigmapCache) List(namespace string, selector labels.Selector) ([]*v1.ConfigMap, error)
- type ConfigmapClient
- func (c ConfigmapClient) Create(configMap *v1.ConfigMap) (*v1.ConfigMap, error)
- func (c ConfigmapClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (c ConfigmapClient) Get(namespace, name string, opts metav1.GetOptions) (*v1.ConfigMap, error)
- func (c ConfigmapClient) List(namespace string, opts metav1.ListOptions) (*v1.ConfigMapList, error)
- func (c ConfigmapClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *v1.ConfigMap, err error)
- func (c ConfigmapClient) Update(configMap *v1.ConfigMap) (*v1.ConfigMap, error)
- func (c ConfigmapClient) UpdateStatus(_ *v1.ConfigMap) (*v1.ConfigMap, error)
- func (c ConfigmapClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c ConfigmapClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*v1.ConfigMap, *v1.ConfigMapList], error)
- type ControllerRevisionCache
- func (c ControllerRevisionCache) AddIndexer(_ string, _ generic.Indexer[*k8sappsv1.ControllerRevision])
- func (c ControllerRevisionCache) Get(namespace, name string) (*k8sappsv1.ControllerRevision, error)
- func (c ControllerRevisionCache) GetByIndex(_, _ string) ([]*k8sappsv1.ControllerRevision, error)
- func (c ControllerRevisionCache) List(_ string, _ labels.Selector) ([]*k8sappsv1.ControllerRevision, error)
- type ControllerRevisionClient
- func (c ControllerRevisionClient) Create(cr *k8sappsv1.ControllerRevision) (*k8sappsv1.ControllerRevision, error)
- func (c ControllerRevisionClient) Delete(namespace, name string, _ *metav1.DeleteOptions) error
- func (c ControllerRevisionClient) Get(namespace, name string, _ metav1.GetOptions) (*k8sappsv1.ControllerRevision, error)
- func (c ControllerRevisionClient) List(_ string, _ metav1.ListOptions) (*k8sappsv1.ControllerRevisionList, error)
- func (c ControllerRevisionClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *k8sappsv1.ControllerRevision, err error)
- func (c ControllerRevisionClient) Update(cr *k8sappsv1.ControllerRevision) (*k8sappsv1.ControllerRevision, error)
- func (c ControllerRevisionClient) UpdateStatus(_ *k8sappsv1.ControllerRevision) (*k8sappsv1.ControllerRevision, error)
- func (c ControllerRevisionClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c ControllerRevisionClient) WithImpersonation(_ rest.ImpersonationConfig) (...)
- type CronJobCache
- func (c CronJobCache) AddIndexer(_ string, _ generic.Indexer[*batchv1.CronJob])
- func (c CronJobCache) Get(namespace, name string) (*batchv1.CronJob, error)
- func (c CronJobCache) GetByIndex(_, _ string) ([]*batchv1.CronJob, error)
- func (c CronJobCache) List(_ string, _ labels.Selector) ([]*batchv1.CronJob, error)
- type CronJobClient
- func (c CronJobClient) Create(cronJob *batchv1.CronJob) (*batchv1.CronJob, error)
- func (c CronJobClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (c CronJobClient) Get(namespace, name string, options metav1.GetOptions) (*batchv1.CronJob, error)
- func (c CronJobClient) List(_ string, _ metav1.ListOptions) (*batchv1.CronJobList, error)
- func (c CronJobClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *batchv1.CronJob, err error)
- func (c CronJobClient) Update(cronJob *batchv1.CronJob) (*batchv1.CronJob, error)
- func (c CronJobClient) UpdateStatus(*batchv1.CronJob) (*batchv1.CronJob, error)
- func (c CronJobClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c CronJobClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*batchv1.CronJob, *batchv1.CronJobList], error)
- type DeploymentClient
- func (c DeploymentClient) Create(deployment *appsv1.Deployment) (*appsv1.Deployment, error)
- func (c DeploymentClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (c DeploymentClient) Get(namespace, name string, options metav1.GetOptions) (*appsv1.Deployment, error)
- func (c DeploymentClient) List(_ string, _ metav1.ListOptions) (*appsv1.DeploymentList, error)
- func (c DeploymentClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *appsv1.Deployment, err error)
- func (c DeploymentClient) Update(deployment *appsv1.Deployment) (*appsv1.Deployment, error)
- func (c DeploymentClient) UpdateStatus(*appsv1.Deployment) (*appsv1.Deployment, error)
- func (c DeploymentClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c DeploymentClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*appsv1.Deployment, *appsv1.DeploymentList], error)
- type HarvesterSettingCache
- func (c HarvesterSettingCache) AddIndexer(_ string, _ generic.Indexer[*v1beta1.Setting])
- func (c HarvesterSettingCache) Get(name string) (*v1beta1.Setting, error)
- func (c HarvesterSettingCache) GetByIndex(_, _ string) ([]*v1beta1.Setting, error)
- func (c HarvesterSettingCache) List(_ labels.Selector) ([]*v1beta1.Setting, error)
- type HarvesterSettingClient
- func (c HarvesterSettingClient) Create(s *v1beta1.Setting) (*v1beta1.Setting, error)
- func (c HarvesterSettingClient) Delete(name string, options *metav1.DeleteOptions) error
- func (c HarvesterSettingClient) Get(name string, options metav1.GetOptions) (*v1beta1.Setting, error)
- func (c HarvesterSettingClient) List(opts metav1.ListOptions) (*v1beta1.SettingList, error)
- func (c HarvesterSettingClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.Setting, err error)
- func (c HarvesterSettingClient) Update(s *v1beta1.Setting) (*v1beta1.Setting, error)
- func (c HarvesterSettingClient) UpdateStatus(_ *v1beta1.Setting) (*v1beta1.Setting, error)
- func (c HarvesterSettingClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
- func (c HarvesterSettingClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.NonNamespacedClientInterface[*v1beta1.Setting, *v1beta1.SettingList], ...)
- type JobCache
- type JobClient
- func (c JobClient) Create(*batchv1.Job) (*batchv1.Job, error)
- func (c JobClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (c JobClient) Get(_, _ string, _ metav1.GetOptions) (*batchv1.Job, error)
- func (c JobClient) List(_ string, _ metav1.ListOptions) (*batchv1.Job, error)
- func (c JobClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *batchv1.Job, err error)
- func (c JobClient) Update(job *batchv1.Job) (*batchv1.Job, error)
- func (c JobClient) UpdateStatus(*batchv1.Job) (*batchv1.Job, error)
- func (c JobClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- type LoggingCache
- func (c LoggingCache) AddIndexer(_ string, _ generic.Indexer[*loggingv1.Logging])
- func (c LoggingCache) Get(name string) (*loggingv1.Logging, error)
- func (c LoggingCache) GetByIndex(_, _ string) ([]*loggingv1.Logging, error)
- func (c LoggingCache) List(_ labels.Selector) ([]*loggingv1.Logging, error)
- type LoggingClient
- func (c LoggingClient) Create(logging *loggingv1.Logging) (*loggingv1.Logging, error)
- func (c LoggingClient) Delete(name string, options *metav1.DeleteOptions) error
- func (c LoggingClient) Get(name string, options metav1.GetOptions) (*loggingv1.Logging, error)
- func (c LoggingClient) List(_ metav1.ListOptions) (*loggingv1.LoggingList, error)
- func (c LoggingClient) Patch(_ string, _ types.PatchType, _ []byte, _ ...string) (result *loggingv1.Logging, err error)
- func (c LoggingClient) Update(_ *loggingv1.Logging) (*loggingv1.Logging, error)
- func (c LoggingClient) UpdateStatus(_ *loggingv1.Logging) (*loggingv1.Logging, error)
- func (c LoggingClient) Watch(_ metav1.ListOptions) (watch.Interface, error)
- func (c LoggingClient) WithImpersonation(_ rest.ImpersonationConfig) (...)
- type LonghornReplicaCache
- func (c LonghornReplicaCache) AddIndexer(_ string, _ generic.Indexer[*lhv1beta2.Replica])
- func (c LonghornReplicaCache) Get(namespace, name string) (*lhv1beta2.Replica, error)
- func (c LonghornReplicaCache) GetByIndex(_, _ string) ([]*lhv1beta2.Replica, error)
- func (c LonghornReplicaCache) List(namespace string, selector labels.Selector) ([]*lhv1beta2.Replica, error)
- type LonghornReplicaClient
- func (c LonghornReplicaClient) Create(replica *lhv1beta2.Replica) (*lhv1beta2.Replica, error)
- func (c LonghornReplicaClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c LonghornReplicaClient) Get(namespace, name string, options metav1.GetOptions) (*lhv1beta2.Replica, error)
- func (c LonghornReplicaClient) List(namespace string, opts metav1.ListOptions) (*lhv1beta2.ReplicaList, error)
- func (c LonghornReplicaClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *lhv1beta2.Replica, err error)
- func (c LonghornReplicaClient) Update(replica *lhv1beta2.Replica) (*lhv1beta2.Replica, error)
- func (c LonghornReplicaClient) UpdateStatus(_ *lhv1beta2.Replica) (*lhv1beta2.Replica, error)
- func (c LonghornReplicaClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type LonghornSettingCache
- func (c LonghornSettingCache) AddIndexer(_ string, _ generic.Indexer[*lhv1beta2.Setting])
- func (c LonghornSettingCache) Get(namespace, name string) (*lhv1beta2.Setting, error)
- func (c LonghornSettingCache) GetByIndex(_, _ string) ([]*lhv1beta2.Setting, error)
- func (c LonghornSettingCache) List(_ string, _ labels.Selector) ([]*lhv1beta2.Setting, error)
- type LonghornSettingClient
- func (c LonghornSettingClient) Create(setting *lhv1beta2.Setting) (*lhv1beta2.Setting, error)
- func (c LonghornSettingClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c LonghornSettingClient) Get(namespace, name string, options metav1.GetOptions) (*lhv1beta2.Setting, error)
- func (c LonghornSettingClient) List(namespace string, opts metav1.ListOptions) (*lhv1beta2.SettingList, error)
- func (c LonghornSettingClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *lhv1beta2.Setting, err error)
- func (c LonghornSettingClient) Update(setting *lhv1beta2.Setting) (*lhv1beta2.Setting, error)
- func (c LonghornSettingClient) UpdateStatus(_ *lhv1beta2.Setting) (*lhv1beta2.Setting, error)
- func (c LonghornSettingClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c LonghornSettingClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*lhv1beta2.Setting, *lhv1beta2.SettingList], error)
- type LonghornVolumeCache
- func (c LonghornVolumeCache) AddIndexer(_ string, _ generic.Indexer[*lhv1beta2.Volume])
- func (c LonghornVolumeCache) Get(namespace, name string) (*lhv1beta2.Volume, error)
- func (c LonghornVolumeCache) GetByIndex(_, _ string) ([]*lhv1beta2.Volume, error)
- func (c LonghornVolumeCache) List(namespace string, selector labels.Selector) ([]*lhv1beta2.Volume, error)
- type LonghornVolumeClient
- func (c LonghornVolumeClient) Create(volume *lhv1beta2.Volume) (*lhv1beta2.Volume, error)
- func (c LonghornVolumeClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c LonghornVolumeClient) Get(namespace, name string, options metav1.GetOptions) (*lhv1beta2.Volume, error)
- func (c LonghornVolumeClient) List(namespace string, opts metav1.ListOptions) (*lhv1beta2.VolumeList, error)
- func (c LonghornVolumeClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *lhv1beta2.Volume, err error)
- func (c LonghornVolumeClient) Update(volume *lhv1beta2.Volume) (*lhv1beta2.Volume, error)
- func (c LonghornVolumeClient) UpdateStatus(*lhv1beta2.Volume) (*lhv1beta2.Volume, error)
- func (c LonghornVolumeClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type ManagedChartCache
- func (c ManagedChartCache) AddIndexer(_ string, _ generic.Indexer[*mgmtv3.ManagedChart])
- func (c ManagedChartCache) Get(namespace, name string) (*mgmtv3.ManagedChart, error)
- func (c ManagedChartCache) GetByIndex(_, _ string) ([]*mgmtv3.ManagedChart, error)
- func (c ManagedChartCache) List(namespace string, selector labels.Selector) ([]*mgmtv3.ManagedChart, error)
- type ManagedChartClient
- func (c ManagedChartClient) Create(managedChart *mgmtv3.ManagedChart) (*mgmtv3.ManagedChart, error)
- func (c ManagedChartClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c ManagedChartClient) Get(namespace, name string, options metav1.GetOptions) (*mgmtv3.ManagedChart, error)
- func (c ManagedChartClient) List(_ string, _ metav1.ListOptions) (*mgmtv3.ManagedChartList, error)
- func (c ManagedChartClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *mgmtv3.ManagedChart, err error)
- func (c ManagedChartClient) Update(managedChart *mgmtv3.ManagedChart) (*mgmtv3.ManagedChart, error)
- func (c ManagedChartClient) UpdateStatus(*mgmtv3.ManagedChart) (*mgmtv3.ManagedChart, error)
- func (c ManagedChartClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c ManagedChartClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*mgmtv3.ManagedChart, *mgmtv3.ManagedChartList], error)
- type NamespaceCache
- type NamespaceClient
- func (c NamespaceClient) Create(namespace *v1.Namespace) (*v1.Namespace, error)
- func (c NamespaceClient) Delete(_ string, _ *metav1.DeleteOptions) error
- func (c NamespaceClient) Get(name string, options metav1.GetOptions) (*v1.Namespace, error)
- func (c NamespaceClient) List(metav1.ListOptions) (*v1.NamespaceList, error)
- func (c NamespaceClient) Patch(_ string, _ types.PatchType, _ []byte, _ ...string) (result *v1.Namespace, err error)
- func (c NamespaceClient) Update(namespace *v1.Namespace) (*v1.Namespace, error)
- func (c NamespaceClient) UpdateStatus(*v1.Namespace) (*v1.Namespace, error)
- func (c NamespaceClient) Watch(metav1.ListOptions) (watch.Interface, error)
- type NetworkAttachmentDefinitionCache
- func (c NetworkAttachmentDefinitionCache) AddIndexer(_ string, _ generic.Indexer[*cniv1.NetworkAttachmentDefinition])
- func (c NetworkAttachmentDefinitionCache) Get(namespace, name string) (*cniv1.NetworkAttachmentDefinition, error)
- func (c NetworkAttachmentDefinitionCache) GetByIndex(_, _ string) ([]*cniv1.NetworkAttachmentDefinition, error)
- func (c NetworkAttachmentDefinitionCache) List(namespace string, selector labels.Selector) ([]*cniv1.NetworkAttachmentDefinition, error)
- type NodeCache
- type NodeClient
- func (c NodeClient) Create(node *v1.Node) (*v1.Node, error)
- func (c NodeClient) Delete(_ string, _ *metav1.DeleteOptions) error
- func (c NodeClient) Get(name string, options metav1.GetOptions) (*v1.Node, error)
- func (c NodeClient) List(metav1.ListOptions) (*v1.NodeList, error)
- func (c NodeClient) Patch(_ string, _ types.PatchType, _ []byte, _ ...string) (result *v1.Node, err error)
- func (c NodeClient) Update(node *v1.Node) (*v1.Node, error)
- func (c NodeClient) UpdateStatus(*v1.Node) (*v1.Node, error)
- func (c NodeClient) Watch(metav1.ListOptions) (watch.Interface, error)
- func (c NodeClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.NonNamespacedClientInterface[*v1.Node, *v1.NodeList], error)
- type PersistentVolumeClaimCache
- func (c PersistentVolumeClaimCache) AddIndexer(_ string, _ generic.Indexer[*corev1.PersistentVolumeClaim])
- func (c PersistentVolumeClaimCache) Get(namespace, name string) (*corev1.PersistentVolumeClaim, error)
- func (c PersistentVolumeClaimCache) GetByIndex(_, _ string) ([]*corev1.PersistentVolumeClaim, error)
- func (c PersistentVolumeClaimCache) List(_ string, _ labels.Selector) ([]*corev1.PersistentVolumeClaim, error)
- type PersistentVolumeClaimClient
- func (c PersistentVolumeClaimClient) Create(volume *corev1.PersistentVolumeClaim) (*corev1.PersistentVolumeClaim, error)
- func (c PersistentVolumeClaimClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c PersistentVolumeClaimClient) Get(namespace, name string, options metav1.GetOptions) (*corev1.PersistentVolumeClaim, error)
- func (c PersistentVolumeClaimClient) List(namespace string, opts metav1.ListOptions) (*corev1.PersistentVolumeClaimList, error)
- func (c PersistentVolumeClaimClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *corev1.PersistentVolumeClaim, err error)
- func (c PersistentVolumeClaimClient) Update(volume *corev1.PersistentVolumeClaim) (*corev1.PersistentVolumeClaim, error)
- func (c PersistentVolumeClaimClient) UpdateStatus(*corev1.PersistentVolumeClaim) (*corev1.PersistentVolumeClaim, error)
- func (c PersistentVolumeClaimClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c PersistentVolumeClaimClient) WithImpersonation(_ rest.ImpersonationConfig) (...)
- type PlanCache
- func (c PlanCache) AddIndexer(_ string, _ generic.Indexer[*upgradeapiv1.Plan])
- func (c PlanCache) Get(namespace, name string) (*upgradeapiv1.Plan, error)
- func (c PlanCache) GetByIndex(_, _ string) ([]*upgradeapiv1.Plan, error)
- func (c PlanCache) List(_ string, _ labels.Selector) ([]*upgradeapiv1.Plan, error)
- type PlanClient
- func (c PlanClient) Create(plan *upgradeapiv1.Plan) (*upgradeapiv1.Plan, error)
- func (c PlanClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (c PlanClient) Get(namespace, name string, options metav1.GetOptions) (*upgradeapiv1.Plan, error)
- func (c PlanClient) List(_ string, _ metav1.ListOptions) (*upgradeapiv1.PlanList, error)
- func (c PlanClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *upgradeapiv1.Plan, err error)
- func (c PlanClient) Update(plan *upgradeapiv1.Plan) (*upgradeapiv1.Plan, error)
- func (c PlanClient) UpdateStatus(*upgradeapiv1.Plan) (*upgradeapiv1.Plan, error)
- func (c PlanClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c PlanClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*upgradeapiv1.Plan, *upgradeapiv1.PlanList], error)
- type ResourceQuotaCache
- func (c ResourceQuotaCache) AddIndexer(_ string, _ generic.Indexer[*v1.ResourceQuota])
- func (c ResourceQuotaCache) Get(namespace, name string) (*v1.ResourceQuota, error)
- func (c ResourceQuotaCache) GetByIndex(_, _ string) ([]*v1.ResourceQuota, error)
- func (c ResourceQuotaCache) List(namespace string, selector labels.Selector) ([]*v1.ResourceQuota, error)
- type ResourceQuotaClient
- func (c ResourceQuotaClient) Create(quota *v1.ResourceQuota) (*v1.ResourceQuota, error)
- func (c ResourceQuotaClient) Delete(_ string, _ string, _ *metav1.DeleteOptions) error
- func (c ResourceQuotaClient) Get(namespace string, name string, options metav1.GetOptions) (*v1.ResourceQuota, error)
- func (c ResourceQuotaClient) List(_ string, _ metav1.ListOptions) (*v1.ResourceQuotaList, error)
- func (c ResourceQuotaClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *v1.ResourceQuota, err error)
- func (c ResourceQuotaClient) Update(quota *v1.ResourceQuota) (*v1.ResourceQuota, error)
- func (c ResourceQuotaClient) UpdateStatus(*v1.ResourceQuota) (*v1.ResourceQuota, error)
- func (c ResourceQuotaClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c ResourceQuotaClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*v1.ResourceQuota, *v1.ResourceQuotaList], error)
- type SVMBackupCache
- func (c SVMBackupCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1beta1.ScheduleVMBackup])
- func (c SVMBackupCache) Get(namespace, name string) (*harvesterv1beta1.ScheduleVMBackup, error)
- func (c SVMBackupCache) GetByIndex(indexName, key string) ([]*harvesterv1beta1.ScheduleVMBackup, error)
- func (c SVMBackupCache) List(namespace string, selector labels.Selector) ([]*harvesterv1beta1.ScheduleVMBackup, error)
- type SVMBackupClient
- func (c SVMBackupClient) Create(svmBackup *harvesterv1beta1.ScheduleVMBackup) (*harvesterv1beta1.ScheduleVMBackup, error)
- func (c SVMBackupClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c SVMBackupClient) Get(namespace, name string, options metav1.GetOptions) (*harvesterv1beta1.ScheduleVMBackup, error)
- func (c SVMBackupClient) List(namespace string, opts metav1.ListOptions) (*harvesterv1beta1.ScheduleVMBackupList, error)
- func (c SVMBackupClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *harvesterv1beta1.ScheduleVMBackup, err error)
- func (c SVMBackupClient) Update(svmBackup *harvesterv1beta1.ScheduleVMBackup) (*harvesterv1beta1.ScheduleVMBackup, error)
- func (c SVMBackupClient) UpdateStatus(_ *harvesterv1beta1.ScheduleVMBackup) (*harvesterv1beta1.ScheduleVMBackup, error)
- func (c SVMBackupClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c SVMBackupClient) WithImpersonation(_ rest.ImpersonationConfig) (...)
- type SecretCache
- func (c SecretCache) AddIndexer(_ string, _ generic.Indexer[*corev1.Secret])
- func (c SecretCache) Get(namespace, name string) (*corev1.Secret, error)
- func (c SecretCache) GetByIndex(_, _ string) ([]*corev1.Secret, error)
- func (c SecretCache) List(namespace string, selector labels.Selector) ([]*corev1.Secret, error)
- type SecretClient
- func (c SecretClient) Create(secret *corev1.Secret) (*corev1.Secret, error)
- func (c SecretClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c SecretClient) Get(namespace, name string, options metav1.GetOptions) (*corev1.Secret, error)
- func (c SecretClient) List(namespace string, options metav1.ListOptions) (*corev1.SecretList, error)
- func (c SecretClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (*corev1.Secret, error)
- func (c SecretClient) Update(secret *corev1.Secret) (*corev1.Secret, error)
- func (c SecretClient) UpdateStatus(_ *corev1.Secret) (*corev1.Secret, error)
- func (c SecretClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c SecretClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*corev1.Secret, *corev1.SecretList], error)
- type ServiceCache
- func (c ServiceCache) AddIndexer(_ string, _ generic.Indexer[*corev1.Service])
- func (c ServiceCache) Get(namespace, name string) (*corev1.Service, error)
- func (c ServiceCache) GetByIndex(_, _ string) ([]*corev1.Service, error)
- func (c ServiceCache) List(_ string, _ labels.Selector) ([]*corev1.Service, error)
- type ServiceClient
- func (c ServiceClient) Create(service *corev1.Service) (*corev1.Service, error)
- func (c ServiceClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c ServiceClient) Get(namespace, name string, options metav1.GetOptions) (*corev1.Service, error)
- func (c ServiceClient) List(namespace string, opts metav1.ListOptions) (*corev1.ServiceList, error)
- func (c ServiceClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *corev1.Service, err error)
- func (c ServiceClient) Update(service *corev1.Service) (*corev1.Service, error)
- func (c ServiceClient) UpdateStatus(*corev1.Service) (*corev1.Service, error)
- func (c ServiceClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c ServiceClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*corev1.Service, *corev1.ServiceList], error)
- type StorageClassCache
- func (c StorageClassCache) AddIndexer(_ string, _ generic.Indexer[*storagev1.StorageClass])
- func (c StorageClassCache) Get(name string) (*storagev1.StorageClass, error)
- func (c StorageClassCache) GetByIndex(indexName, key string) ([]*storagev1.StorageClass, error)
- func (c StorageClassCache) List(selector labels.Selector) ([]*storagev1.StorageClass, error)
- type StorageClassClient
- func (c StorageClassClient) Create(s *storagev1.StorageClass) (*storagev1.StorageClass, error)
- func (c StorageClassClient) Delete(name string, options *metav1.DeleteOptions) error
- func (c StorageClassClient) Get(name string, options metav1.GetOptions) (*storagev1.StorageClass, error)
- func (c StorageClassClient) List(opts metav1.ListOptions) (*storagev1.StorageClassList, error)
- func (c StorageClassClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *storagev1.StorageClass, err error)
- func (c StorageClassClient) Update(s *storagev1.StorageClass) (*storagev1.StorageClass, error)
- func (c StorageClassClient) UpdateStatus(_ *storagev1.StorageClass) (*storagev1.StorageClass, error)
- func (c StorageClassClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
- func (c StorageClassClient) WithImpersonation(_ rest.ImpersonationConfig) (...)
- type SupportBundleCache
- func (c SupportBundleCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1.SupportBundle])
- func (c SupportBundleCache) Get(namespace, name string) (*harvesterv1.SupportBundle, error)
- func (c SupportBundleCache) GetByIndex(_, _ string) ([]*harvesterv1.SupportBundle, error)
- func (c SupportBundleCache) List(_ string, _ labels.Selector) ([]*harvesterv1.SupportBundle, error)
- type SupportBundleClient
- func (c SupportBundleClient) AddGenericHandler(_ context.Context, _ string, _ generic.Handler)
- func (c SupportBundleClient) AddGenericRemoveHandler(_ context.Context, _ string, _ generic.Handler)
- func (c SupportBundleClient) Cache() generic.CacheInterface[*harvesterv1.SupportBundle]
- func (c SupportBundleClient) Create(sb *harvesterv1.SupportBundle) (*harvesterv1.SupportBundle, error)
- func (c SupportBundleClient) Delete(namespace, name string, _ *metav1.DeleteOptions) error
- func (c SupportBundleClient) Enqueue(_, _ string)
- func (c SupportBundleClient) EnqueueAfter(_, _ string, _ time.Duration)
- func (c SupportBundleClient) Get(namespace, name string, _ metav1.GetOptions) (*harvesterv1.SupportBundle, error)
- func (c SupportBundleClient) GroupVersionKind() schema.GroupVersionKind
- func (c SupportBundleClient) Informer() cache.SharedIndexInformer
- func (c SupportBundleClient) List(_ string, _ metav1.ListOptions) (*harvesterv1.SupportBundleList, error)
- func (c SupportBundleClient) OnChange(_ context.Context, _ string, ...)
- func (c SupportBundleClient) OnRemove(_ context.Context, _ string, ...)
- func (c SupportBundleClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *harvesterv1.SupportBundle, err error)
- func (c SupportBundleClient) Update(sb *harvesterv1.SupportBundle) (*harvesterv1.SupportBundle, error)
- func (c SupportBundleClient) UpdateStatus(_ *harvesterv1.SupportBundle) (*harvesterv1.SupportBundle, error)
- func (c SupportBundleClient) Updater() generic.Updater
- func (c SupportBundleClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c SupportBundleClient) WithImpersonation(_ rest.ImpersonationConfig) (...)
- type UpgradeCache
- func (c UpgradeCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1.Upgrade])
- func (c UpgradeCache) Get(namespace, name string) (*harvesterv1.Upgrade, error)
- func (c UpgradeCache) GetByIndex(_, _ string) ([]*harvesterv1.Upgrade, error)
- func (c UpgradeCache) List(namespace string, selector labels.Selector) ([]*harvesterv1.Upgrade, error)
- type UpgradeClient
- func (c UpgradeClient) Create(*harvesterv1.Upgrade) (*harvesterv1.Upgrade, error)
- func (c UpgradeClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (c UpgradeClient) Get(_, _ string, _ metav1.GetOptions) (*harvesterv1.Upgrade, error)
- func (c UpgradeClient) List(_ string, _ metav1.ListOptions) (*harvesterv1.UpgradeList, error)
- func (c UpgradeClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *harvesterv1.Upgrade, err error)
- func (c UpgradeClient) Update(upgrade *harvesterv1.Upgrade) (*harvesterv1.Upgrade, error)
- func (c UpgradeClient) UpdateStatus(*harvesterv1.Upgrade) (*harvesterv1.Upgrade, error)
- func (c UpgradeClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c UpgradeClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*harvesterv1.Upgrade, *harvesterv1.UpgradeList], error)
- type UpgradeLogCache
- func (c UpgradeLogCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1.UpgradeLog])
- func (c UpgradeLogCache) Get(namespace, name string) (*harvesterv1.UpgradeLog, error)
- func (c UpgradeLogCache) GetByIndex(_, _ string) ([]*harvesterv1.UpgradeLog, error)
- func (c UpgradeLogCache) List(_ string, _ labels.Selector) ([]*harvesterv1.UpgradeLog, error)
- type UpgradeLogClient
- func (c UpgradeLogClient) Create(upgradeLog *harvesterv1.UpgradeLog) (*harvesterv1.UpgradeLog, error)
- func (c UpgradeLogClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c UpgradeLogClient) Get(namespace, name string, options metav1.GetOptions) (*harvesterv1.UpgradeLog, error)
- func (c UpgradeLogClient) List(_ string, _ metav1.ListOptions) (*harvesterv1.UpgradeLogList, error)
- func (c UpgradeLogClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *harvesterv1.UpgradeLog, err error)
- func (c UpgradeLogClient) Update(upgradeLog *harvesterv1.UpgradeLog) (*harvesterv1.UpgradeLog, error)
- func (c UpgradeLogClient) UpdateStatus(*harvesterv1.UpgradeLog) (*harvesterv1.UpgradeLog, error)
- func (c UpgradeLogClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c UpgradeLogClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*harvesterv1.UpgradeLog, *harvesterv1.UpgradeLogList], ...)
- type VMBackupCache
- func (c VMBackupCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1beta1.VirtualMachineBackup])
- func (c VMBackupCache) Get(namespace, name string) (*harvesterv1beta1.VirtualMachineBackup, error)
- func (c VMBackupCache) GetByIndex(indexName, key string) ([]*harvesterv1beta1.VirtualMachineBackup, error)
- func (c VMBackupCache) List(namespace string, selector labels.Selector) ([]*harvesterv1beta1.VirtualMachineBackup, error)
- type VMBackupClient
- func (c VMBackupClient) Create(vmBackup *harvesterv1beta1.VirtualMachineBackup) (*harvesterv1beta1.VirtualMachineBackup, error)
- func (c VMBackupClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c VMBackupClient) Get(namespace, name string, options metav1.GetOptions) (*harvesterv1beta1.VirtualMachineBackup, error)
- func (c VMBackupClient) List(namespace string, opts metav1.ListOptions) (*harvesterv1beta1.VirtualMachineBackupList, error)
- func (c VMBackupClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *harvesterv1beta1.VirtualMachineBackup, err error)
- func (c VMBackupClient) Update(volume *harvesterv1beta1.VirtualMachineBackup) (*harvesterv1beta1.VirtualMachineBackup, error)
- func (c VMBackupClient) UpdateStatus(_ *harvesterv1beta1.VirtualMachineBackup) (*harvesterv1beta1.VirtualMachineBackup, error)
- func (c VMBackupClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c VMBackupClient) WithImpersonation(_ rest.ImpersonationConfig) (...)
- type VersionCache
- func (c VersionCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1.Version])
- func (c VersionCache) Get(namespace, name string) (*harvesterv1.Version, error)
- func (c VersionCache) GetByIndex(_, _ string) ([]*harvesterv1.Version, error)
- func (c VersionCache) List(_ string, _ labels.Selector) ([]*harvesterv1.Version, error)
- type VersionClient
- func (c VersionClient) Create(version *harvesterv1.Version) (*harvesterv1.Version, error)
- func (c VersionClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c VersionClient) Get(namespace, name string, options metav1.GetOptions) (*harvesterv1.Version, error)
- func (c VersionClient) List(namespace string, options metav1.ListOptions) (*harvesterv1.VersionList, error)
- func (c VersionClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *harvesterv1.Version, err error)
- func (c VersionClient) Update(version *harvesterv1.Version) (*harvesterv1.Version, error)
- func (c VersionClient) UpdateStatus(_ *harvesterv1.Version) (*harvesterv1.Version, error)
- func (c VersionClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c VersionClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*harvesterv1.Version, *harvesterv1.VersionList], error)
- type VirtualMachineCache
- func (c VirtualMachineCache) AddIndexer(_ string, _ generic.Indexer[*kubevirtv1api.VirtualMachine])
- func (c VirtualMachineCache) Get(namespace, name string) (*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineCache) GetByIndex(_, _ string) ([]*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineCache) List(namespace string, selector labels.Selector) ([]*kubevirtv1api.VirtualMachine, error)
- type VirtualMachineClient
- func (c VirtualMachineClient) AddGenericHandler(_ context.Context, _ string, _ generic.Handler)
- func (c VirtualMachineClient) AddGenericRemoveHandler(_ context.Context, _ string, _ generic.Handler)
- func (c VirtualMachineClient) Cache() generic.CacheInterface[*kubevirtv1api.VirtualMachine]
- func (c VirtualMachineClient) Create(virtualMachine *kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (c VirtualMachineClient) Enqueue(_, _ string)
- func (c VirtualMachineClient) EnqueueAfter(_, _ string, _ time.Duration)
- func (c VirtualMachineClient) Get(namespace, name string, options metav1.GetOptions) (*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineClient) GroupVersionKind() schema.GroupVersionKind
- func (c VirtualMachineClient) Informer() cache.SharedIndexInformer
- func (c VirtualMachineClient) List(_ string, _ metav1.ListOptions) (*kubevirtv1api.VirtualMachineList, error)
- func (c VirtualMachineClient) OnChange(_ context.Context, _ string, ...)
- func (c VirtualMachineClient) OnRemove(_ context.Context, _ string, ...)
- func (c VirtualMachineClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *kubevirtv1api.VirtualMachine, err error)
- func (c VirtualMachineClient) Update(virtualMachine *kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineClient) UpdateStatus(_ *kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineClient) Updater() generic.Updater
- func (c VirtualMachineClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c VirtualMachineClient) WithImpersonation(_ rest.ImpersonationConfig) (...)
- type VirtualMachineImageCache
- func (c VirtualMachineImageCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1.VirtualMachineImage])
- func (c VirtualMachineImageCache) Get(namespace, name string) (*harvesterv1.VirtualMachineImage, error)
- func (c VirtualMachineImageCache) GetByIndex(key, scName string) ([]*harvesterv1.VirtualMachineImage, error)
- func (c VirtualMachineImageCache) List(namespace string, selector labels.Selector) ([]*harvesterv1.VirtualMachineImage, error)
- type VirtualMachineImageClient
- func (c VirtualMachineImageClient) AddGenericHandler(_ context.Context, _ string, _ generic.Handler)
- func (c VirtualMachineImageClient) AddGenericRemoveHandler(_ context.Context, _ string, _ generic.Handler)
- func (c VirtualMachineImageClient) Cache() generic.CacheInterface[*harvesterv1.VirtualMachineImage]
- func (c VirtualMachineImageClient) Create(virtualMachineImage *harvesterv1.VirtualMachineImage) (*harvesterv1.VirtualMachineImage, error)
- func (c VirtualMachineImageClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (c VirtualMachineImageClient) Enqueue(_, _ string)
- func (c VirtualMachineImageClient) EnqueueAfter(_, _ string, _ time.Duration)
- func (c VirtualMachineImageClient) Get(namespace, name string, options metav1.GetOptions) (*harvesterv1.VirtualMachineImage, error)
- func (c VirtualMachineImageClient) GroupVersionKind() schema.GroupVersionKind
- func (c VirtualMachineImageClient) Informer() cache.SharedIndexInformer
- func (c VirtualMachineImageClient) List(_ string, _ metav1.ListOptions) (*harvesterv1.VirtualMachineImageList, error)
- func (c VirtualMachineImageClient) OnChange(_ context.Context, _ string, ...)
- func (c VirtualMachineImageClient) OnRemove(_ context.Context, _ string, ...)
- func (c VirtualMachineImageClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *harvesterv1.VirtualMachineImage, err error)
- func (c VirtualMachineImageClient) Update(virtualMachineImage *harvesterv1.VirtualMachineImage) (*harvesterv1.VirtualMachineImage, error)
- func (c VirtualMachineImageClient) UpdateStatus(*harvesterv1.VirtualMachineImage) (*harvesterv1.VirtualMachineImage, error)
- func (c VirtualMachineImageClient) Updater() generic.Updater
- func (c VirtualMachineImageClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c VirtualMachineImageClient) WithImpersonation(_ rest.ImpersonationConfig) (...)
- type VirtualMachineInstanceCache
- func (c VirtualMachineInstanceCache) AddIndexer(_ string, _ generic.Indexer[*kubevirtv1api.VirtualMachineInstance])
- func (c VirtualMachineInstanceCache) Get(namespace, name string) (*kubevirtv1api.VirtualMachineInstance, error)
- func (c VirtualMachineInstanceCache) GetByIndex(_, _ string) ([]*kubevirtv1api.VirtualMachineInstance, error)
- func (c VirtualMachineInstanceCache) List(namespace string, selector labels.Selector) ([]*kubevirtv1api.VirtualMachineInstance, error)
- type VirtualMachineInstanceClient
- func (c VirtualMachineInstanceClient) Create(vmi *kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
- func (c VirtualMachineInstanceClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (c VirtualMachineInstanceClient) Get(namespace, name string, options metav1.GetOptions) (*kubevirtv1api.VirtualMachineInstance, error)
- func (c VirtualMachineInstanceClient) List(_ string, _ metav1.ListOptions) (*kubevirtv1api.VirtualMachineInstanceList, error)
- func (c VirtualMachineInstanceClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *kubevirtv1api.VirtualMachineInstance, err error)
- func (c VirtualMachineInstanceClient) Update(vmi *kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
- func (c VirtualMachineInstanceClient) UpdateStatus(*kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
- func (c VirtualMachineInstanceClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (c VirtualMachineInstanceClient) WithImpersonation(_ rest.ImpersonationConfig) (...)
- type VirtualMachineInstanceMigrationCache
- func (c VirtualMachineInstanceMigrationCache) AddIndexer(_ string, _ generic.Indexer[*kubevirtv1.VirtualMachineInstanceMigration])
- func (c VirtualMachineInstanceMigrationCache) Get(namespace, name string) (*kubevirtv1.VirtualMachineInstanceMigration, error)
- func (c VirtualMachineInstanceMigrationCache) GetByIndex(_, _ string) ([]*kubevirtv1.VirtualMachineInstanceMigration, error)
- func (c VirtualMachineInstanceMigrationCache) List(namespace string, selector labels.Selector) ([]*kubevirtv1.VirtualMachineInstanceMigration, error)
- type VirtualMachineInstanceMigrationClient
- func (c VirtualMachineInstanceMigrationClient) Create(virtualMachine *kubevirtv1.VirtualMachineInstanceMigration) (*kubevirtv1.VirtualMachineInstanceMigration, error)
- func (c VirtualMachineInstanceMigrationClient) Delete(namespace, name string, opts *metav1.DeleteOptions) error
- func (c VirtualMachineInstanceMigrationClient) Get(namespace, name string, opts metav1.GetOptions) (*kubevirtv1.VirtualMachineInstanceMigration, error)
- func (c VirtualMachineInstanceMigrationClient) List(namespace string, opts metav1.ListOptions) (*kubevirtv1.VirtualMachineInstanceMigrationList, error)
- func (c VirtualMachineInstanceMigrationClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *kubevirtv1.VirtualMachineInstanceMigration, err error)
- func (c VirtualMachineInstanceMigrationClient) Update(virtualMachine *kubevirtv1.VirtualMachineInstanceMigration) (*kubevirtv1.VirtualMachineInstanceMigration, error)
- func (c VirtualMachineInstanceMigrationClient) UpdateStatus(virtualMachine *kubevirtv1.VirtualMachineInstanceMigration) (*kubevirtv1.VirtualMachineInstanceMigration, error)
- func (c VirtualMachineInstanceMigrationClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c VirtualMachineInstanceMigrationClient) WithImpersonation(_ rest.ImpersonationConfig) (...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddonCache ¶ added in v1.1.2
type AddonCache func(string) harv1type.AddonInterface
func (AddonCache) AddIndexer ¶ added in v1.1.2
func (c AddonCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1.Addon])
func (AddonCache) Get ¶ added in v1.1.2
func (c AddonCache) Get(namespace, name string) (*harvesterv1.Addon, error)
func (AddonCache) GetByIndex ¶ added in v1.1.2
func (c AddonCache) GetByIndex(_, _ string) ([]*harvesterv1.Addon, error)
func (AddonCache) List ¶ added in v1.1.2
func (c AddonCache) List(namespace string, selector labels.Selector) ([]*harvesterv1.Addon, error)
type AppCache ¶ added in v1.2.0
type AppCache func(string) catalogv1type.AppInterface
func (AppCache) AddIndexer ¶ added in v1.2.0
func (AppCache) GetByIndex ¶ added in v1.2.0
type AppClient ¶ added in v1.2.2
type AppClient func(string) catalogv1type.AppInterface
func (AppClient) Delete ¶ added in v1.2.2
func (c AppClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (AppClient) UpdateStatus ¶ added in v1.2.2
type BackingImageCache ¶
type BackingImageCache func(string) longhornv1beta2.BackingImageInterface
func (BackingImageCache) AddIndexer ¶
func (c BackingImageCache) AddIndexer(_ string, _ generic.Indexer[*longhorn.BackingImage])
func (BackingImageCache) Get ¶
func (c BackingImageCache) Get(namespace, name string) (*longhorn.BackingImage, error)
func (BackingImageCache) GetByIndex ¶
func (c BackingImageCache) GetByIndex(_, _ string) ([]*longhorn.BackingImage, error)
func (BackingImageCache) List ¶
func (c BackingImageCache) List(namespace string, selector labels.Selector) ([]*longhorn.BackingImage, error)
type BackingImageClient ¶
type BackingImageClient func(string) longhornv1beta2.BackingImageInterface
func (BackingImageClient) Create ¶
func (c BackingImageClient) Create(bi *longhorn.BackingImage) (*longhorn.BackingImage, error)
func (BackingImageClient) Delete ¶
func (c BackingImageClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (BackingImageClient) Get ¶
func (c BackingImageClient) Get(namespace, name string, options metav1.GetOptions) (*longhorn.BackingImage, error)
func (BackingImageClient) List ¶
func (c BackingImageClient) List(namespace string, opts metav1.ListOptions) (*longhorn.BackingImageList, error)
func (BackingImageClient) Patch ¶
func (c BackingImageClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *longhorn.BackingImage, err error)
func (BackingImageClient) Update ¶
func (c BackingImageClient) Update(bi *longhorn.BackingImage) (*longhorn.BackingImage, error)
func (BackingImageClient) UpdateStatus ¶
func (c BackingImageClient) UpdateStatus(bi *longhorn.BackingImage) (*longhorn.BackingImage, error)
func (BackingImageClient) Watch ¶
func (c BackingImageClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (BackingImageClient) WithImpersonation ¶
func (c BackingImageClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*longhorn.BackingImage, *longhorn.BackingImageList], error)
type ClusterFlowCache ¶ added in v1.1.2
type ClusterFlowCache func() loggingv1type.ClusterFlowInterface
func (ClusterFlowCache) AddIndexer ¶ added in v1.1.2
func (c ClusterFlowCache) AddIndexer(_ string, _ generic.Indexer[*loggingv1.ClusterFlow])
func (ClusterFlowCache) Get ¶ added in v1.1.2
func (c ClusterFlowCache) Get(_, _ string) (*loggingv1.ClusterFlow, error)
func (ClusterFlowCache) GetByIndex ¶ added in v1.1.2
func (c ClusterFlowCache) GetByIndex(_, _ string) ([]*loggingv1.ClusterFlow, error)
func (ClusterFlowCache) List ¶ added in v1.1.2
func (c ClusterFlowCache) List(_ string, _ labels.Selector) ([]*loggingv1.ClusterFlow, error)
type ClusterFlowClient ¶ added in v1.1.2
type ClusterFlowClient func() loggingv1type.ClusterFlowInterface
func (ClusterFlowClient) Create ¶ added in v1.1.2
func (c ClusterFlowClient) Create(clusterFlow *loggingv1.ClusterFlow) (*loggingv1.ClusterFlow, error)
func (ClusterFlowClient) Delete ¶ added in v1.1.2
func (c ClusterFlowClient) Delete(_, name string, options *metav1.DeleteOptions) error
func (ClusterFlowClient) Get ¶ added in v1.1.2
func (c ClusterFlowClient) Get(_, name string, options metav1.GetOptions) (*loggingv1.ClusterFlow, error)
func (ClusterFlowClient) List ¶ added in v1.1.2
func (c ClusterFlowClient) List(_ string, _ metav1.ListOptions) (*loggingv1.ClusterFlowList, error)
func (ClusterFlowClient) Patch ¶ added in v1.1.2
func (c ClusterFlowClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *loggingv1.ClusterFlow, err error)
func (ClusterFlowClient) Update ¶ added in v1.1.2
func (c ClusterFlowClient) Update(*loggingv1.ClusterFlow) (*loggingv1.ClusterFlow, error)
func (ClusterFlowClient) UpdateStatus ¶ added in v1.1.2
func (c ClusterFlowClient) UpdateStatus(*loggingv1.ClusterFlow) (*loggingv1.ClusterFlow, error)
func (ClusterFlowClient) Watch ¶ added in v1.1.2
func (c ClusterFlowClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (ClusterFlowClient) WithImpersonation ¶
func (c ClusterFlowClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*loggingv1.ClusterFlow, *loggingv1.ClusterFlowList], error)
type ClusterOutputCache ¶ added in v1.1.2
type ClusterOutputCache func() loggingv1type.ClusterOutputInterface
func (ClusterOutputCache) AddIndexer ¶ added in v1.1.2
func (c ClusterOutputCache) AddIndexer(_ string, _ generic.Indexer[*loggingv1.ClusterOutput])
func (ClusterOutputCache) Get ¶ added in v1.1.2
func (c ClusterOutputCache) Get(_, _ string) (*loggingv1.ClusterOutput, error)
func (ClusterOutputCache) GetByIndex ¶ added in v1.1.2
func (c ClusterOutputCache) GetByIndex(_, _ string) ([]*loggingv1.ClusterOutput, error)
func (ClusterOutputCache) List ¶ added in v1.1.2
func (c ClusterOutputCache) List(_ string, _ labels.Selector) ([]*loggingv1.ClusterOutput, error)
type ClusterOutputClient ¶ added in v1.1.2
type ClusterOutputClient func() loggingv1type.ClusterOutputInterface
func (ClusterOutputClient) Create ¶ added in v1.1.2
func (c ClusterOutputClient) Create(clusterOutput *loggingv1.ClusterOutput) (*loggingv1.ClusterOutput, error)
func (ClusterOutputClient) Delete ¶ added in v1.1.2
func (c ClusterOutputClient) Delete(_, name string, options *metav1.DeleteOptions) error
func (ClusterOutputClient) Get ¶ added in v1.1.2
func (c ClusterOutputClient) Get(_, name string, options metav1.GetOptions) (*loggingv1.ClusterOutput, error)
func (ClusterOutputClient) List ¶ added in v1.1.2
func (c ClusterOutputClient) List(_ string, _ metav1.ListOptions) (*loggingv1.ClusterOutputList, error)
func (ClusterOutputClient) Patch ¶ added in v1.1.2
func (c ClusterOutputClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (*loggingv1.ClusterOutput, error)
func (ClusterOutputClient) Update ¶ added in v1.1.2
func (c ClusterOutputClient) Update(*loggingv1.ClusterOutput) (*loggingv1.ClusterOutput, error)
func (ClusterOutputClient) UpdateStatus ¶ added in v1.1.2
func (c ClusterOutputClient) UpdateStatus(*loggingv1.ClusterOutput) (*loggingv1.ClusterOutput, error)
func (ClusterOutputClient) Watch ¶ added in v1.1.2
func (c ClusterOutputClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (ClusterOutputClient) WithImpersonation ¶
func (c ClusterOutputClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*loggingv1.ClusterOutput, *loggingv1.ClusterOutputList], error)
type ConfigmapCache ¶ added in v1.0.0
type ConfigmapCache func(namespace string) corev1type.ConfigMapInterface
func (ConfigmapCache) AddIndexer ¶ added in v1.0.0
func (ConfigmapCache) Get ¶ added in v1.0.0
func (c ConfigmapCache) Get(namespace, name string) (*v1.ConfigMap, error)
func (ConfigmapCache) GetByIndex ¶ added in v1.0.0
func (c ConfigmapCache) GetByIndex(_, _ string) ([]*v1.ConfigMap, error)
type ConfigmapClient ¶ added in v1.0.0
type ConfigmapClient func(namespace string) corev1type.ConfigMapInterface
func (ConfigmapClient) Delete ¶ added in v1.0.0
func (c ConfigmapClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (ConfigmapClient) Get ¶ added in v1.0.0
func (c ConfigmapClient) Get(namespace, name string, opts metav1.GetOptions) (*v1.ConfigMap, error)
func (ConfigmapClient) List ¶ added in v1.0.0
func (c ConfigmapClient) List(namespace string, opts metav1.ListOptions) (*v1.ConfigMapList, error)
func (ConfigmapClient) UpdateStatus ¶
func (ConfigmapClient) Watch ¶ added in v1.0.0
func (c ConfigmapClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (ConfigmapClient) WithImpersonation ¶
func (c ConfigmapClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*v1.ConfigMap, *v1.ConfigMapList], error)
type ControllerRevisionCache ¶ added in v1.2.2
type ControllerRevisionCache func(string) appsv1.ControllerRevisionInterface
func (ControllerRevisionCache) AddIndexer ¶ added in v1.2.2
func (c ControllerRevisionCache) AddIndexer(_ string, _ generic.Indexer[*k8sappsv1.ControllerRevision])
func (ControllerRevisionCache) Get ¶ added in v1.2.2
func (c ControllerRevisionCache) Get(namespace, name string) (*k8sappsv1.ControllerRevision, error)
func (ControllerRevisionCache) GetByIndex ¶ added in v1.2.2
func (c ControllerRevisionCache) GetByIndex(_, _ string) ([]*k8sappsv1.ControllerRevision, error)
func (ControllerRevisionCache) List ¶ added in v1.2.2
func (c ControllerRevisionCache) List(_ string, _ labels.Selector) ([]*k8sappsv1.ControllerRevision, error)
type ControllerRevisionClient ¶ added in v1.2.2
type ControllerRevisionClient func(string) appsv1.ControllerRevisionInterface
func (ControllerRevisionClient) Create ¶ added in v1.2.2
func (c ControllerRevisionClient) Create(cr *k8sappsv1.ControllerRevision) (*k8sappsv1.ControllerRevision, error)
func (ControllerRevisionClient) Delete ¶ added in v1.2.2
func (c ControllerRevisionClient) Delete(namespace, name string, _ *metav1.DeleteOptions) error
func (ControllerRevisionClient) Get ¶ added in v1.2.2
func (c ControllerRevisionClient) Get(namespace, name string, _ metav1.GetOptions) (*k8sappsv1.ControllerRevision, error)
func (ControllerRevisionClient) List ¶ added in v1.2.2
func (c ControllerRevisionClient) List(_ string, _ metav1.ListOptions) (*k8sappsv1.ControllerRevisionList, error)
func (ControllerRevisionClient) Patch ¶ added in v1.2.2
func (c ControllerRevisionClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *k8sappsv1.ControllerRevision, err error)
func (ControllerRevisionClient) Update ¶ added in v1.2.2
func (c ControllerRevisionClient) Update(cr *k8sappsv1.ControllerRevision) (*k8sappsv1.ControllerRevision, error)
func (ControllerRevisionClient) UpdateStatus ¶ added in v1.2.2
func (c ControllerRevisionClient) UpdateStatus(_ *k8sappsv1.ControllerRevision) (*k8sappsv1.ControllerRevision, error)
func (ControllerRevisionClient) Watch ¶ added in v1.2.2
func (c ControllerRevisionClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (ControllerRevisionClient) WithImpersonation ¶
func (c ControllerRevisionClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*k8sappsv1.ControllerRevision, *k8sappsv1.ControllerRevisionList], error)
type CronJobCache ¶
type CronJobCache func(string) batchv1type.CronJobInterface
func (CronJobCache) AddIndexer ¶
func (CronJobCache) Get ¶
func (c CronJobCache) Get(namespace, name string) (*batchv1.CronJob, error)
func (CronJobCache) GetByIndex ¶
func (c CronJobCache) GetByIndex(_, _ string) ([]*batchv1.CronJob, error)
type CronJobClient ¶
type CronJobClient func(string) batchv1type.CronJobInterface
func (CronJobClient) Delete ¶
func (c CronJobClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (CronJobClient) Get ¶
func (c CronJobClient) Get(namespace, name string, options metav1.GetOptions) (*batchv1.CronJob, error)
func (CronJobClient) List ¶
func (c CronJobClient) List(_ string, _ metav1.ListOptions) (*batchv1.CronJobList, error)
func (CronJobClient) UpdateStatus ¶
func (CronJobClient) Watch ¶
func (c CronJobClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (CronJobClient) WithImpersonation ¶
func (c CronJobClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*batchv1.CronJob, *batchv1.CronJobList], error)
type DeploymentClient ¶ added in v1.1.2
type DeploymentClient func(string) appsv1type.DeploymentInterface
func (DeploymentClient) Create ¶ added in v1.1.2
func (c DeploymentClient) Create(deployment *appsv1.Deployment) (*appsv1.Deployment, error)
func (DeploymentClient) Delete ¶ added in v1.1.2
func (c DeploymentClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (DeploymentClient) Get ¶ added in v1.1.2
func (c DeploymentClient) Get(namespace, name string, options metav1.GetOptions) (*appsv1.Deployment, error)
func (DeploymentClient) List ¶ added in v1.1.2
func (c DeploymentClient) List(_ string, _ metav1.ListOptions) (*appsv1.DeploymentList, error)
func (DeploymentClient) Patch ¶ added in v1.1.2
func (c DeploymentClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *appsv1.Deployment, err error)
func (DeploymentClient) Update ¶ added in v1.1.2
func (c DeploymentClient) Update(deployment *appsv1.Deployment) (*appsv1.Deployment, error)
func (DeploymentClient) UpdateStatus ¶ added in v1.1.2
func (c DeploymentClient) UpdateStatus(*appsv1.Deployment) (*appsv1.Deployment, error)
func (DeploymentClient) Watch ¶ added in v1.1.2
func (c DeploymentClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (DeploymentClient) WithImpersonation ¶
func (c DeploymentClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*appsv1.Deployment, *appsv1.DeploymentList], error)
type HarvesterSettingCache ¶ added in v1.0.0
type HarvesterSettingCache func() harvestertype.SettingInterface
func (HarvesterSettingCache) AddIndexer ¶ added in v1.0.0
func (HarvesterSettingCache) Get ¶ added in v1.0.0
func (c HarvesterSettingCache) Get(name string) (*v1beta1.Setting, error)
func (HarvesterSettingCache) GetByIndex ¶ added in v1.0.0
func (c HarvesterSettingCache) GetByIndex(_, _ string) ([]*v1beta1.Setting, error)
type HarvesterSettingClient ¶ added in v1.0.0
type HarvesterSettingClient func() harvestertype.SettingInterface
func (HarvesterSettingClient) Delete ¶ added in v1.0.0
func (c HarvesterSettingClient) Delete(name string, options *metav1.DeleteOptions) error
func (HarvesterSettingClient) Get ¶ added in v1.0.0
func (c HarvesterSettingClient) Get(name string, options metav1.GetOptions) (*v1beta1.Setting, error)
func (HarvesterSettingClient) List ¶ added in v1.0.0
func (c HarvesterSettingClient) List(opts metav1.ListOptions) (*v1beta1.SettingList, error)
func (HarvesterSettingClient) UpdateStatus ¶ added in v1.0.0
func (HarvesterSettingClient) Watch ¶ added in v1.0.0
func (c HarvesterSettingClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
func (HarvesterSettingClient) WithImpersonation ¶
func (c HarvesterSettingClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.NonNamespacedClientInterface[*v1beta1.Setting, *v1beta1.SettingList], error)
type JobClient ¶
type JobClient func(string) batchv1type.JobInterface
type LoggingCache ¶ added in v1.1.2
type LoggingCache func() loggingv1type.LoggingInterface
func (LoggingCache) AddIndexer ¶ added in v1.1.2
func (LoggingCache) Get ¶ added in v1.1.2
func (c LoggingCache) Get(name string) (*loggingv1.Logging, error)
func (LoggingCache) GetByIndex ¶ added in v1.1.2
func (c LoggingCache) GetByIndex(_, _ string) ([]*loggingv1.Logging, error)
type LoggingClient ¶ added in v1.1.2
type LoggingClient func() loggingv1type.LoggingInterface
func (LoggingClient) Delete ¶ added in v1.1.2
func (c LoggingClient) Delete(name string, options *metav1.DeleteOptions) error
func (LoggingClient) Get ¶ added in v1.1.2
func (c LoggingClient) Get(name string, options metav1.GetOptions) (*loggingv1.Logging, error)
func (LoggingClient) List ¶ added in v1.1.2
func (c LoggingClient) List(_ metav1.ListOptions) (*loggingv1.LoggingList, error)
func (LoggingClient) UpdateStatus ¶ added in v1.1.2
func (LoggingClient) Watch ¶ added in v1.1.2
func (c LoggingClient) Watch(_ metav1.ListOptions) (watch.Interface, error)
func (LoggingClient) WithImpersonation ¶
func (c LoggingClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.NonNamespacedClientInterface[*loggingv1.Logging, *loggingv1.LoggingList], error)
type LonghornReplicaCache ¶ added in v1.1.2
type LonghornReplicaCache func(string) lhtype.ReplicaInterface
func (LonghornReplicaCache) AddIndexer ¶ added in v1.1.2
func (LonghornReplicaCache) Get ¶ added in v1.1.2
func (c LonghornReplicaCache) Get(namespace, name string) (*lhv1beta2.Replica, error)
func (LonghornReplicaCache) GetByIndex ¶ added in v1.1.2
func (c LonghornReplicaCache) GetByIndex(_, _ string) ([]*lhv1beta2.Replica, error)
type LonghornReplicaClient ¶ added in v1.1.2
type LonghornReplicaClient func(string) lhtype.ReplicaInterface
func (LonghornReplicaClient) Delete ¶ added in v1.1.2
func (c LonghornReplicaClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (LonghornReplicaClient) Get ¶ added in v1.1.2
func (c LonghornReplicaClient) Get(namespace, name string, options metav1.GetOptions) (*lhv1beta2.Replica, error)
func (LonghornReplicaClient) List ¶ added in v1.1.2
func (c LonghornReplicaClient) List(namespace string, opts metav1.ListOptions) (*lhv1beta2.ReplicaList, error)
func (LonghornReplicaClient) UpdateStatus ¶ added in v1.1.2
func (LonghornReplicaClient) Watch ¶ added in v1.1.2
func (c LonghornReplicaClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
type LonghornSettingCache ¶ added in v1.0.0
type LonghornSettingCache func(string) lhtype.SettingInterface
func (LonghornSettingCache) AddIndexer ¶ added in v1.0.0
func (LonghornSettingCache) Get ¶ added in v1.0.0
func (c LonghornSettingCache) Get(namespace, name string) (*lhv1beta2.Setting, error)
func (LonghornSettingCache) GetByIndex ¶ added in v1.0.0
func (c LonghornSettingCache) GetByIndex(_, _ string) ([]*lhv1beta2.Setting, error)
type LonghornSettingClient ¶ added in v1.0.0
type LonghornSettingClient func(string) lhtype.SettingInterface
func (LonghornSettingClient) Delete ¶ added in v1.0.0
func (c LonghornSettingClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (LonghornSettingClient) Get ¶ added in v1.0.0
func (c LonghornSettingClient) Get(namespace, name string, options metav1.GetOptions) (*lhv1beta2.Setting, error)
func (LonghornSettingClient) List ¶ added in v1.0.0
func (c LonghornSettingClient) List(namespace string, opts metav1.ListOptions) (*lhv1beta2.SettingList, error)
func (LonghornSettingClient) UpdateStatus ¶ added in v1.0.0
func (LonghornSettingClient) Watch ¶ added in v1.0.0
func (c LonghornSettingClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (LonghornSettingClient) WithImpersonation ¶
func (c LonghornSettingClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*lhv1beta2.Setting, *lhv1beta2.SettingList], error)
type LonghornVolumeCache ¶ added in v1.1.2
type LonghornVolumeCache func(string) longhornv1beta2.VolumeInterface
func (LonghornVolumeCache) AddIndexer ¶ added in v1.1.2
func (LonghornVolumeCache) Get ¶ added in v1.1.2
func (c LonghornVolumeCache) Get(namespace, name string) (*lhv1beta2.Volume, error)
func (LonghornVolumeCache) GetByIndex ¶ added in v1.1.2
func (c LonghornVolumeCache) GetByIndex(_, _ string) ([]*lhv1beta2.Volume, error)
type LonghornVolumeClient ¶ added in v1.1.2
type LonghornVolumeClient func(string) longhornv1beta2.VolumeInterface
func (LonghornVolumeClient) Delete ¶ added in v1.1.2
func (c LonghornVolumeClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (LonghornVolumeClient) Get ¶ added in v1.1.2
func (c LonghornVolumeClient) Get(namespace, name string, options metav1.GetOptions) (*lhv1beta2.Volume, error)
func (LonghornVolumeClient) List ¶ added in v1.1.2
func (c LonghornVolumeClient) List(namespace string, opts metav1.ListOptions) (*lhv1beta2.VolumeList, error)
func (LonghornVolumeClient) UpdateStatus ¶ added in v1.1.2
func (LonghornVolumeClient) Watch ¶ added in v1.1.2
func (c LonghornVolumeClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
type ManagedChartCache ¶ added in v1.1.2
type ManagedChartCache func(string) mgmtv3type.ManagedChartInterface
func (ManagedChartCache) AddIndexer ¶ added in v1.1.2
func (c ManagedChartCache) AddIndexer(_ string, _ generic.Indexer[*mgmtv3.ManagedChart])
func (ManagedChartCache) Get ¶ added in v1.1.2
func (c ManagedChartCache) Get(namespace, name string) (*mgmtv3.ManagedChart, error)
func (ManagedChartCache) GetByIndex ¶ added in v1.1.2
func (c ManagedChartCache) GetByIndex(_, _ string) ([]*mgmtv3.ManagedChart, error)
func (ManagedChartCache) List ¶ added in v1.1.2
func (c ManagedChartCache) List(namespace string, selector labels.Selector) ([]*mgmtv3.ManagedChart, error)
type ManagedChartClient ¶ added in v1.1.2
type ManagedChartClient func(string) mgmtv3type.ManagedChartInterface
func (ManagedChartClient) Create ¶ added in v1.1.2
func (c ManagedChartClient) Create(managedChart *mgmtv3.ManagedChart) (*mgmtv3.ManagedChart, error)
func (ManagedChartClient) Delete ¶ added in v1.1.2
func (c ManagedChartClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (ManagedChartClient) Get ¶ added in v1.1.2
func (c ManagedChartClient) Get(namespace, name string, options metav1.GetOptions) (*mgmtv3.ManagedChart, error)
func (ManagedChartClient) List ¶ added in v1.1.2
func (c ManagedChartClient) List(_ string, _ metav1.ListOptions) (*mgmtv3.ManagedChartList, error)
func (ManagedChartClient) Patch ¶ added in v1.1.2
func (c ManagedChartClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *mgmtv3.ManagedChart, err error)
func (ManagedChartClient) Update ¶ added in v1.1.2
func (c ManagedChartClient) Update(managedChart *mgmtv3.ManagedChart) (*mgmtv3.ManagedChart, error)
func (ManagedChartClient) UpdateStatus ¶ added in v1.1.2
func (c ManagedChartClient) UpdateStatus(*mgmtv3.ManagedChart) (*mgmtv3.ManagedChart, error)
func (ManagedChartClient) Watch ¶ added in v1.1.2
func (c ManagedChartClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (ManagedChartClient) WithImpersonation ¶
func (c ManagedChartClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*mgmtv3.ManagedChart, *mgmtv3.ManagedChartList], error)
type NamespaceCache ¶ added in v1.2.0
type NamespaceCache func() corev1type.NamespaceInterface
func (NamespaceCache) AddIndexer ¶ added in v1.2.0
func (NamespaceCache) Get ¶ added in v1.2.0
func (c NamespaceCache) Get(name string) (*v1.Namespace, error)
func (NamespaceCache) GetByIndex ¶ added in v1.2.0
func (c NamespaceCache) GetByIndex(_, _ string) ([]*v1.Namespace, error)
type NamespaceClient ¶ added in v1.2.0
type NamespaceClient func() corev1type.NamespaceInterface
func (NamespaceClient) Delete ¶ added in v1.2.0
func (c NamespaceClient) Delete(_ string, _ *metav1.DeleteOptions) error
func (NamespaceClient) Get ¶ added in v1.2.0
func (c NamespaceClient) Get(name string, options metav1.GetOptions) (*v1.Namespace, error)
func (NamespaceClient) List ¶ added in v1.2.0
func (c NamespaceClient) List(metav1.ListOptions) (*v1.NamespaceList, error)
func (NamespaceClient) UpdateStatus ¶ added in v1.2.0
func (NamespaceClient) Watch ¶ added in v1.2.0
func (c NamespaceClient) Watch(metav1.ListOptions) (watch.Interface, error)
type NetworkAttachmentDefinitionCache ¶ added in v1.1.0
type NetworkAttachmentDefinitionCache func(namespace string) cnitype.NetworkAttachmentDefinitionInterface
func (NetworkAttachmentDefinitionCache) AddIndexer ¶ added in v1.1.0
func (c NetworkAttachmentDefinitionCache) AddIndexer(_ string, _ generic.Indexer[*cniv1.NetworkAttachmentDefinition])
func (NetworkAttachmentDefinitionCache) Get ¶ added in v1.1.0
func (c NetworkAttachmentDefinitionCache) Get(namespace, name string) (*cniv1.NetworkAttachmentDefinition, error)
func (NetworkAttachmentDefinitionCache) GetByIndex ¶ added in v1.1.0
func (c NetworkAttachmentDefinitionCache) GetByIndex(_, _ string) ([]*cniv1.NetworkAttachmentDefinition, error)
func (NetworkAttachmentDefinitionCache) List ¶ added in v1.1.0
func (c NetworkAttachmentDefinitionCache) List(namespace string, selector labels.Selector) ([]*cniv1.NetworkAttachmentDefinition, error)
type NodeCache ¶
type NodeCache func() corev1type.NodeInterface
type NodeClient ¶ added in v1.1.2
type NodeClient func() corev1type.NodeInterface
func (NodeClient) Delete ¶ added in v1.1.2
func (c NodeClient) Delete(_ string, _ *metav1.DeleteOptions) error
func (NodeClient) Get ¶ added in v1.1.2
func (c NodeClient) Get(name string, options metav1.GetOptions) (*v1.Node, error)
func (NodeClient) List ¶ added in v1.1.2
func (c NodeClient) List(metav1.ListOptions) (*v1.NodeList, error)
func (NodeClient) UpdateStatus ¶ added in v1.1.2
func (NodeClient) Watch ¶ added in v1.1.2
func (c NodeClient) Watch(metav1.ListOptions) (watch.Interface, error)
func (NodeClient) WithImpersonation ¶
func (c NodeClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.NonNamespacedClientInterface[*v1.Node, *v1.NodeList], error)
type PersistentVolumeClaimCache ¶ added in v0.3.0
type PersistentVolumeClaimCache func(string) v1.PersistentVolumeClaimInterface
func (PersistentVolumeClaimCache) AddIndexer ¶ added in v0.3.0
func (c PersistentVolumeClaimCache) AddIndexer(_ string, _ generic.Indexer[*corev1.PersistentVolumeClaim])
func (PersistentVolumeClaimCache) Get ¶ added in v0.3.0
func (c PersistentVolumeClaimCache) Get(namespace, name string) (*corev1.PersistentVolumeClaim, error)
func (PersistentVolumeClaimCache) GetByIndex ¶ added in v0.3.0
func (c PersistentVolumeClaimCache) GetByIndex(_, _ string) ([]*corev1.PersistentVolumeClaim, error)
func (PersistentVolumeClaimCache) List ¶ added in v0.3.0
func (c PersistentVolumeClaimCache) List(_ string, _ labels.Selector) ([]*corev1.PersistentVolumeClaim, error)
type PersistentVolumeClaimClient ¶ added in v0.3.0
type PersistentVolumeClaimClient func(string) v1.PersistentVolumeClaimInterface
func (PersistentVolumeClaimClient) Create ¶ added in v0.3.0
func (c PersistentVolumeClaimClient) Create(volume *corev1.PersistentVolumeClaim) (*corev1.PersistentVolumeClaim, error)
func (PersistentVolumeClaimClient) Delete ¶ added in v0.3.0
func (c PersistentVolumeClaimClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (PersistentVolumeClaimClient) Get ¶ added in v0.3.0
func (c PersistentVolumeClaimClient) Get(namespace, name string, options metav1.GetOptions) (*corev1.PersistentVolumeClaim, error)
func (PersistentVolumeClaimClient) List ¶ added in v0.3.0
func (c PersistentVolumeClaimClient) List(namespace string, opts metav1.ListOptions) (*corev1.PersistentVolumeClaimList, error)
func (PersistentVolumeClaimClient) Patch ¶ added in v0.3.0
func (c PersistentVolumeClaimClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *corev1.PersistentVolumeClaim, err error)
func (PersistentVolumeClaimClient) Update ¶ added in v0.3.0
func (c PersistentVolumeClaimClient) Update(volume *corev1.PersistentVolumeClaim) (*corev1.PersistentVolumeClaim, error)
func (PersistentVolumeClaimClient) UpdateStatus ¶ added in v0.3.0
func (c PersistentVolumeClaimClient) UpdateStatus(*corev1.PersistentVolumeClaim) (*corev1.PersistentVolumeClaim, error)
func (PersistentVolumeClaimClient) Watch ¶ added in v0.3.0
func (c PersistentVolumeClaimClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (PersistentVolumeClaimClient) WithImpersonation ¶
func (c PersistentVolumeClaimClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*corev1.PersistentVolumeClaim, *corev1.PersistentVolumeClaimList], error)
type PlanCache ¶
type PlanCache func(string) upgradev1.PlanInterface
func (PlanCache) AddIndexer ¶
func (PlanCache) GetByIndex ¶
func (c PlanCache) GetByIndex(_, _ string) ([]*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 (c PlanClient) List(_ string, _ metav1.ListOptions) (*upgradeapiv1.PlanList, error)
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 (c PlanClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (PlanClient) WithImpersonation ¶
func (c PlanClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*upgradeapiv1.Plan, *upgradeapiv1.PlanList], error)
type ResourceQuotaCache ¶ added in v1.2.0
type ResourceQuotaCache func(string) corev1type.ResourceQuotaInterface
func (ResourceQuotaCache) AddIndexer ¶ added in v1.2.0
func (c ResourceQuotaCache) AddIndexer(_ string, _ generic.Indexer[*v1.ResourceQuota])
func (ResourceQuotaCache) Get ¶ added in v1.2.0
func (c ResourceQuotaCache) Get(namespace, name string) (*v1.ResourceQuota, error)
func (ResourceQuotaCache) GetByIndex ¶ added in v1.2.0
func (c ResourceQuotaCache) GetByIndex(_, _ string) ([]*v1.ResourceQuota, error)
func (ResourceQuotaCache) List ¶ added in v1.2.0
func (c ResourceQuotaCache) List(namespace string, selector labels.Selector) ([]*v1.ResourceQuota, error)
type ResourceQuotaClient ¶ added in v1.2.0
type ResourceQuotaClient func(string) corev1type.ResourceQuotaInterface
func (ResourceQuotaClient) Create ¶ added in v1.2.0
func (c ResourceQuotaClient) Create(quota *v1.ResourceQuota) (*v1.ResourceQuota, error)
func (ResourceQuotaClient) Delete ¶ added in v1.2.0
func (c ResourceQuotaClient) Delete(_ string, _ string, _ *metav1.DeleteOptions) error
func (ResourceQuotaClient) Get ¶ added in v1.2.0
func (c ResourceQuotaClient) Get(namespace string, name string, options metav1.GetOptions) (*v1.ResourceQuota, error)
func (ResourceQuotaClient) List ¶ added in v1.2.0
func (c ResourceQuotaClient) List(_ string, _ metav1.ListOptions) (*v1.ResourceQuotaList, error)
func (ResourceQuotaClient) Patch ¶ added in v1.2.0
func (c ResourceQuotaClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *v1.ResourceQuota, err error)
func (ResourceQuotaClient) Update ¶ added in v1.2.0
func (c ResourceQuotaClient) Update(quota *v1.ResourceQuota) (*v1.ResourceQuota, error)
func (ResourceQuotaClient) UpdateStatus ¶ added in v1.2.0
func (c ResourceQuotaClient) UpdateStatus(*v1.ResourceQuota) (*v1.ResourceQuota, error)
func (ResourceQuotaClient) Watch ¶ added in v1.2.0
func (c ResourceQuotaClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (ResourceQuotaClient) WithImpersonation ¶
func (c ResourceQuotaClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*v1.ResourceQuota, *v1.ResourceQuotaList], error)
type SVMBackupCache ¶
type SVMBackupCache func(string) harvestertype.ScheduleVMBackupInterface
func (SVMBackupCache) AddIndexer ¶
func (c SVMBackupCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1beta1.ScheduleVMBackup])
func (SVMBackupCache) Get ¶
func (c SVMBackupCache) Get(namespace, name string) (*harvesterv1beta1.ScheduleVMBackup, error)
func (SVMBackupCache) GetByIndex ¶
func (c SVMBackupCache) GetByIndex(indexName, key string) ([]*harvesterv1beta1.ScheduleVMBackup, error)
func (SVMBackupCache) List ¶
func (c SVMBackupCache) List(namespace string, selector labels.Selector) ([]*harvesterv1beta1.ScheduleVMBackup, error)
type SVMBackupClient ¶
type SVMBackupClient func(string) harvestertype.ScheduleVMBackupInterface
func (SVMBackupClient) Create ¶
func (c SVMBackupClient) Create(svmBackup *harvesterv1beta1.ScheduleVMBackup) (*harvesterv1beta1.ScheduleVMBackup, error)
func (SVMBackupClient) Delete ¶
func (c SVMBackupClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (SVMBackupClient) Get ¶
func (c SVMBackupClient) Get(namespace, name string, options metav1.GetOptions) (*harvesterv1beta1.ScheduleVMBackup, error)
func (SVMBackupClient) List ¶
func (c SVMBackupClient) List(namespace string, opts metav1.ListOptions) (*harvesterv1beta1.ScheduleVMBackupList, error)
func (SVMBackupClient) Patch ¶
func (c SVMBackupClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *harvesterv1beta1.ScheduleVMBackup, err error)
func (SVMBackupClient) Update ¶
func (c SVMBackupClient) Update(svmBackup *harvesterv1beta1.ScheduleVMBackup) (*harvesterv1beta1.ScheduleVMBackup, error)
func (SVMBackupClient) UpdateStatus ¶
func (c SVMBackupClient) UpdateStatus(_ *harvesterv1beta1.ScheduleVMBackup) (*harvesterv1beta1.ScheduleVMBackup, error)
func (SVMBackupClient) Watch ¶
func (c SVMBackupClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (SVMBackupClient) WithImpersonation ¶
func (c SVMBackupClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*harvesterv1beta1.ScheduleVMBackup, *harvesterv1beta1.ScheduleVMBackupList], error)
type SecretCache ¶
type SecretCache func(string) corev1type.SecretInterface
func (SecretCache) AddIndexer ¶
func (SecretCache) GetByIndex ¶
func (c SecretCache) GetByIndex(_, _ string) ([]*corev1.Secret, error)
type SecretClient ¶
type SecretClient func(string) corev1type.SecretInterface
func (SecretClient) Delete ¶
func (c SecretClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (SecretClient) Get ¶
func (c SecretClient) Get(namespace, name string, options metav1.GetOptions) (*corev1.Secret, error)
func (SecretClient) List ¶
func (c SecretClient) List(namespace string, options metav1.ListOptions) (*corev1.SecretList, error)
func (SecretClient) UpdateStatus ¶
func (SecretClient) Watch ¶
func (c SecretClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (SecretClient) WithImpersonation ¶
func (c SecretClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*corev1.Secret, *corev1.SecretList], error)
type ServiceCache ¶ added in v1.1.2
type ServiceCache func(string) v1.ServiceInterface
func (ServiceCache) AddIndexer ¶ added in v1.1.2
func (ServiceCache) Get ¶ added in v1.1.2
func (c ServiceCache) Get(namespace, name string) (*corev1.Service, error)
func (ServiceCache) GetByIndex ¶ added in v1.1.2
func (c ServiceCache) GetByIndex(_, _ string) ([]*corev1.Service, error)
type ServiceClient ¶ added in v1.1.2
type ServiceClient func(string) v1.ServiceInterface
func (ServiceClient) Delete ¶ added in v1.1.2
func (c ServiceClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (ServiceClient) Get ¶ added in v1.1.2
func (c ServiceClient) Get(namespace, name string, options metav1.GetOptions) (*corev1.Service, error)
func (ServiceClient) List ¶ added in v1.1.2
func (c ServiceClient) List(namespace string, opts metav1.ListOptions) (*corev1.ServiceList, error)
func (ServiceClient) UpdateStatus ¶ added in v1.1.2
func (ServiceClient) Watch ¶ added in v1.1.2
func (c ServiceClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (ServiceClient) WithImpersonation ¶
func (c ServiceClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*corev1.Service, *corev1.ServiceList], error)
type StorageClassCache ¶ added in v1.1.0
type StorageClassCache func() storagev1type.StorageClassInterface
func (StorageClassCache) AddIndexer ¶ added in v1.1.0
func (c StorageClassCache) AddIndexer(_ string, _ generic.Indexer[*storagev1.StorageClass])
func (StorageClassCache) Get ¶ added in v1.1.0
func (c StorageClassCache) Get(name string) (*storagev1.StorageClass, error)
func (StorageClassCache) GetByIndex ¶ added in v1.1.0
func (c StorageClassCache) GetByIndex(indexName, key string) ([]*storagev1.StorageClass, error)
func (StorageClassCache) List ¶ added in v1.1.0
func (c StorageClassCache) List(selector labels.Selector) ([]*storagev1.StorageClass, error)
type StorageClassClient ¶ added in v1.1.0
type StorageClassClient func() storagev1type.StorageClassInterface
func (StorageClassClient) Create ¶ added in v1.1.0
func (c StorageClassClient) Create(s *storagev1.StorageClass) (*storagev1.StorageClass, error)
func (StorageClassClient) Delete ¶ added in v1.1.0
func (c StorageClassClient) Delete(name string, options *metav1.DeleteOptions) error
func (StorageClassClient) Get ¶ added in v1.1.0
func (c StorageClassClient) Get(name string, options metav1.GetOptions) (*storagev1.StorageClass, error)
func (StorageClassClient) List ¶ added in v1.1.0
func (c StorageClassClient) List(opts metav1.ListOptions) (*storagev1.StorageClassList, error)
func (StorageClassClient) Patch ¶ added in v1.1.0
func (c StorageClassClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *storagev1.StorageClass, err error)
func (StorageClassClient) Update ¶ added in v1.1.0
func (c StorageClassClient) Update(s *storagev1.StorageClass) (*storagev1.StorageClass, error)
func (StorageClassClient) UpdateStatus ¶ added in v1.1.0
func (c StorageClassClient) UpdateStatus(_ *storagev1.StorageClass) (*storagev1.StorageClass, error)
func (StorageClassClient) Watch ¶ added in v1.1.0
func (c StorageClassClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
func (StorageClassClient) WithImpersonation ¶
func (c StorageClassClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.NonNamespacedClientInterface[*storagev1.StorageClass, *storagev1.StorageClassList], error)
type SupportBundleCache ¶ added in v1.3.0
type SupportBundleCache func(string) harv1type.SupportBundleInterface
func (SupportBundleCache) AddIndexer ¶ added in v1.3.0
func (c SupportBundleCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1.SupportBundle])
func (SupportBundleCache) Get ¶ added in v1.3.0
func (c SupportBundleCache) Get(namespace, name string) (*harvesterv1.SupportBundle, error)
func (SupportBundleCache) GetByIndex ¶ added in v1.3.0
func (c SupportBundleCache) GetByIndex(_, _ string) ([]*harvesterv1.SupportBundle, error)
func (SupportBundleCache) List ¶ added in v1.3.0
func (c SupportBundleCache) List(_ string, _ labels.Selector) ([]*harvesterv1.SupportBundle, error)
type SupportBundleClient ¶ added in v1.3.0
type SupportBundleClient func(string) harv1type.SupportBundleInterface
func (SupportBundleClient) AddGenericHandler ¶ added in v1.3.0
func (SupportBundleClient) AddGenericRemoveHandler ¶ added in v1.3.0
func (SupportBundleClient) Cache ¶ added in v1.3.0
func (c SupportBundleClient) Cache() generic.CacheInterface[*harvesterv1.SupportBundle]
func (SupportBundleClient) Create ¶ added in v1.3.0
func (c SupportBundleClient) Create(sb *harvesterv1.SupportBundle) (*harvesterv1.SupportBundle, error)
func (SupportBundleClient) Delete ¶ added in v1.3.0
func (c SupportBundleClient) Delete(namespace, name string, _ *metav1.DeleteOptions) error
func (SupportBundleClient) Enqueue ¶ added in v1.3.0
func (c SupportBundleClient) Enqueue(_, _ string)
func (SupportBundleClient) EnqueueAfter ¶ added in v1.3.0
func (c SupportBundleClient) EnqueueAfter(_, _ string, _ time.Duration)
func (SupportBundleClient) Get ¶ added in v1.3.0
func (c SupportBundleClient) Get(namespace, name string, _ metav1.GetOptions) (*harvesterv1.SupportBundle, error)
func (SupportBundleClient) GroupVersionKind ¶ added in v1.3.0
func (c SupportBundleClient) GroupVersionKind() schema.GroupVersionKind
func (SupportBundleClient) Informer ¶ added in v1.3.0
func (c SupportBundleClient) Informer() cache.SharedIndexInformer
func (SupportBundleClient) List ¶ added in v1.3.0
func (c SupportBundleClient) List(_ string, _ metav1.ListOptions) (*harvesterv1.SupportBundleList, error)
func (SupportBundleClient) OnChange ¶ added in v1.3.0
func (c SupportBundleClient) OnChange(_ context.Context, _ string, _ generic.ObjectHandler[*harvesterv1.SupportBundle])
func (SupportBundleClient) OnRemove ¶ added in v1.3.0
func (c SupportBundleClient) OnRemove(_ context.Context, _ string, _ generic.ObjectHandler[*harvesterv1.SupportBundle])
func (SupportBundleClient) Patch ¶ added in v1.3.0
func (c SupportBundleClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *harvesterv1.SupportBundle, err error)
func (SupportBundleClient) Update ¶ added in v1.3.0
func (c SupportBundleClient) Update(sb *harvesterv1.SupportBundle) (*harvesterv1.SupportBundle, error)
func (SupportBundleClient) UpdateStatus ¶ added in v1.3.0
func (c SupportBundleClient) UpdateStatus(_ *harvesterv1.SupportBundle) (*harvesterv1.SupportBundle, error)
func (SupportBundleClient) Updater ¶ added in v1.3.0
func (c SupportBundleClient) Updater() generic.Updater
func (SupportBundleClient) Watch ¶ added in v1.3.0
func (c SupportBundleClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (SupportBundleClient) WithImpersonation ¶
func (c SupportBundleClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*harvesterv1.SupportBundle, *harvesterv1.SupportBundleList], error)
type UpgradeCache ¶
type UpgradeCache func(string) harv1type.UpgradeInterface
func (UpgradeCache) AddIndexer ¶
func (c UpgradeCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1.Upgrade])
func (UpgradeCache) Get ¶
func (c UpgradeCache) Get(namespace, name string) (*harvesterv1.Upgrade, error)
func (UpgradeCache) GetByIndex ¶
func (c UpgradeCache) GetByIndex(_, _ string) ([]*harvesterv1.Upgrade, error)
func (UpgradeCache) List ¶
func (c UpgradeCache) List(namespace string, selector labels.Selector) ([]*harvesterv1.Upgrade, error)
type UpgradeClient ¶
type UpgradeClient func(string) harv1type.UpgradeInterface
func (UpgradeClient) Create ¶
func (c UpgradeClient) Create(*harvesterv1.Upgrade) (*harvesterv1.Upgrade, error)
func (UpgradeClient) Delete ¶
func (c UpgradeClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (UpgradeClient) Get ¶
func (c UpgradeClient) Get(_, _ string, _ metav1.GetOptions) (*harvesterv1.Upgrade, error)
func (UpgradeClient) List ¶
func (c UpgradeClient) List(_ string, _ metav1.ListOptions) (*harvesterv1.UpgradeList, error)
func (UpgradeClient) Patch ¶
func (c UpgradeClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *harvesterv1.Upgrade, err error)
func (UpgradeClient) Update ¶
func (c UpgradeClient) Update(upgrade *harvesterv1.Upgrade) (*harvesterv1.Upgrade, error)
func (UpgradeClient) UpdateStatus ¶
func (c UpgradeClient) UpdateStatus(*harvesterv1.Upgrade) (*harvesterv1.Upgrade, error)
func (UpgradeClient) Watch ¶
func (c UpgradeClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (UpgradeClient) WithImpersonation ¶
func (c UpgradeClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*harvesterv1.Upgrade, *harvesterv1.UpgradeList], error)
type UpgradeLogCache ¶ added in v1.1.2
type UpgradeLogCache func(string) harv1type.UpgradeLogInterface
func (UpgradeLogCache) AddIndexer ¶ added in v1.1.2
func (c UpgradeLogCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1.UpgradeLog])
func (UpgradeLogCache) Get ¶ added in v1.1.2
func (c UpgradeLogCache) Get(namespace, name string) (*harvesterv1.UpgradeLog, error)
func (UpgradeLogCache) GetByIndex ¶ added in v1.1.2
func (c UpgradeLogCache) GetByIndex(_, _ string) ([]*harvesterv1.UpgradeLog, error)
func (UpgradeLogCache) List ¶ added in v1.1.2
func (c UpgradeLogCache) List(_ string, _ labels.Selector) ([]*harvesterv1.UpgradeLog, error)
type UpgradeLogClient ¶ added in v1.1.2
type UpgradeLogClient func(string) harv1type.UpgradeLogInterface
func (UpgradeLogClient) Create ¶ added in v1.1.2
func (c UpgradeLogClient) Create(upgradeLog *harvesterv1.UpgradeLog) (*harvesterv1.UpgradeLog, error)
func (UpgradeLogClient) Delete ¶ added in v1.1.2
func (c UpgradeLogClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (UpgradeLogClient) Get ¶ added in v1.1.2
func (c UpgradeLogClient) Get(namespace, name string, options metav1.GetOptions) (*harvesterv1.UpgradeLog, error)
func (UpgradeLogClient) List ¶ added in v1.1.2
func (c UpgradeLogClient) List(_ string, _ metav1.ListOptions) (*harvesterv1.UpgradeLogList, error)
func (UpgradeLogClient) Patch ¶ added in v1.1.2
func (c UpgradeLogClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *harvesterv1.UpgradeLog, err error)
func (UpgradeLogClient) Update ¶ added in v1.1.2
func (c UpgradeLogClient) Update(upgradeLog *harvesterv1.UpgradeLog) (*harvesterv1.UpgradeLog, error)
func (UpgradeLogClient) UpdateStatus ¶ added in v1.1.2
func (c UpgradeLogClient) UpdateStatus(*harvesterv1.UpgradeLog) (*harvesterv1.UpgradeLog, error)
func (UpgradeLogClient) Watch ¶ added in v1.1.2
func (c UpgradeLogClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (UpgradeLogClient) WithImpersonation ¶
func (c UpgradeLogClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*harvesterv1.UpgradeLog, *harvesterv1.UpgradeLogList], error)
type VMBackupCache ¶ added in v1.1.2
type VMBackupCache func(string) harvestertype.VirtualMachineBackupInterface
func (VMBackupCache) AddIndexer ¶ added in v1.1.2
func (c VMBackupCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1beta1.VirtualMachineBackup])
func (VMBackupCache) Get ¶ added in v1.1.2
func (c VMBackupCache) Get(namespace, name string) (*harvesterv1beta1.VirtualMachineBackup, error)
func (VMBackupCache) GetByIndex ¶ added in v1.1.2
func (c VMBackupCache) GetByIndex(indexName, key string) ([]*harvesterv1beta1.VirtualMachineBackup, error)
func (VMBackupCache) List ¶ added in v1.1.2
func (c VMBackupCache) List(namespace string, selector labels.Selector) ([]*harvesterv1beta1.VirtualMachineBackup, error)
type VMBackupClient ¶ added in v1.1.2
type VMBackupClient func(string) harvestertype.VirtualMachineBackupInterface
func (VMBackupClient) Create ¶ added in v1.1.2
func (c VMBackupClient) Create(vmBackup *harvesterv1beta1.VirtualMachineBackup) (*harvesterv1beta1.VirtualMachineBackup, error)
func (VMBackupClient) Delete ¶ added in v1.1.2
func (c VMBackupClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (VMBackupClient) Get ¶ added in v1.1.2
func (c VMBackupClient) Get(namespace, name string, options metav1.GetOptions) (*harvesterv1beta1.VirtualMachineBackup, error)
func (VMBackupClient) List ¶ added in v1.1.2
func (c VMBackupClient) List(namespace string, opts metav1.ListOptions) (*harvesterv1beta1.VirtualMachineBackupList, error)
func (VMBackupClient) Patch ¶ added in v1.1.2
func (c VMBackupClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *harvesterv1beta1.VirtualMachineBackup, err error)
func (VMBackupClient) Update ¶ added in v1.1.2
func (c VMBackupClient) Update(volume *harvesterv1beta1.VirtualMachineBackup) (*harvesterv1beta1.VirtualMachineBackup, error)
func (VMBackupClient) UpdateStatus ¶ added in v1.1.2
func (c VMBackupClient) UpdateStatus(_ *harvesterv1beta1.VirtualMachineBackup) (*harvesterv1beta1.VirtualMachineBackup, error)
func (VMBackupClient) Watch ¶ added in v1.1.2
func (c VMBackupClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (VMBackupClient) WithImpersonation ¶
func (c VMBackupClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*harvesterv1beta1.VirtualMachineBackup, *harvesterv1beta1.VirtualMachineBackupList], error)
type VersionCache ¶ added in v1.0.0
type VersionCache func(string) harv1type.VersionInterface
func (VersionCache) AddIndexer ¶ added in v1.0.0
func (c VersionCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1.Version])
func (VersionCache) Get ¶ added in v1.0.0
func (c VersionCache) Get(namespace, name string) (*harvesterv1.Version, error)
func (VersionCache) GetByIndex ¶ added in v1.0.0
func (c VersionCache) GetByIndex(_, _ string) ([]*harvesterv1.Version, error)
func (VersionCache) List ¶ added in v1.0.0
func (c VersionCache) List(_ string, _ labels.Selector) ([]*harvesterv1.Version, error)
type VersionClient ¶
type VersionClient func(string) harv1type.VersionInterface
func (VersionClient) Create ¶
func (c VersionClient) Create(version *harvesterv1.Version) (*harvesterv1.Version, error)
func (VersionClient) Delete ¶
func (c VersionClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (VersionClient) Get ¶
func (c VersionClient) Get(namespace, name string, options metav1.GetOptions) (*harvesterv1.Version, error)
func (VersionClient) List ¶
func (c VersionClient) List(namespace string, options metav1.ListOptions) (*harvesterv1.VersionList, error)
func (VersionClient) Patch ¶
func (c VersionClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *harvesterv1.Version, err error)
func (VersionClient) Update ¶
func (c VersionClient) Update(version *harvesterv1.Version) (*harvesterv1.Version, error)
func (VersionClient) UpdateStatus ¶
func (c VersionClient) UpdateStatus(_ *harvesterv1.Version) (*harvesterv1.Version, error)
func (VersionClient) Watch ¶
func (c VersionClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (VersionClient) WithImpersonation ¶
func (c VersionClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*harvesterv1.Version, *harvesterv1.VersionList], error)
type VirtualMachineCache ¶ added in v1.1.2
type VirtualMachineCache func(string) kubevirtv1.VirtualMachineInterface
func (VirtualMachineCache) AddIndexer ¶ added in v1.1.2
func (c VirtualMachineCache) AddIndexer(_ string, _ generic.Indexer[*kubevirtv1api.VirtualMachine])
func (VirtualMachineCache) Get ¶ added in v1.1.2
func (c VirtualMachineCache) Get(namespace, name string) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineCache) GetByIndex ¶ added in v1.1.2
func (c VirtualMachineCache) GetByIndex(_, _ string) ([]*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineCache) List ¶ added in v1.1.2
func (c VirtualMachineCache) List(namespace string, selector labels.Selector) ([]*kubevirtv1api.VirtualMachine, error)
type VirtualMachineClient ¶ added in v1.0.0
type VirtualMachineClient func(string) kubevirtv1.VirtualMachineInterface
func (VirtualMachineClient) AddGenericHandler ¶ added in v1.2.0
func (VirtualMachineClient) AddGenericRemoveHandler ¶ added in v1.2.0
func (VirtualMachineClient) Cache ¶ added in v1.2.0
func (c VirtualMachineClient) Cache() generic.CacheInterface[*kubevirtv1api.VirtualMachine]
func (VirtualMachineClient) Create ¶ added in v1.0.0
func (c VirtualMachineClient) Create(virtualMachine *kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineClient) Delete ¶ added in v1.0.0
func (c VirtualMachineClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (VirtualMachineClient) Enqueue ¶ added in v1.2.0
func (c VirtualMachineClient) Enqueue(_, _ string)
func (VirtualMachineClient) EnqueueAfter ¶ added in v1.2.0
func (c VirtualMachineClient) EnqueueAfter(_, _ string, _ time.Duration)
func (VirtualMachineClient) Get ¶ added in v1.0.0
func (c VirtualMachineClient) Get(namespace, name string, options metav1.GetOptions) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineClient) GroupVersionKind ¶ added in v1.2.0
func (c VirtualMachineClient) GroupVersionKind() schema.GroupVersionKind
func (VirtualMachineClient) Informer ¶ added in v1.2.0
func (c VirtualMachineClient) Informer() cache.SharedIndexInformer
func (VirtualMachineClient) List ¶ added in v1.0.0
func (c VirtualMachineClient) List(_ string, _ metav1.ListOptions) (*kubevirtv1api.VirtualMachineList, error)
func (VirtualMachineClient) OnChange ¶ added in v1.2.0
func (c VirtualMachineClient) OnChange(_ context.Context, _ string, _ generic.ObjectHandler[*kubevirtv1api.VirtualMachine])
func (VirtualMachineClient) OnRemove ¶ added in v1.2.0
func (c VirtualMachineClient) OnRemove(_ context.Context, _ string, _ generic.ObjectHandler[*kubevirtv1api.VirtualMachine])
func (VirtualMachineClient) Patch ¶ added in v1.0.0
func (c VirtualMachineClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *kubevirtv1api.VirtualMachine, err error)
func (VirtualMachineClient) Update ¶ added in v1.0.0
func (c VirtualMachineClient) Update(virtualMachine *kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineClient) UpdateStatus ¶ added in v1.0.0
func (c VirtualMachineClient) UpdateStatus(_ *kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineClient) Updater ¶ added in v1.2.0
func (c VirtualMachineClient) Updater() generic.Updater
func (VirtualMachineClient) Watch ¶ added in v1.0.0
func (c VirtualMachineClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (VirtualMachineClient) WithImpersonation ¶
func (c VirtualMachineClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*kubevirtv1api.VirtualMachine, *kubevirtv1api.VirtualMachineList], error)
type VirtualMachineImageCache ¶ added in v1.0.0
type VirtualMachineImageCache func(string) harv1type.VirtualMachineImageInterface
func (VirtualMachineImageCache) AddIndexer ¶ added in v1.0.0
func (c VirtualMachineImageCache) AddIndexer(_ string, _ generic.Indexer[*harvesterv1.VirtualMachineImage])
func (VirtualMachineImageCache) Get ¶ added in v1.0.0
func (c VirtualMachineImageCache) Get(namespace, name string) (*harvesterv1.VirtualMachineImage, error)
func (VirtualMachineImageCache) GetByIndex ¶ added in v1.0.0
func (c VirtualMachineImageCache) GetByIndex(key, scName string) ([]*harvesterv1.VirtualMachineImage, error)
func (VirtualMachineImageCache) List ¶ added in v1.0.0
func (c VirtualMachineImageCache) List(namespace string, selector labels.Selector) ([]*harvesterv1.VirtualMachineImage, error)
type VirtualMachineImageClient ¶ added in v1.0.0
type VirtualMachineImageClient func(string) harv1type.VirtualMachineImageInterface
func (VirtualMachineImageClient) AddGenericHandler ¶
func (VirtualMachineImageClient) AddGenericRemoveHandler ¶
func (VirtualMachineImageClient) Cache ¶
func (c VirtualMachineImageClient) Cache() generic.CacheInterface[*harvesterv1.VirtualMachineImage]
func (VirtualMachineImageClient) Create ¶ added in v1.0.0
func (c VirtualMachineImageClient) Create(virtualMachineImage *harvesterv1.VirtualMachineImage) (*harvesterv1.VirtualMachineImage, error)
func (VirtualMachineImageClient) Delete ¶ added in v1.0.0
func (c VirtualMachineImageClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (VirtualMachineImageClient) Enqueue ¶
func (c VirtualMachineImageClient) Enqueue(_, _ string)
func (VirtualMachineImageClient) EnqueueAfter ¶
func (c VirtualMachineImageClient) EnqueueAfter(_, _ string, _ time.Duration)
func (VirtualMachineImageClient) Get ¶ added in v1.0.0
func (c VirtualMachineImageClient) Get(namespace, name string, options metav1.GetOptions) (*harvesterv1.VirtualMachineImage, error)
func (VirtualMachineImageClient) GroupVersionKind ¶
func (c VirtualMachineImageClient) GroupVersionKind() schema.GroupVersionKind
func (VirtualMachineImageClient) Informer ¶
func (c VirtualMachineImageClient) Informer() cache.SharedIndexInformer
func (VirtualMachineImageClient) List ¶ added in v1.0.0
func (c VirtualMachineImageClient) List(_ string, _ metav1.ListOptions) (*harvesterv1.VirtualMachineImageList, error)
func (VirtualMachineImageClient) OnChange ¶
func (c VirtualMachineImageClient) OnChange(_ context.Context, _ string, _ generic.ObjectHandler[*harvesterv1.VirtualMachineImage])
func (VirtualMachineImageClient) OnRemove ¶
func (c VirtualMachineImageClient) OnRemove(_ context.Context, _ string, _ generic.ObjectHandler[*harvesterv1.VirtualMachineImage])
func (VirtualMachineImageClient) Patch ¶ added in v1.0.0
func (c VirtualMachineImageClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *harvesterv1.VirtualMachineImage, err error)
func (VirtualMachineImageClient) Update ¶ added in v1.0.0
func (c VirtualMachineImageClient) Update(virtualMachineImage *harvesterv1.VirtualMachineImage) (*harvesterv1.VirtualMachineImage, error)
func (VirtualMachineImageClient) UpdateStatus ¶ added in v1.0.0
func (c VirtualMachineImageClient) UpdateStatus(*harvesterv1.VirtualMachineImage) (*harvesterv1.VirtualMachineImage, error)
func (VirtualMachineImageClient) Updater ¶
func (c VirtualMachineImageClient) Updater() generic.Updater
func (VirtualMachineImageClient) Watch ¶ added in v1.0.0
func (c VirtualMachineImageClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (VirtualMachineImageClient) WithImpersonation ¶
func (c VirtualMachineImageClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*harvesterv1.VirtualMachineImage, *harvesterv1.VirtualMachineImageList], error)
type VirtualMachineInstanceCache ¶ added in v1.1.2
type VirtualMachineInstanceCache func(string) kubevirtv1.VirtualMachineInstanceInterface
func (VirtualMachineInstanceCache) AddIndexer ¶ added in v1.1.2
func (c VirtualMachineInstanceCache) AddIndexer(_ string, _ generic.Indexer[*kubevirtv1api.VirtualMachineInstance])
func (VirtualMachineInstanceCache) Get ¶ added in v1.1.2
func (c VirtualMachineInstanceCache) Get(namespace, name string) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceCache) GetByIndex ¶ added in v1.1.2
func (c VirtualMachineInstanceCache) GetByIndex(_, _ string) ([]*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceCache) List ¶ added in v1.1.2
func (c VirtualMachineInstanceCache) List(namespace string, selector labels.Selector) ([]*kubevirtv1api.VirtualMachineInstance, error)
type VirtualMachineInstanceClient ¶ added in v1.1.2
type VirtualMachineInstanceClient func(string) kubevirtv1.VirtualMachineInstanceInterface
func (VirtualMachineInstanceClient) Create ¶ added in v1.1.2
func (c VirtualMachineInstanceClient) Create(vmi *kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceClient) Delete ¶ added in v1.1.2
func (c VirtualMachineInstanceClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (VirtualMachineInstanceClient) Get ¶ added in v1.1.2
func (c VirtualMachineInstanceClient) Get(namespace, name string, options metav1.GetOptions) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceClient) List ¶ added in v1.1.2
func (c VirtualMachineInstanceClient) List(_ string, _ metav1.ListOptions) (*kubevirtv1api.VirtualMachineInstanceList, error)
func (VirtualMachineInstanceClient) Patch ¶ added in v1.1.2
func (c VirtualMachineInstanceClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *kubevirtv1api.VirtualMachineInstance, err error)
func (VirtualMachineInstanceClient) Update ¶ added in v1.1.2
func (c VirtualMachineInstanceClient) Update(vmi *kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceClient) UpdateStatus ¶ added in v1.1.2
func (c VirtualMachineInstanceClient) UpdateStatus(*kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceClient) Watch ¶ added in v1.1.2
func (c VirtualMachineInstanceClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (VirtualMachineInstanceClient) WithImpersonation ¶
func (c VirtualMachineInstanceClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*kubevirtv1api.VirtualMachineInstance, *kubevirtv1api.VirtualMachineInstanceList], error)
type VirtualMachineInstanceMigrationCache ¶ added in v1.2.0
type VirtualMachineInstanceMigrationCache func(string) kubevirttype.VirtualMachineInstanceMigrationInterface
func (VirtualMachineInstanceMigrationCache) AddIndexer ¶ added in v1.2.0
func (c VirtualMachineInstanceMigrationCache) AddIndexer(_ string, _ generic.Indexer[*kubevirtv1.VirtualMachineInstanceMigration])
func (VirtualMachineInstanceMigrationCache) Get ¶ added in v1.2.0
func (c VirtualMachineInstanceMigrationCache) Get(namespace, name string) (*kubevirtv1.VirtualMachineInstanceMigration, error)
func (VirtualMachineInstanceMigrationCache) GetByIndex ¶ added in v1.2.0
func (c VirtualMachineInstanceMigrationCache) GetByIndex(_, _ string) ([]*kubevirtv1.VirtualMachineInstanceMigration, error)
func (VirtualMachineInstanceMigrationCache) List ¶ added in v1.2.0
func (c VirtualMachineInstanceMigrationCache) List(namespace string, selector labels.Selector) ([]*kubevirtv1.VirtualMachineInstanceMigration, error)
type VirtualMachineInstanceMigrationClient ¶ added in v1.2.0
type VirtualMachineInstanceMigrationClient func(string) kubevirttype.VirtualMachineInstanceMigrationInterface
func (VirtualMachineInstanceMigrationClient) Create ¶ added in v1.2.0
func (c VirtualMachineInstanceMigrationClient) Create(virtualMachine *kubevirtv1.VirtualMachineInstanceMigration) (*kubevirtv1.VirtualMachineInstanceMigration, error)
func (VirtualMachineInstanceMigrationClient) Delete ¶ added in v1.2.0
func (c VirtualMachineInstanceMigrationClient) Delete(namespace, name string, opts *metav1.DeleteOptions) error
func (VirtualMachineInstanceMigrationClient) Get ¶ added in v1.2.0
func (c VirtualMachineInstanceMigrationClient) Get(namespace, name string, opts metav1.GetOptions) (*kubevirtv1.VirtualMachineInstanceMigration, error)
func (VirtualMachineInstanceMigrationClient) List ¶ added in v1.2.0
func (c VirtualMachineInstanceMigrationClient) List(namespace string, opts metav1.ListOptions) (*kubevirtv1.VirtualMachineInstanceMigrationList, error)
func (VirtualMachineInstanceMigrationClient) Patch ¶ added in v1.2.0
func (c VirtualMachineInstanceMigrationClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *kubevirtv1.VirtualMachineInstanceMigration, err error)
func (VirtualMachineInstanceMigrationClient) Update ¶ added in v1.2.0
func (c VirtualMachineInstanceMigrationClient) Update(virtualMachine *kubevirtv1.VirtualMachineInstanceMigration) (*kubevirtv1.VirtualMachineInstanceMigration, error)
func (VirtualMachineInstanceMigrationClient) UpdateStatus ¶ added in v1.2.0
func (c VirtualMachineInstanceMigrationClient) UpdateStatus(virtualMachine *kubevirtv1.VirtualMachineInstanceMigration) (*kubevirtv1.VirtualMachineInstanceMigration, error)
func (VirtualMachineInstanceMigrationClient) Watch ¶ added in v1.2.0
func (c VirtualMachineInstanceMigrationClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (VirtualMachineInstanceMigrationClient) WithImpersonation ¶
func (c VirtualMachineInstanceMigrationClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*kubevirtv1.VirtualMachineInstanceMigration, *kubevirtv1.VirtualMachineInstanceMigrationList], error)
Source Files ¶
- addon.go
- app.go
- backingimage.go
- clusterflow.go
- clusteroutput.go
- configmap.go
- controllerrevision.go
- cronjob.go
- deployment.go
- harvestersetting.go
- job.go
- logging.go
- longhornreplica.go
- longhornsetting.go
- longhornvolume.go
- managedchart.go
- namespace.go
- networkattachmentdefinition.go
- node.go
- plan.go
- pvc.go
- resourcequota.go
- secret.go
- service.go
- storageclass.go
- supportbundle.go
- svmbackup.go
- upgrade.go
- upgradelog.go
- version.go
- virtualmachine.go
- virtualmachineimage.go
- virtualmachineinstance.go
- virtualmachineinstancemigration.go
- vmbackup.go
Click to show internal directories.
Click to hide internal directories.