Documentation
¶
Index ¶
- type AddonCache
- func (c AddonCache) AddIndexer(_ string, _ ctlcloudweavv1.AddonIndexer)
- func (c AddonCache) Get(namespace, name string) (*cloudweavv1.Addon, error)
- func (c AddonCache) GetByIndex(_, _ string) ([]*cloudweavv1.Addon, error)
- func (c AddonCache) List(namespace string, selector labels.Selector) ([]*cloudweavv1.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 CloudweavSettingCache
- func (c CloudweavSettingCache) AddIndexer(_ string, _ cloudweavv1ctl.SettingIndexer)
- func (c CloudweavSettingCache) Get(name string) (*v1beta1.Setting, error)
- func (c CloudweavSettingCache) GetByIndex(_, _ string) ([]*v1beta1.Setting, error)
- func (c CloudweavSettingCache) List(_ labels.Selector) ([]*v1beta1.Setting, error)
- type CloudweavSettingClient
- func (c CloudweavSettingClient) Create(s *v1beta1.Setting) (*v1beta1.Setting, error)
- func (c CloudweavSettingClient) Delete(name string, options *metav1.DeleteOptions) error
- func (c CloudweavSettingClient) Get(name string, options metav1.GetOptions) (*v1beta1.Setting, error)
- func (c CloudweavSettingClient) List(opts metav1.ListOptions) (*v1beta1.SettingList, error)
- func (c CloudweavSettingClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.Setting, err error)
- func (c CloudweavSettingClient) Update(s *v1beta1.Setting) (*v1beta1.Setting, error)
- func (c CloudweavSettingClient) UpdateStatus(_ *v1beta1.Setting) (*v1beta1.Setting, error)
- func (c CloudweavSettingClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
- type ClusterFlowCache
- func (c ClusterFlowCache) AddIndexer(_ string, _ ctlloggingv1.ClusterFlowIndexer)
- 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)
- type ClusterOutputCache
- func (c ClusterOutputCache) AddIndexer(_ string, _ ctlloggingv1.ClusterOutputIndexer)
- 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)
- type ConfigmapCache
- func (c ConfigmapCache) AddIndexer(_ string, _ ctlcorev1.ConfigMapIndexer)
- 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) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- type ControllerRevisionCache
- func (c ControllerRevisionCache) AddIndexer(_ string, _ ctlappsv1.ControllerRevisionIndexer)
- 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)
- 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)
- 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
- 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)
- type LonghornReplicaCache
- func (c LonghornReplicaCache) AddIndexer(_ string, _ ctllhv1.ReplicaIndexer)
- 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, _ ctllhv1.SettingIndexer)
- 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)
- type LonghornVolumeCache
- func (c LonghornVolumeCache) AddIndexer(_ string, _ ctllhv1.VolumeIndexer)
- 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, _ ctlmgmtv3.ManagedChartIndexer)
- 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)
- 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, _ ctlcniv1.NetworkAttachmentDefinitionIndexer)
- 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)
- type PersistentVolumeClaimCache
- func (c PersistentVolumeClaimCache) AddIndexer(_ string, _ ctlv1.PersistentVolumeClaimIndexer)
- func (c PersistentVolumeClaimCache) Get(namespace, name string) (*corev1.PersistentVolumeClaim, error)
- func (c PersistentVolumeClaimCache) GetByIndex(indexName, key 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)
- type PlanCache
- 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)
- type ResourceQuotaCache
- func (c ResourceQuotaCache) AddIndexer(_ string, _ ctlharvcorev1.ResourceQuotaIndexer)
- 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)
- type ServiceCache
- 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)
- type StorageClassCache
- func (c StorageClassCache) AddIndexer(_ string, _ ctlstoragev1.StorageClassIndexer)
- func (c StorageClassCache) Get(name string) (*storagev1.StorageClass, error)
- func (c StorageClassCache) GetByIndex(_, _ 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)
- type SupportBundleCache
- func (c SupportBundleCache) AddIndexer(_ string, _ ctlcloudweavv1.SupportBundleIndexer)
- func (c SupportBundleCache) Get(namespace, name string) (*cloudweavv1.SupportBundle, error)
- func (c SupportBundleCache) GetByIndex(_, _ string) ([]*cloudweavv1.SupportBundle, error)
- func (c SupportBundleCache) List(_ string, _ labels.Selector) ([]*cloudweavv1.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() ctlcloudweavv1.SupportBundleCache
- func (c SupportBundleClient) Create(sb *cloudweavv1.SupportBundle) (*cloudweavv1.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) (*cloudweavv1.SupportBundle, error)
- func (c SupportBundleClient) GroupVersionKind() schema.GroupVersionKind
- func (c SupportBundleClient) Informer() cache.SharedIndexInformer
- func (c SupportBundleClient) List(_ string, _ metav1.ListOptions) (*cloudweavv1.SupportBundleList, error)
- func (c SupportBundleClient) OnChange(_ context.Context, _ string, _ ctlcloudweavv1.SupportBundleHandler)
- func (c SupportBundleClient) OnRemove(_ context.Context, _ string, _ ctlcloudweavv1.SupportBundleHandler)
- func (c SupportBundleClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *cloudweavv1.SupportBundle, err error)
- func (c SupportBundleClient) Update(sb *cloudweavv1.SupportBundle) (*cloudweavv1.SupportBundle, error)
- func (c SupportBundleClient) UpdateStatus(*cloudweavv1.SupportBundle) (*cloudweavv1.SupportBundle, error)
- func (c SupportBundleClient) Updater() generic.Updater
- func (c SupportBundleClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- type UpgradeCache
- func (c UpgradeCache) AddIndexer(_ string, _ ctlcloudweavv1.UpgradeIndexer)
- func (c UpgradeCache) Get(namespace, name string) (*cloudweavv1.Upgrade, error)
- func (c UpgradeCache) GetByIndex(_, _ string) ([]*cloudweavv1.Upgrade, error)
- func (c UpgradeCache) List(namespace string, selector labels.Selector) ([]*cloudweavv1.Upgrade, error)
- type UpgradeClient
- func (c UpgradeClient) Create(*cloudweavv1.Upgrade) (*cloudweavv1.Upgrade, error)
- func (c UpgradeClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (c UpgradeClient) Get(_, _ string, _ metav1.GetOptions) (*cloudweavv1.Upgrade, error)
- func (c UpgradeClient) List(_ string, _ metav1.ListOptions) (*cloudweavv1.UpgradeList, error)
- func (c UpgradeClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *cloudweavv1.Upgrade, err error)
- func (c UpgradeClient) Update(upgrade *cloudweavv1.Upgrade) (*cloudweavv1.Upgrade, error)
- func (c UpgradeClient) UpdateStatus(*cloudweavv1.Upgrade) (*cloudweavv1.Upgrade, error)
- func (c UpgradeClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- type UpgradeLogCache
- func (c UpgradeLogCache) AddIndexer(_ string, _ ctlcloudweavv1.UpgradeLogIndexer)
- func (c UpgradeLogCache) Get(namespace, name string) (*cloudweavv1.UpgradeLog, error)
- func (c UpgradeLogCache) GetByIndex(_, _ string) ([]*cloudweavv1.UpgradeLog, error)
- func (c UpgradeLogCache) List(_ string, _ labels.Selector) ([]*cloudweavv1.UpgradeLog, error)
- type UpgradeLogClient
- func (c UpgradeLogClient) Create(upgradeLog *cloudweavv1.UpgradeLog) (*cloudweavv1.UpgradeLog, error)
- func (c UpgradeLogClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c UpgradeLogClient) Get(namespace, name string, options metav1.GetOptions) (*cloudweavv1.UpgradeLog, error)
- func (c UpgradeLogClient) List(_ string, _ metav1.ListOptions) (*cloudweavv1.UpgradeLogList, error)
- func (c UpgradeLogClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *cloudweavv1.UpgradeLog, err error)
- func (c UpgradeLogClient) Update(upgradeLog *cloudweavv1.UpgradeLog) (*cloudweavv1.UpgradeLog, error)
- func (c UpgradeLogClient) UpdateStatus(*cloudweavv1.UpgradeLog) (*cloudweavv1.UpgradeLog, error)
- func (c UpgradeLogClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- type VMBackupCache
- func (c VMBackupCache) AddIndexer(_ string, _ cloudweavv1ctl.VirtualMachineBackupIndexer)
- func (c VMBackupCache) Get(namespace, name string) (*cloudweavv1beta1.VirtualMachineBackup, error)
- func (c VMBackupCache) GetByIndex(indexName, key string) ([]*cloudweavv1beta1.VirtualMachineBackup, error)
- func (c VMBackupCache) List(_ string, _ labels.Selector) ([]*cloudweavv1beta1.VirtualMachineBackup, error)
- type VMBackupClient
- func (c VMBackupClient) Create(vmBackup *cloudweavv1beta1.VirtualMachineBackup) (*cloudweavv1beta1.VirtualMachineBackup, error)
- func (c VMBackupClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c VMBackupClient) Get(namespace, name string, options metav1.GetOptions) (*cloudweavv1beta1.VirtualMachineBackup, error)
- func (c VMBackupClient) List(namespace string, opts metav1.ListOptions) (*cloudweavv1beta1.VirtualMachineBackupList, error)
- func (c VMBackupClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *cloudweavv1beta1.VirtualMachineBackup, err error)
- func (c VMBackupClient) Update(volume *cloudweavv1beta1.VirtualMachineBackup) (*cloudweavv1beta1.VirtualMachineBackup, error)
- func (c VMBackupClient) UpdateStatus(_ *cloudweavv1beta1.VirtualMachineBackup) (*cloudweavv1beta1.VirtualMachineBackup, error)
- func (c VMBackupClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type VersionCache
- func (c VersionCache) AddIndexer(_ string, _ ctlcloudweavv1.VersionIndexer)
- func (c VersionCache) Get(namespace, name string) (*cloudweavv1.Version, error)
- func (c VersionCache) GetByIndex(_, _ string) ([]*cloudweavv1.Version, error)
- func (c VersionCache) List(_ string, _ labels.Selector) ([]*cloudweavv1.Version, error)
- type VirtualMachineCache
- func (c VirtualMachineCache) AddIndexer(_ string, _ kubevirtctlv1.VirtualMachineIndexer)
- func (c VirtualMachineCache) Get(namespace, name string) (*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineCache) GetByIndex(_, _ string) ([]*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineCache) List(_ string, _ 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() kubevirtctlv1.VirtualMachineCache
- 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, _ kubevirtctlv1.VirtualMachineHandler)
- func (c VirtualMachineClient) OnRemove(_ context.Context, _ string, _ kubevirtctlv1.VirtualMachineHandler)
- 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)
- type VirtualMachineImageCache
- func (c VirtualMachineImageCache) AddIndexer(_ string, _ ctlcloudweavv1.VirtualMachineImageIndexer)
- func (c VirtualMachineImageCache) Get(namespace, name string) (*cloudweavv1.VirtualMachineImage, error)
- func (c VirtualMachineImageCache) GetByIndex(_, _ string) ([]*cloudweavv1.VirtualMachineImage, error)
- func (c VirtualMachineImageCache) List(namespace string, selector labels.Selector) ([]*cloudweavv1.VirtualMachineImage, error)
- type VirtualMachineImageClient
- func (c VirtualMachineImageClient) Create(virtualMachineImage *cloudweavv1.VirtualMachineImage) (*cloudweavv1.VirtualMachineImage, error)
- func (c VirtualMachineImageClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (c VirtualMachineImageClient) Get(namespace, name string, options metav1.GetOptions) (*cloudweavv1.VirtualMachineImage, error)
- func (c VirtualMachineImageClient) List(_ string, _ metav1.ListOptions) (*cloudweavv1.VirtualMachineImageList, error)
- func (c VirtualMachineImageClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *cloudweavv1.VirtualMachineImage, err error)
- func (c VirtualMachineImageClient) Update(virtualMachineImage *cloudweavv1.VirtualMachineImage) (*cloudweavv1.VirtualMachineImage, error)
- func (c VirtualMachineImageClient) UpdateStatus(*cloudweavv1.VirtualMachineImage) (*cloudweavv1.VirtualMachineImage, error)
- func (c VirtualMachineImageClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- type VirtualMachineInstanceCache
- func (c VirtualMachineInstanceCache) AddIndexer(_ string, _ kubevirtctlv1.VirtualMachineInstanceIndexer)
- 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)
- type VirtualMachineInstanceMigrationCache
- func (c VirtualMachineInstanceMigrationCache) AddIndexer(_ string, _ kubevirtctrl.VirtualMachineInstanceMigrationIndexer)
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddonCache ¶
type AddonCache func(string) harv1type.AddonInterface
func (AddonCache) AddIndexer ¶
func (c AddonCache) AddIndexer(_ string, _ ctlcloudweavv1.AddonIndexer)
func (AddonCache) Get ¶
func (c AddonCache) Get(namespace, name string) (*cloudweavv1.Addon, error)
func (AddonCache) GetByIndex ¶
func (c AddonCache) GetByIndex(_, _ string) ([]*cloudweavv1.Addon, error)
func (AddonCache) List ¶
func (c AddonCache) List(namespace string, selector labels.Selector) ([]*cloudweavv1.Addon, error)
type AppCache ¶
type AppCache func(string) catalogv1type.AppInterface
func (AppCache) AddIndexer ¶
func (c AppCache) AddIndexer(_ string, _ ctlcatalogv1.AppIndexer)
type AppClient ¶
type AppClient func(string) catalogv1type.AppInterface
func (AppClient) UpdateStatus ¶
type CloudweavSettingCache ¶
type CloudweavSettingCache func() cloudweavtype.SettingInterface
func (CloudweavSettingCache) AddIndexer ¶
func (c CloudweavSettingCache) AddIndexer(_ string, _ cloudweavv1ctl.SettingIndexer)
func (CloudweavSettingCache) Get ¶
func (c CloudweavSettingCache) Get(name string) (*v1beta1.Setting, error)
func (CloudweavSettingCache) GetByIndex ¶
func (c CloudweavSettingCache) GetByIndex(_, _ string) ([]*v1beta1.Setting, error)
type CloudweavSettingClient ¶
type CloudweavSettingClient func() cloudweavtype.SettingInterface
func (CloudweavSettingClient) Delete ¶
func (c CloudweavSettingClient) Delete(name string, options *metav1.DeleteOptions) error
func (CloudweavSettingClient) Get ¶
func (c CloudweavSettingClient) Get(name string, options metav1.GetOptions) (*v1beta1.Setting, error)
func (CloudweavSettingClient) List ¶
func (c CloudweavSettingClient) List(opts metav1.ListOptions) (*v1beta1.SettingList, error)
func (CloudweavSettingClient) UpdateStatus ¶
func (CloudweavSettingClient) Watch ¶
func (c CloudweavSettingClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
type ClusterFlowCache ¶
type ClusterFlowCache func() loggingv1type.ClusterFlowInterface
func (ClusterFlowCache) AddIndexer ¶
func (c ClusterFlowCache) AddIndexer(_ string, _ ctlloggingv1.ClusterFlowIndexer)
func (ClusterFlowCache) Get ¶
func (c ClusterFlowCache) Get(_, _ string) (*loggingv1.ClusterFlow, error)
func (ClusterFlowCache) GetByIndex ¶
func (c ClusterFlowCache) GetByIndex(_, _ string) ([]*loggingv1.ClusterFlow, error)
func (ClusterFlowCache) List ¶
func (c ClusterFlowCache) List(_ string, _ labels.Selector) ([]*loggingv1.ClusterFlow, error)
type ClusterFlowClient ¶
type ClusterFlowClient func() loggingv1type.ClusterFlowInterface
func (ClusterFlowClient) Create ¶
func (c ClusterFlowClient) Create(clusterFlow *loggingv1.ClusterFlow) (*loggingv1.ClusterFlow, error)
func (ClusterFlowClient) Delete ¶
func (c ClusterFlowClient) Delete(_, name string, options *metav1.DeleteOptions) error
func (ClusterFlowClient) Get ¶
func (c ClusterFlowClient) Get(_, name string, options metav1.GetOptions) (*loggingv1.ClusterFlow, error)
func (ClusterFlowClient) List ¶
func (c ClusterFlowClient) List(_ string, _ metav1.ListOptions) (*loggingv1.ClusterFlowList, error)
func (ClusterFlowClient) Patch ¶
func (c ClusterFlowClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *loggingv1.ClusterFlow, err error)
func (ClusterFlowClient) Update ¶
func (c ClusterFlowClient) Update(*loggingv1.ClusterFlow) (*loggingv1.ClusterFlow, error)
func (ClusterFlowClient) UpdateStatus ¶
func (c ClusterFlowClient) UpdateStatus(*loggingv1.ClusterFlow) (*loggingv1.ClusterFlow, error)
func (ClusterFlowClient) Watch ¶
func (c ClusterFlowClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type ClusterOutputCache ¶
type ClusterOutputCache func() loggingv1type.ClusterOutputInterface
func (ClusterOutputCache) AddIndexer ¶
func (c ClusterOutputCache) AddIndexer(_ string, _ ctlloggingv1.ClusterOutputIndexer)
func (ClusterOutputCache) Get ¶
func (c ClusterOutputCache) Get(_, _ string) (*loggingv1.ClusterOutput, error)
func (ClusterOutputCache) GetByIndex ¶
func (c ClusterOutputCache) GetByIndex(_, _ string) ([]*loggingv1.ClusterOutput, error)
func (ClusterOutputCache) List ¶
func (c ClusterOutputCache) List(_ string, _ labels.Selector) ([]*loggingv1.ClusterOutput, error)
type ClusterOutputClient ¶
type ClusterOutputClient func() loggingv1type.ClusterOutputInterface
func (ClusterOutputClient) Create ¶
func (c ClusterOutputClient) Create(clusterOutput *loggingv1.ClusterOutput) (*loggingv1.ClusterOutput, error)
func (ClusterOutputClient) Delete ¶
func (c ClusterOutputClient) Delete(_, name string, options *metav1.DeleteOptions) error
func (ClusterOutputClient) Get ¶
func (c ClusterOutputClient) Get(_, name string, options metav1.GetOptions) (*loggingv1.ClusterOutput, error)
func (ClusterOutputClient) List ¶
func (c ClusterOutputClient) List(_ string, _ metav1.ListOptions) (*loggingv1.ClusterOutputList, error)
func (ClusterOutputClient) Patch ¶
func (c ClusterOutputClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (*loggingv1.ClusterOutput, error)
func (ClusterOutputClient) Update ¶
func (c ClusterOutputClient) Update(*loggingv1.ClusterOutput) (*loggingv1.ClusterOutput, error)
func (ClusterOutputClient) UpdateStatus ¶
func (c ClusterOutputClient) UpdateStatus(*loggingv1.ClusterOutput) (*loggingv1.ClusterOutput, error)
func (ClusterOutputClient) Watch ¶
func (c ClusterOutputClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type ConfigmapCache ¶
type ConfigmapCache func(namespace string) corev1type.ConfigMapInterface
func (ConfigmapCache) AddIndexer ¶
func (c ConfigmapCache) AddIndexer(_ string, _ ctlcorev1.ConfigMapIndexer)
func (ConfigmapCache) Get ¶
func (c ConfigmapCache) Get(namespace, name string) (*v1.ConfigMap, error)
func (ConfigmapCache) GetByIndex ¶
func (c ConfigmapCache) GetByIndex(_, _ string) ([]*v1.ConfigMap, error)
type ConfigmapClient ¶
type ConfigmapClient func(namespace string) corev1type.ConfigMapInterface
func (ConfigmapClient) Delete ¶
func (c ConfigmapClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (ConfigmapClient) Get ¶
func (c ConfigmapClient) Get(namespace, name string, opts metav1.GetOptions) (*v1.ConfigMap, error)
func (ConfigmapClient) List ¶
func (c ConfigmapClient) List(namespace string, opts metav1.ListOptions) (*v1.ConfigMapList, error)
func (ConfigmapClient) Watch ¶
func (c ConfigmapClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type ControllerRevisionCache ¶
type ControllerRevisionCache func(string) appsv1.ControllerRevisionInterface
func (ControllerRevisionCache) AddIndexer ¶
func (c ControllerRevisionCache) AddIndexer(_ string, _ ctlappsv1.ControllerRevisionIndexer)
func (ControllerRevisionCache) Get ¶
func (c ControllerRevisionCache) Get(namespace, name string) (*k8sappsv1.ControllerRevision, error)
func (ControllerRevisionCache) GetByIndex ¶
func (c ControllerRevisionCache) GetByIndex(_, _ string) ([]*k8sappsv1.ControllerRevision, error)
func (ControllerRevisionCache) List ¶
func (c ControllerRevisionCache) List(_ string, _ labels.Selector) ([]*k8sappsv1.ControllerRevision, error)
type ControllerRevisionClient ¶
type ControllerRevisionClient func(string) appsv1.ControllerRevisionInterface
func (ControllerRevisionClient) Create ¶
func (c ControllerRevisionClient) Create(cr *k8sappsv1.ControllerRevision) (*k8sappsv1.ControllerRevision, error)
func (ControllerRevisionClient) Delete ¶
func (c ControllerRevisionClient) Delete(namespace, name string, _ *metav1.DeleteOptions) error
func (ControllerRevisionClient) Get ¶
func (c ControllerRevisionClient) Get(namespace, name string, _ metav1.GetOptions) (*k8sappsv1.ControllerRevision, error)
func (ControllerRevisionClient) List ¶
func (c ControllerRevisionClient) List(_ string, _ metav1.ListOptions) (*k8sappsv1.ControllerRevisionList, error)
func (ControllerRevisionClient) Patch ¶
func (c ControllerRevisionClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *k8sappsv1.ControllerRevision, err error)
func (ControllerRevisionClient) Update ¶
func (c ControllerRevisionClient) Update(cr *k8sappsv1.ControllerRevision) (*k8sappsv1.ControllerRevision, error)
func (ControllerRevisionClient) UpdateStatus ¶
func (c ControllerRevisionClient) UpdateStatus(_ *k8sappsv1.ControllerRevision) (*k8sappsv1.ControllerRevision, error)
func (ControllerRevisionClient) Watch ¶
func (c ControllerRevisionClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type DeploymentClient ¶
type DeploymentClient func(string) appsv1type.DeploymentInterface
func (DeploymentClient) Create ¶
func (c DeploymentClient) Create(deployment *appsv1.Deployment) (*appsv1.Deployment, error)
func (DeploymentClient) Delete ¶
func (c DeploymentClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (DeploymentClient) Get ¶
func (c DeploymentClient) Get(namespace, name string, options metav1.GetOptions) (*appsv1.Deployment, error)
func (DeploymentClient) List ¶
func (c DeploymentClient) List(_ string, _ metav1.ListOptions) (*appsv1.DeploymentList, error)
func (DeploymentClient) Patch ¶
func (c DeploymentClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *appsv1.Deployment, err error)
func (DeploymentClient) Update ¶
func (c DeploymentClient) Update(deployment *appsv1.Deployment) (*appsv1.Deployment, error)
func (DeploymentClient) UpdateStatus ¶
func (c DeploymentClient) UpdateStatus(*appsv1.Deployment) (*appsv1.Deployment, error)
func (DeploymentClient) Watch ¶
func (c DeploymentClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type JobClient ¶
type JobClient func(string) batchv1type.JobInterface
type LoggingCache ¶
type LoggingCache func() loggingv1type.LoggingInterface
func (LoggingCache) AddIndexer ¶
func (c LoggingCache) AddIndexer(_ string, _ ctlloggingv1.LoggingIndexer)
func (LoggingCache) GetByIndex ¶
func (c LoggingCache) GetByIndex(_, _ string) ([]*loggingv1.Logging, error)
type LoggingClient ¶
type LoggingClient func() loggingv1type.LoggingInterface
func (LoggingClient) Delete ¶
func (c LoggingClient) Delete(name string, options *metav1.DeleteOptions) error
func (LoggingClient) Get ¶
func (c LoggingClient) Get(name string, options metav1.GetOptions) (*loggingv1.Logging, error)
func (LoggingClient) List ¶
func (c LoggingClient) List(_ metav1.ListOptions) (*loggingv1.LoggingList, error)
func (LoggingClient) UpdateStatus ¶
func (LoggingClient) Watch ¶
func (c LoggingClient) Watch(_ metav1.ListOptions) (watch.Interface, error)
type LonghornReplicaCache ¶
type LonghornReplicaCache func(string) lhtype.ReplicaInterface
func (LonghornReplicaCache) AddIndexer ¶
func (c LonghornReplicaCache) AddIndexer(_ string, _ ctllhv1.ReplicaIndexer)
func (LonghornReplicaCache) Get ¶
func (c LonghornReplicaCache) Get(namespace, name string) (*lhv1beta2.Replica, error)
func (LonghornReplicaCache) GetByIndex ¶
func (c LonghornReplicaCache) GetByIndex(_, _ string) ([]*lhv1beta2.Replica, error)
type LonghornReplicaClient ¶
type LonghornReplicaClient func(string) lhtype.ReplicaInterface
func (LonghornReplicaClient) Delete ¶
func (c LonghornReplicaClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (LonghornReplicaClient) Get ¶
func (c LonghornReplicaClient) Get(namespace, name string, options metav1.GetOptions) (*lhv1beta2.Replica, error)
func (LonghornReplicaClient) List ¶
func (c LonghornReplicaClient) List(namespace string, opts metav1.ListOptions) (*lhv1beta2.ReplicaList, error)
func (LonghornReplicaClient) UpdateStatus ¶
func (LonghornReplicaClient) Watch ¶
func (c LonghornReplicaClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
type LonghornSettingCache ¶
type LonghornSettingCache func(string) lhtype.SettingInterface
func (LonghornSettingCache) AddIndexer ¶
func (c LonghornSettingCache) AddIndexer(_ string, _ ctllhv1.SettingIndexer)
func (LonghornSettingCache) Get ¶
func (c LonghornSettingCache) Get(namespace, name string) (*lhv1beta2.Setting, error)
func (LonghornSettingCache) GetByIndex ¶
func (c LonghornSettingCache) GetByIndex(_, _ string) ([]*lhv1beta2.Setting, error)
type LonghornSettingClient ¶
type LonghornSettingClient func(string) lhtype.SettingInterface
func (LonghornSettingClient) Delete ¶
func (c LonghornSettingClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (LonghornSettingClient) Get ¶
func (c LonghornSettingClient) Get(namespace, name string, options metav1.GetOptions) (*lhv1beta2.Setting, error)
func (LonghornSettingClient) List ¶
func (c LonghornSettingClient) List(namespace string, opts metav1.ListOptions) (*lhv1beta2.SettingList, error)
func (LonghornSettingClient) UpdateStatus ¶
func (LonghornSettingClient) Watch ¶
func (c LonghornSettingClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
type LonghornVolumeCache ¶
type LonghornVolumeCache func(string) longhornv1beta2.VolumeInterface
func (LonghornVolumeCache) AddIndexer ¶
func (c LonghornVolumeCache) AddIndexer(_ string, _ ctllhv1.VolumeIndexer)
func (LonghornVolumeCache) Get ¶
func (c LonghornVolumeCache) Get(namespace, name string) (*lhv1beta2.Volume, error)
func (LonghornVolumeCache) GetByIndex ¶
func (c LonghornVolumeCache) GetByIndex(_, _ string) ([]*lhv1beta2.Volume, error)
type LonghornVolumeClient ¶
type LonghornVolumeClient func(string) longhornv1beta2.VolumeInterface
func (LonghornVolumeClient) Delete ¶
func (c LonghornVolumeClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (LonghornVolumeClient) Get ¶
func (c LonghornVolumeClient) Get(namespace, name string, options metav1.GetOptions) (*lhv1beta2.Volume, error)
func (LonghornVolumeClient) List ¶
func (c LonghornVolumeClient) List(namespace string, opts metav1.ListOptions) (*lhv1beta2.VolumeList, error)
func (LonghornVolumeClient) UpdateStatus ¶
func (LonghornVolumeClient) Watch ¶
func (c LonghornVolumeClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
type ManagedChartCache ¶
type ManagedChartCache func(string) mgmtv3type.ManagedChartInterface
func (ManagedChartCache) AddIndexer ¶
func (c ManagedChartCache) AddIndexer(_ string, _ ctlmgmtv3.ManagedChartIndexer)
func (ManagedChartCache) Get ¶
func (c ManagedChartCache) Get(namespace, name string) (*mgmtv3.ManagedChart, error)
func (ManagedChartCache) GetByIndex ¶
func (c ManagedChartCache) GetByIndex(_, _ string) ([]*mgmtv3.ManagedChart, error)
func (ManagedChartCache) List ¶
func (c ManagedChartCache) List(namespace string, selector labels.Selector) ([]*mgmtv3.ManagedChart, error)
type ManagedChartClient ¶
type ManagedChartClient func(string) mgmtv3type.ManagedChartInterface
func (ManagedChartClient) Create ¶
func (c ManagedChartClient) Create(managedChart *mgmtv3.ManagedChart) (*mgmtv3.ManagedChart, error)
func (ManagedChartClient) Delete ¶
func (c ManagedChartClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (ManagedChartClient) Get ¶
func (c ManagedChartClient) Get(namespace, name string, options metav1.GetOptions) (*mgmtv3.ManagedChart, error)
func (ManagedChartClient) List ¶
func (c ManagedChartClient) List(_ string, _ metav1.ListOptions) (*mgmtv3.ManagedChartList, error)
func (ManagedChartClient) Patch ¶
func (c ManagedChartClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *mgmtv3.ManagedChart, err error)
func (ManagedChartClient) Update ¶
func (c ManagedChartClient) Update(managedChart *mgmtv3.ManagedChart) (*mgmtv3.ManagedChart, error)
func (ManagedChartClient) UpdateStatus ¶
func (c ManagedChartClient) UpdateStatus(*mgmtv3.ManagedChart) (*mgmtv3.ManagedChart, error)
func (ManagedChartClient) Watch ¶
func (c ManagedChartClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type NamespaceCache ¶
type NamespaceCache func() corev1type.NamespaceInterface
func (NamespaceCache) AddIndexer ¶
func (c NamespaceCache) AddIndexer(_ string, _ ctlcorev1.NamespaceIndexer)
func (NamespaceCache) GetByIndex ¶
func (c NamespaceCache) GetByIndex(_, _ string) ([]*v1.Namespace, error)
type NamespaceClient ¶
type NamespaceClient func() corev1type.NamespaceInterface
func (NamespaceClient) Delete ¶
func (c NamespaceClient) Delete(_ string, _ *metav1.DeleteOptions) error
func (NamespaceClient) Get ¶
func (c NamespaceClient) Get(name string, options metav1.GetOptions) (*v1.Namespace, error)
func (NamespaceClient) List ¶
func (c NamespaceClient) List(metav1.ListOptions) (*v1.NamespaceList, error)
func (NamespaceClient) UpdateStatus ¶
func (NamespaceClient) Watch ¶
func (c NamespaceClient) Watch(metav1.ListOptions) (watch.Interface, error)
type NetworkAttachmentDefinitionCache ¶
type NetworkAttachmentDefinitionCache func(namespace string) cnitype.NetworkAttachmentDefinitionInterface
func (NetworkAttachmentDefinitionCache) AddIndexer ¶
func (c NetworkAttachmentDefinitionCache) AddIndexer(_ string, _ ctlcniv1.NetworkAttachmentDefinitionIndexer)
func (NetworkAttachmentDefinitionCache) Get ¶
func (c NetworkAttachmentDefinitionCache) Get(namespace, name string) (*cniv1.NetworkAttachmentDefinition, error)
func (NetworkAttachmentDefinitionCache) GetByIndex ¶
func (c NetworkAttachmentDefinitionCache) GetByIndex(_, _ string) ([]*cniv1.NetworkAttachmentDefinition, error)
func (NetworkAttachmentDefinitionCache) List ¶
func (c NetworkAttachmentDefinitionCache) List(namespace string, selector labels.Selector) ([]*cniv1.NetworkAttachmentDefinition, error)
type NodeCache ¶
type NodeCache func() corev1type.NodeInterface
func (NodeCache) AddIndexer ¶
func (c NodeCache) AddIndexer(_ string, _ ctlcorev1.NodeIndexer)
type NodeClient ¶
type NodeClient func() corev1type.NodeInterface
func (NodeClient) Delete ¶
func (c NodeClient) Delete(_ string, _ *metav1.DeleteOptions) error
func (NodeClient) Get ¶
func (c NodeClient) Get(name string, options metav1.GetOptions) (*v1.Node, error)
func (NodeClient) List ¶
func (c NodeClient) List(metav1.ListOptions) (*v1.NodeList, error)
func (NodeClient) UpdateStatus ¶
func (NodeClient) Watch ¶
func (c NodeClient) Watch(metav1.ListOptions) (watch.Interface, error)
type PersistentVolumeClaimCache ¶
type PersistentVolumeClaimCache func(string) v1.PersistentVolumeClaimInterface
func (PersistentVolumeClaimCache) AddIndexer ¶
func (c PersistentVolumeClaimCache) AddIndexer(_ string, _ ctlv1.PersistentVolumeClaimIndexer)
func (PersistentVolumeClaimCache) Get ¶
func (c PersistentVolumeClaimCache) Get(namespace, name string) (*corev1.PersistentVolumeClaim, error)
func (PersistentVolumeClaimCache) GetByIndex ¶
func (c PersistentVolumeClaimCache) GetByIndex(indexName, key string) ([]*corev1.PersistentVolumeClaim, error)
func (PersistentVolumeClaimCache) List ¶
func (c PersistentVolumeClaimCache) List(_ string, _ labels.Selector) ([]*corev1.PersistentVolumeClaim, error)
type PersistentVolumeClaimClient ¶
type PersistentVolumeClaimClient func(string) v1.PersistentVolumeClaimInterface
func (PersistentVolumeClaimClient) Create ¶
func (c PersistentVolumeClaimClient) Create(volume *corev1.PersistentVolumeClaim) (*corev1.PersistentVolumeClaim, error)
func (PersistentVolumeClaimClient) Delete ¶
func (c PersistentVolumeClaimClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (PersistentVolumeClaimClient) Get ¶
func (c PersistentVolumeClaimClient) Get(namespace, name string, options metav1.GetOptions) (*corev1.PersistentVolumeClaim, error)
func (PersistentVolumeClaimClient) List ¶
func (c PersistentVolumeClaimClient) List(namespace string, opts metav1.ListOptions) (*corev1.PersistentVolumeClaimList, error)
func (PersistentVolumeClaimClient) Patch ¶
func (c PersistentVolumeClaimClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *corev1.PersistentVolumeClaim, err error)
func (PersistentVolumeClaimClient) Update ¶
func (c PersistentVolumeClaimClient) Update(volume *corev1.PersistentVolumeClaim) (*corev1.PersistentVolumeClaim, error)
func (PersistentVolumeClaimClient) UpdateStatus ¶
func (c PersistentVolumeClaimClient) UpdateStatus(*corev1.PersistentVolumeClaim) (*corev1.PersistentVolumeClaim, error)
func (PersistentVolumeClaimClient) Watch ¶
func (c PersistentVolumeClaimClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
type PlanCache ¶
type PlanCache func(string) upgradev1.PlanInterface
func (PlanCache) AddIndexer ¶
func (c PlanCache) AddIndexer(_ string, _ upgradectlv1.PlanIndexer)
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)
type ResourceQuotaCache ¶
type ResourceQuotaCache func(string) corev1type.ResourceQuotaInterface
func (ResourceQuotaCache) AddIndexer ¶
func (c ResourceQuotaCache) AddIndexer(_ string, _ ctlharvcorev1.ResourceQuotaIndexer)
func (ResourceQuotaCache) Get ¶
func (c ResourceQuotaCache) Get(namespace, name string) (*v1.ResourceQuota, error)
func (ResourceQuotaCache) GetByIndex ¶
func (c ResourceQuotaCache) GetByIndex(_, _ string) ([]*v1.ResourceQuota, error)
func (ResourceQuotaCache) List ¶
func (c ResourceQuotaCache) List(namespace string, selector labels.Selector) ([]*v1.ResourceQuota, error)
type ResourceQuotaClient ¶
type ResourceQuotaClient func(string) corev1type.ResourceQuotaInterface
func (ResourceQuotaClient) Create ¶
func (c ResourceQuotaClient) Create(quota *v1.ResourceQuota) (*v1.ResourceQuota, error)
func (ResourceQuotaClient) Delete ¶
func (c ResourceQuotaClient) Delete(_ string, _ string, _ *metav1.DeleteOptions) error
func (ResourceQuotaClient) Get ¶
func (c ResourceQuotaClient) Get(namespace string, name string, options metav1.GetOptions) (*v1.ResourceQuota, error)
func (ResourceQuotaClient) List ¶
func (c ResourceQuotaClient) List(_ string, _ metav1.ListOptions) (*v1.ResourceQuotaList, error)
func (ResourceQuotaClient) Patch ¶
func (c ResourceQuotaClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *v1.ResourceQuota, err error)
func (ResourceQuotaClient) Update ¶
func (c ResourceQuotaClient) Update(quota *v1.ResourceQuota) (*v1.ResourceQuota, error)
func (ResourceQuotaClient) UpdateStatus ¶
func (c ResourceQuotaClient) UpdateStatus(*v1.ResourceQuota) (*v1.ResourceQuota, error)
func (ResourceQuotaClient) Watch ¶
func (c ResourceQuotaClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type ServiceCache ¶
type ServiceCache func(string) v1.ServiceInterface
func (ServiceCache) AddIndexer ¶
func (c ServiceCache) AddIndexer(_ string, _ ctlv1.ServiceIndexer)
func (ServiceCache) Get ¶
func (c ServiceCache) Get(namespace, name string) (*corev1.Service, error)
func (ServiceCache) GetByIndex ¶
func (c ServiceCache) GetByIndex(_, _ string) ([]*corev1.Service, error)
type ServiceClient ¶
type ServiceClient func(string) v1.ServiceInterface
func (ServiceClient) Delete ¶
func (c ServiceClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (ServiceClient) Get ¶
func (c ServiceClient) Get(namespace, name string, options metav1.GetOptions) (*corev1.Service, error)
func (ServiceClient) List ¶
func (c ServiceClient) List(namespace string, opts metav1.ListOptions) (*corev1.ServiceList, error)
func (ServiceClient) UpdateStatus ¶
func (ServiceClient) Watch ¶
func (c ServiceClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
type StorageClassCache ¶
type StorageClassCache func() storagev1type.StorageClassInterface
func (StorageClassCache) AddIndexer ¶
func (c StorageClassCache) AddIndexer(_ string, _ ctlstoragev1.StorageClassIndexer)
func (StorageClassCache) Get ¶
func (c StorageClassCache) Get(name string) (*storagev1.StorageClass, error)
func (StorageClassCache) GetByIndex ¶
func (c StorageClassCache) GetByIndex(_, _ string) ([]*storagev1.StorageClass, error)
func (StorageClassCache) List ¶
func (c StorageClassCache) List(selector labels.Selector) ([]*storagev1.StorageClass, error)
type StorageClassClient ¶
type StorageClassClient func() storagev1type.StorageClassInterface
func (StorageClassClient) Create ¶
func (c StorageClassClient) Create(s *storagev1.StorageClass) (*storagev1.StorageClass, error)
func (StorageClassClient) Delete ¶
func (c StorageClassClient) Delete(name string, options *metav1.DeleteOptions) error
func (StorageClassClient) Get ¶
func (c StorageClassClient) Get(name string, options metav1.GetOptions) (*storagev1.StorageClass, error)
func (StorageClassClient) List ¶
func (c StorageClassClient) List(opts metav1.ListOptions) (*storagev1.StorageClassList, error)
func (StorageClassClient) Patch ¶
func (c StorageClassClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *storagev1.StorageClass, err error)
func (StorageClassClient) Update ¶
func (c StorageClassClient) Update(s *storagev1.StorageClass) (*storagev1.StorageClass, error)
func (StorageClassClient) UpdateStatus ¶
func (c StorageClassClient) UpdateStatus(_ *storagev1.StorageClass) (*storagev1.StorageClass, error)
func (StorageClassClient) Watch ¶
func (c StorageClassClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
type SupportBundleCache ¶
type SupportBundleCache func(string) harv1type.SupportBundleInterface
func (SupportBundleCache) AddIndexer ¶
func (c SupportBundleCache) AddIndexer(_ string, _ ctlcloudweavv1.SupportBundleIndexer)
func (SupportBundleCache) Get ¶
func (c SupportBundleCache) Get(namespace, name string) (*cloudweavv1.SupportBundle, error)
func (SupportBundleCache) GetByIndex ¶
func (c SupportBundleCache) GetByIndex(_, _ string) ([]*cloudweavv1.SupportBundle, error)
func (SupportBundleCache) List ¶
func (c SupportBundleCache) List(_ string, _ labels.Selector) ([]*cloudweavv1.SupportBundle, error)
type SupportBundleClient ¶
type SupportBundleClient func(string) harv1type.SupportBundleInterface
func (SupportBundleClient) AddGenericHandler ¶
func (SupportBundleClient) AddGenericRemoveHandler ¶
func (SupportBundleClient) Cache ¶
func (c SupportBundleClient) Cache() ctlcloudweavv1.SupportBundleCache
func (SupportBundleClient) Create ¶
func (c SupportBundleClient) Create(sb *cloudweavv1.SupportBundle) (*cloudweavv1.SupportBundle, error)
func (SupportBundleClient) Delete ¶
func (c SupportBundleClient) Delete(namespace, name string, _ *metav1.DeleteOptions) error
func (SupportBundleClient) Enqueue ¶
func (c SupportBundleClient) Enqueue(_, _ string)
func (SupportBundleClient) EnqueueAfter ¶
func (c SupportBundleClient) EnqueueAfter(_, _ string, _ time.Duration)
func (SupportBundleClient) Get ¶
func (c SupportBundleClient) Get(namespace, name string, _ metav1.GetOptions) (*cloudweavv1.SupportBundle, error)
func (SupportBundleClient) GroupVersionKind ¶
func (c SupportBundleClient) GroupVersionKind() schema.GroupVersionKind
func (SupportBundleClient) Informer ¶
func (c SupportBundleClient) Informer() cache.SharedIndexInformer
func (SupportBundleClient) List ¶
func (c SupportBundleClient) List(_ string, _ metav1.ListOptions) (*cloudweavv1.SupportBundleList, error)
func (SupportBundleClient) OnChange ¶
func (c SupportBundleClient) OnChange(_ context.Context, _ string, _ ctlcloudweavv1.SupportBundleHandler)
func (SupportBundleClient) OnRemove ¶
func (c SupportBundleClient) OnRemove(_ context.Context, _ string, _ ctlcloudweavv1.SupportBundleHandler)
func (SupportBundleClient) Patch ¶
func (c SupportBundleClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *cloudweavv1.SupportBundle, err error)
func (SupportBundleClient) Update ¶
func (c SupportBundleClient) Update(sb *cloudweavv1.SupportBundle) (*cloudweavv1.SupportBundle, error)
func (SupportBundleClient) UpdateStatus ¶
func (c SupportBundleClient) UpdateStatus(*cloudweavv1.SupportBundle) (*cloudweavv1.SupportBundle, error)
func (SupportBundleClient) Updater ¶
func (c SupportBundleClient) Updater() generic.Updater
func (SupportBundleClient) Watch ¶
func (c SupportBundleClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type UpgradeCache ¶
type UpgradeCache func(string) harv1type.UpgradeInterface
func (UpgradeCache) AddIndexer ¶
func (c UpgradeCache) AddIndexer(_ string, _ ctlcloudweavv1.UpgradeIndexer)
func (UpgradeCache) Get ¶
func (c UpgradeCache) Get(namespace, name string) (*cloudweavv1.Upgrade, error)
func (UpgradeCache) GetByIndex ¶
func (c UpgradeCache) GetByIndex(_, _ string) ([]*cloudweavv1.Upgrade, error)
func (UpgradeCache) List ¶
func (c UpgradeCache) List(namespace string, selector labels.Selector) ([]*cloudweavv1.Upgrade, error)
type UpgradeClient ¶
type UpgradeClient func(string) harv1type.UpgradeInterface
func (UpgradeClient) Create ¶
func (c UpgradeClient) Create(*cloudweavv1.Upgrade) (*cloudweavv1.Upgrade, error)
func (UpgradeClient) Delete ¶
func (c UpgradeClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (UpgradeClient) Get ¶
func (c UpgradeClient) Get(_, _ string, _ metav1.GetOptions) (*cloudweavv1.Upgrade, error)
func (UpgradeClient) List ¶
func (c UpgradeClient) List(_ string, _ metav1.ListOptions) (*cloudweavv1.UpgradeList, error)
func (UpgradeClient) Patch ¶
func (c UpgradeClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *cloudweavv1.Upgrade, err error)
func (UpgradeClient) Update ¶
func (c UpgradeClient) Update(upgrade *cloudweavv1.Upgrade) (*cloudweavv1.Upgrade, error)
func (UpgradeClient) UpdateStatus ¶
func (c UpgradeClient) UpdateStatus(*cloudweavv1.Upgrade) (*cloudweavv1.Upgrade, error)
func (UpgradeClient) Watch ¶
func (c UpgradeClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type UpgradeLogCache ¶
type UpgradeLogCache func(string) harv1type.UpgradeLogInterface
func (UpgradeLogCache) AddIndexer ¶
func (c UpgradeLogCache) AddIndexer(_ string, _ ctlcloudweavv1.UpgradeLogIndexer)
func (UpgradeLogCache) Get ¶
func (c UpgradeLogCache) Get(namespace, name string) (*cloudweavv1.UpgradeLog, error)
func (UpgradeLogCache) GetByIndex ¶
func (c UpgradeLogCache) GetByIndex(_, _ string) ([]*cloudweavv1.UpgradeLog, error)
func (UpgradeLogCache) List ¶
func (c UpgradeLogCache) List(_ string, _ labels.Selector) ([]*cloudweavv1.UpgradeLog, error)
type UpgradeLogClient ¶
type UpgradeLogClient func(string) harv1type.UpgradeLogInterface
func (UpgradeLogClient) Create ¶
func (c UpgradeLogClient) Create(upgradeLog *cloudweavv1.UpgradeLog) (*cloudweavv1.UpgradeLog, error)
func (UpgradeLogClient) Delete ¶
func (c UpgradeLogClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (UpgradeLogClient) Get ¶
func (c UpgradeLogClient) Get(namespace, name string, options metav1.GetOptions) (*cloudweavv1.UpgradeLog, error)
func (UpgradeLogClient) List ¶
func (c UpgradeLogClient) List(_ string, _ metav1.ListOptions) (*cloudweavv1.UpgradeLogList, error)
func (UpgradeLogClient) Patch ¶
func (c UpgradeLogClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *cloudweavv1.UpgradeLog, err error)
func (UpgradeLogClient) Update ¶
func (c UpgradeLogClient) Update(upgradeLog *cloudweavv1.UpgradeLog) (*cloudweavv1.UpgradeLog, error)
func (UpgradeLogClient) UpdateStatus ¶
func (c UpgradeLogClient) UpdateStatus(*cloudweavv1.UpgradeLog) (*cloudweavv1.UpgradeLog, error)
func (UpgradeLogClient) Watch ¶
func (c UpgradeLogClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type VMBackupCache ¶
type VMBackupCache func(string) cloudweavtype.VirtualMachineBackupInterface
func (VMBackupCache) AddIndexer ¶
func (c VMBackupCache) AddIndexer(_ string, _ cloudweavv1ctl.VirtualMachineBackupIndexer)
func (VMBackupCache) Get ¶
func (c VMBackupCache) Get(namespace, name string) (*cloudweavv1beta1.VirtualMachineBackup, error)
func (VMBackupCache) GetByIndex ¶
func (c VMBackupCache) GetByIndex(indexName, key string) ([]*cloudweavv1beta1.VirtualMachineBackup, error)
func (VMBackupCache) List ¶
func (c VMBackupCache) List(_ string, _ labels.Selector) ([]*cloudweavv1beta1.VirtualMachineBackup, error)
type VMBackupClient ¶
type VMBackupClient func(string) cloudweavtype.VirtualMachineBackupInterface
func (VMBackupClient) Create ¶
func (c VMBackupClient) Create(vmBackup *cloudweavv1beta1.VirtualMachineBackup) (*cloudweavv1beta1.VirtualMachineBackup, error)
func (VMBackupClient) Delete ¶
func (c VMBackupClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (VMBackupClient) Get ¶
func (c VMBackupClient) Get(namespace, name string, options metav1.GetOptions) (*cloudweavv1beta1.VirtualMachineBackup, error)
func (VMBackupClient) List ¶
func (c VMBackupClient) List(namespace string, opts metav1.ListOptions) (*cloudweavv1beta1.VirtualMachineBackupList, error)
func (VMBackupClient) Patch ¶
func (c VMBackupClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *cloudweavv1beta1.VirtualMachineBackup, err error)
func (VMBackupClient) Update ¶
func (c VMBackupClient) Update(volume *cloudweavv1beta1.VirtualMachineBackup) (*cloudweavv1beta1.VirtualMachineBackup, error)
func (VMBackupClient) UpdateStatus ¶
func (c VMBackupClient) UpdateStatus(_ *cloudweavv1beta1.VirtualMachineBackup) (*cloudweavv1beta1.VirtualMachineBackup, error)
func (VMBackupClient) Watch ¶
func (c VMBackupClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
type VersionCache ¶
type VersionCache func(string) harv1type.VersionInterface
func (VersionCache) AddIndexer ¶
func (c VersionCache) AddIndexer(_ string, _ ctlcloudweavv1.VersionIndexer)
func (VersionCache) Get ¶
func (c VersionCache) Get(namespace, name string) (*cloudweavv1.Version, error)
func (VersionCache) GetByIndex ¶
func (c VersionCache) GetByIndex(_, _ string) ([]*cloudweavv1.Version, error)
func (VersionCache) List ¶
func (c VersionCache) List(_ string, _ labels.Selector) ([]*cloudweavv1.Version, error)
type VirtualMachineCache ¶
type VirtualMachineCache func(string) kubevirtv1.VirtualMachineInterface
func (VirtualMachineCache) AddIndexer ¶
func (c VirtualMachineCache) AddIndexer(_ string, _ kubevirtctlv1.VirtualMachineIndexer)
func (VirtualMachineCache) Get ¶
func (c VirtualMachineCache) Get(namespace, name string) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineCache) GetByIndex ¶
func (c VirtualMachineCache) GetByIndex(_, _ string) ([]*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineCache) List ¶
func (c VirtualMachineCache) List(_ string, _ labels.Selector) ([]*kubevirtv1api.VirtualMachine, error)
type VirtualMachineClient ¶
type VirtualMachineClient func(string) kubevirtv1.VirtualMachineInterface
func (VirtualMachineClient) AddGenericHandler ¶
func (VirtualMachineClient) AddGenericRemoveHandler ¶
func (VirtualMachineClient) Cache ¶
func (c VirtualMachineClient) Cache() kubevirtctlv1.VirtualMachineCache
func (VirtualMachineClient) Create ¶
func (c VirtualMachineClient) Create(virtualMachine *kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineClient) Delete ¶
func (c VirtualMachineClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (VirtualMachineClient) Enqueue ¶
func (c VirtualMachineClient) Enqueue(_, _ string)
func (VirtualMachineClient) EnqueueAfter ¶
func (c VirtualMachineClient) EnqueueAfter(_, _ string, _ time.Duration)
func (VirtualMachineClient) Get ¶
func (c VirtualMachineClient) Get(namespace, name string, options metav1.GetOptions) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineClient) GroupVersionKind ¶
func (c VirtualMachineClient) GroupVersionKind() schema.GroupVersionKind
func (VirtualMachineClient) Informer ¶
func (c VirtualMachineClient) Informer() cache.SharedIndexInformer
func (VirtualMachineClient) List ¶
func (c VirtualMachineClient) List(_ string, _ metav1.ListOptions) (*kubevirtv1api.VirtualMachineList, error)
func (VirtualMachineClient) OnChange ¶
func (c VirtualMachineClient) OnChange(_ context.Context, _ string, _ kubevirtctlv1.VirtualMachineHandler)
func (VirtualMachineClient) OnRemove ¶
func (c VirtualMachineClient) OnRemove(_ context.Context, _ string, _ kubevirtctlv1.VirtualMachineHandler)
func (VirtualMachineClient) Patch ¶
func (c VirtualMachineClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *kubevirtv1api.VirtualMachine, err error)
func (VirtualMachineClient) Update ¶
func (c VirtualMachineClient) Update(virtualMachine *kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineClient) UpdateStatus ¶
func (c VirtualMachineClient) UpdateStatus(*kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
func (VirtualMachineClient) Updater ¶
func (c VirtualMachineClient) Updater() generic.Updater
func (VirtualMachineClient) Watch ¶
func (c VirtualMachineClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type VirtualMachineImageCache ¶
type VirtualMachineImageCache func(string) harv1type.VirtualMachineImageInterface
func (VirtualMachineImageCache) AddIndexer ¶
func (c VirtualMachineImageCache) AddIndexer(_ string, _ ctlcloudweavv1.VirtualMachineImageIndexer)
func (VirtualMachineImageCache) Get ¶
func (c VirtualMachineImageCache) Get(namespace, name string) (*cloudweavv1.VirtualMachineImage, error)
func (VirtualMachineImageCache) GetByIndex ¶
func (c VirtualMachineImageCache) GetByIndex(_, _ string) ([]*cloudweavv1.VirtualMachineImage, error)
func (VirtualMachineImageCache) List ¶
func (c VirtualMachineImageCache) List(namespace string, selector labels.Selector) ([]*cloudweavv1.VirtualMachineImage, error)
type VirtualMachineImageClient ¶
type VirtualMachineImageClient func(string) harv1type.VirtualMachineImageInterface
func (VirtualMachineImageClient) Create ¶
func (c VirtualMachineImageClient) Create(virtualMachineImage *cloudweavv1.VirtualMachineImage) (*cloudweavv1.VirtualMachineImage, error)
func (VirtualMachineImageClient) Delete ¶
func (c VirtualMachineImageClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (VirtualMachineImageClient) Get ¶
func (c VirtualMachineImageClient) Get(namespace, name string, options metav1.GetOptions) (*cloudweavv1.VirtualMachineImage, error)
func (VirtualMachineImageClient) List ¶
func (c VirtualMachineImageClient) List(_ string, _ metav1.ListOptions) (*cloudweavv1.VirtualMachineImageList, error)
func (VirtualMachineImageClient) Patch ¶
func (c VirtualMachineImageClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *cloudweavv1.VirtualMachineImage, err error)
func (VirtualMachineImageClient) Update ¶
func (c VirtualMachineImageClient) Update(virtualMachineImage *cloudweavv1.VirtualMachineImage) (*cloudweavv1.VirtualMachineImage, error)
func (VirtualMachineImageClient) UpdateStatus ¶
func (c VirtualMachineImageClient) UpdateStatus(*cloudweavv1.VirtualMachineImage) (*cloudweavv1.VirtualMachineImage, error)
func (VirtualMachineImageClient) Watch ¶
func (c VirtualMachineImageClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type VirtualMachineInstanceCache ¶
type VirtualMachineInstanceCache func(string) kubevirtv1.VirtualMachineInstanceInterface
func (VirtualMachineInstanceCache) AddIndexer ¶
func (c VirtualMachineInstanceCache) AddIndexer(_ string, _ kubevirtctlv1.VirtualMachineInstanceIndexer)
func (VirtualMachineInstanceCache) Get ¶
func (c VirtualMachineInstanceCache) Get(namespace, name string) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceCache) GetByIndex ¶
func (c VirtualMachineInstanceCache) GetByIndex(_, _ string) ([]*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceCache) List ¶
func (c VirtualMachineInstanceCache) List(namespace string, selector labels.Selector) ([]*kubevirtv1api.VirtualMachineInstance, error)
type VirtualMachineInstanceClient ¶
type VirtualMachineInstanceClient func(string) kubevirtv1.VirtualMachineInstanceInterface
func (VirtualMachineInstanceClient) Create ¶
func (c VirtualMachineInstanceClient) Create(vmi *kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceClient) Delete ¶
func (c VirtualMachineInstanceClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (VirtualMachineInstanceClient) Get ¶
func (c VirtualMachineInstanceClient) Get(namespace, name string, options metav1.GetOptions) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceClient) List ¶
func (c VirtualMachineInstanceClient) List(_ string, _ metav1.ListOptions) (*kubevirtv1api.VirtualMachineInstanceList, error)
func (VirtualMachineInstanceClient) Patch ¶
func (c VirtualMachineInstanceClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *kubevirtv1api.VirtualMachineInstance, err error)
func (VirtualMachineInstanceClient) Update ¶
func (c VirtualMachineInstanceClient) Update(vmi *kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceClient) UpdateStatus ¶
func (c VirtualMachineInstanceClient) UpdateStatus(*kubevirtv1api.VirtualMachineInstance) (*kubevirtv1api.VirtualMachineInstance, error)
func (VirtualMachineInstanceClient) Watch ¶
func (c VirtualMachineInstanceClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
type VirtualMachineInstanceMigrationCache ¶
type VirtualMachineInstanceMigrationCache func(string) kubevirttype.VirtualMachineInstanceMigrationInterface
func (VirtualMachineInstanceMigrationCache) AddIndexer ¶
func (c VirtualMachineInstanceMigrationCache) AddIndexer(_ string, _ kubevirtctrl.VirtualMachineInstanceMigrationIndexer)
func (VirtualMachineInstanceMigrationCache) Get ¶
func (c VirtualMachineInstanceMigrationCache) Get(namespace, name string) (*kubevirtv1.VirtualMachineInstanceMigration, error)
func (VirtualMachineInstanceMigrationCache) GetByIndex ¶
func (c VirtualMachineInstanceMigrationCache) GetByIndex(_, _ string) ([]*kubevirtv1.VirtualMachineInstanceMigration, error)
func (VirtualMachineInstanceMigrationCache) List ¶
func (c VirtualMachineInstanceMigrationCache) List(namespace string, selector labels.Selector) ([]*kubevirtv1.VirtualMachineInstanceMigration, error)
type VirtualMachineInstanceMigrationClient ¶
type VirtualMachineInstanceMigrationClient func(string) kubevirttype.VirtualMachineInstanceMigrationInterface
func (VirtualMachineInstanceMigrationClient) Create ¶
func (c VirtualMachineInstanceMigrationClient) Create(virtualMachine *kubevirtv1.VirtualMachineInstanceMigration) (*kubevirtv1.VirtualMachineInstanceMigration, error)
func (VirtualMachineInstanceMigrationClient) Delete ¶
func (c VirtualMachineInstanceMigrationClient) Delete(namespace, name string, opts *metav1.DeleteOptions) error
func (VirtualMachineInstanceMigrationClient) Get ¶
func (c VirtualMachineInstanceMigrationClient) Get(namespace, name string, opts metav1.GetOptions) (*kubevirtv1.VirtualMachineInstanceMigration, error)
func (VirtualMachineInstanceMigrationClient) List ¶
func (c VirtualMachineInstanceMigrationClient) List(namespace string, opts metav1.ListOptions) (*kubevirtv1.VirtualMachineInstanceMigrationList, error)
func (VirtualMachineInstanceMigrationClient) Patch ¶
func (c VirtualMachineInstanceMigrationClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *kubevirtv1.VirtualMachineInstanceMigration, err error)
func (VirtualMachineInstanceMigrationClient) Update ¶
func (c VirtualMachineInstanceMigrationClient) Update(virtualMachine *kubevirtv1.VirtualMachineInstanceMigration) (*kubevirtv1.VirtualMachineInstanceMigration, error)
func (VirtualMachineInstanceMigrationClient) UpdateStatus ¶
func (c VirtualMachineInstanceMigrationClient) UpdateStatus(virtualMachine *kubevirtv1.VirtualMachineInstanceMigration) (*kubevirtv1.VirtualMachineInstanceMigration, error)
func (VirtualMachineInstanceMigrationClient) Watch ¶
func (c VirtualMachineInstanceMigrationClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
Source Files
¶
- addon.go
- app.go
- cloudweavsetting.go
- clusterflow.go
- clusteroutput.go
- configmap.go
- controllerrevision.go
- deployment.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
- service.go
- storageclass.go
- supportbundle.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.