Documentation ¶
Index ¶
- type AddonCache
- func (c AddonCache) AddIndexer(indexName string, indexer ctlharvesterv1.AddonIndexer)
- func (c AddonCache) Get(namespace, name string) (*harvesterv1.Addon, error)
- func (c AddonCache) GetByIndex(indexName, key string) ([]*harvesterv1.Addon, error)
- func (c AddonCache) List(namespace string, selector labels.Selector) ([]*harvesterv1.Addon, error)
- type AppCache
- func (c AppCache) AddIndexer(indexName string, indexer ctlcatalogv1.AppIndexer)
- func (c AppCache) Get(namespace, name string) (*catalogv1.App, error)
- func (c AppCache) GetByIndex(indexName, key string) ([]*catalogv1.App, error)
- func (c AppCache) List(namespace string, selector labels.Selector) ([]*catalogv1.App, error)
- type ClusterFlowCache
- func (c ClusterFlowCache) AddIndexer(indexName string, indexer ctlloggingv1.ClusterFlowIndexer)
- func (c ClusterFlowCache) Get(namespace, name string) (*loggingv1.ClusterFlow, error)
- func (c ClusterFlowCache) GetByIndex(indexName, key string) ([]*loggingv1.ClusterFlow, error)
- func (c ClusterFlowCache) List(namespace string, selector labels.Selector) ([]*loggingv1.ClusterFlow, error)
- type ClusterFlowClient
- func (c ClusterFlowClient) Create(clusterFlow *loggingv1.ClusterFlow) (*loggingv1.ClusterFlow, error)
- func (c ClusterFlowClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c ClusterFlowClient) Get(namespace, name string, options metav1.GetOptions) (*loggingv1.ClusterFlow, error)
- func (c ClusterFlowClient) List(namespace string, opts metav1.ListOptions) (*loggingv1.ClusterFlowList, error)
- func (c ClusterFlowClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *loggingv1.ClusterFlow, err error)
- func (c ClusterFlowClient) Update(clusterFlow *loggingv1.ClusterFlow) (*loggingv1.ClusterFlow, error)
- func (c ClusterFlowClient) UpdateStatus(clusterFlow *loggingv1.ClusterFlow) (*loggingv1.ClusterFlow, error)
- func (c ClusterFlowClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type ClusterOutputCache
- func (c ClusterOutputCache) AddIndexer(indexName string, indexer ctlloggingv1.ClusterOutputIndexer)
- func (c ClusterOutputCache) Get(namespace, name string) (*loggingv1.ClusterOutput, error)
- func (c ClusterOutputCache) GetByIndex(indexName, key string) ([]*loggingv1.ClusterOutput, error)
- func (c ClusterOutputCache) List(namespace string, selector labels.Selector) ([]*loggingv1.ClusterOutput, error)
- type ClusterOutputClient
- func (c ClusterOutputClient) Create(clusterOutput *loggingv1.ClusterOutput) (*loggingv1.ClusterOutput, error)
- func (c ClusterOutputClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c ClusterOutputClient) Get(namespace, name string, options metav1.GetOptions) (*loggingv1.ClusterOutput, error)
- func (c ClusterOutputClient) List(namespace string, opts metav1.ListOptions) (*loggingv1.ClusterOutputList, error)
- func (c ClusterOutputClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *loggingv1.ClusterOutput, err error)
- func (c ClusterOutputClient) Update(clusterOutput *loggingv1.ClusterOutput) (*loggingv1.ClusterOutput, error)
- func (c ClusterOutputClient) UpdateStatus(clusterOutput *loggingv1.ClusterOutput) (*loggingv1.ClusterOutput, error)
- func (c ClusterOutputClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type ConfigmapCache
- func (c ConfigmapCache) AddIndexer(indexName string, indexer ctlcorev1.ConfigMapIndexer)
- func (c ConfigmapCache) Get(namespace, name string) (*v1.ConfigMap, error)
- func (c ConfigmapCache) GetByIndex(indexName, key 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(namespace, name string, options *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(namespace, name string, pt types.PatchType, data []byte, ...) (result *v1.ConfigMap, err error)
- func (c ConfigmapClient) Update(configMap *v1.ConfigMap) (*v1.ConfigMap, error)
- func (c ConfigmapClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type DeploymentClient
- func (c DeploymentClient) Create(deployment *appsv1.Deployment) (*appsv1.Deployment, error)
- func (c DeploymentClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c DeploymentClient) Get(namespace, name string, options metav1.GetOptions) (*appsv1.Deployment, error)
- func (c DeploymentClient) List(namespace string, opts metav1.ListOptions) (*appsv1.DeploymentList, error)
- func (c DeploymentClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (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(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type HarvesterSettingCache
- func (c HarvesterSettingCache) AddIndexer(indexName string, indexer harvesterv1ctl.SettingIndexer)
- func (c HarvesterSettingCache) Get(name string) (*v1beta1.Setting, error)
- func (c HarvesterSettingCache) GetByIndex(indexName, key string) ([]*v1beta1.Setting, error)
- func (c HarvesterSettingCache) List(selector 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(s *v1beta1.Setting) (*v1beta1.Setting, error)
- func (c HarvesterSettingClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
- type JobClient
- func (c JobClient) Create(*batchv1.Job) (*batchv1.Job, error)
- func (c JobClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c JobClient) Get(namespace, name string, options metav1.GetOptions) (*batchv1.Job, error)
- func (c JobClient) List(namespace string, opts metav1.ListOptions) (*batchv1.Job, error)
- func (c JobClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (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(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type LoggingCache
- func (c LoggingCache) AddIndexer(indexName string, indexer ctlloggingv1.LoggingIndexer)
- func (c LoggingCache) Get(name string) (*loggingv1.Logging, error)
- func (c LoggingCache) GetByIndex(indexName, key string) ([]*loggingv1.Logging, error)
- func (c LoggingCache) List(selector 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(opts metav1.ListOptions) (*loggingv1.LoggingList, error)
- func (c LoggingClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *loggingv1.Logging, err error)
- func (c LoggingClient) Update(logging *loggingv1.Logging) (*loggingv1.Logging, error)
- func (c LoggingClient) UpdateStatus(logging *loggingv1.Logging) (*loggingv1.Logging, error)
- func (c LoggingClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
- type LonghornReplicaCache
- func (c LonghornReplicaCache) AddIndexer(indexName string, indexer ctllhv1.ReplicaIndexer)
- func (c LonghornReplicaCache) Get(namespace, name string) (*lhv1beta2.Replica, error)
- func (c LonghornReplicaCache) GetByIndex(indexName, key 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(replica *lhv1beta2.Replica) (*lhv1beta2.Replica, error)
- func (c LonghornReplicaClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type LonghornSettingCache
- func (c LonghornSettingCache) AddIndexer(indexName string, indexer ctllhv1.SettingIndexer)
- func (c LonghornSettingCache) Get(namespace, name string) (*lhv1beta2.Setting, error)
- func (c LonghornSettingCache) GetByIndex(indexName, key string) ([]*lhv1beta2.Setting, error)
- func (c LonghornSettingCache) List(namespace string, selector 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(setting *lhv1beta2.Setting) (*lhv1beta2.Setting, error)
- func (c LonghornSettingClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type LonghornVolumeCache
- func (c LonghornVolumeCache) AddIndexer(indexName string, indexer ctllhv1.VolumeIndexer)
- func (c LonghornVolumeCache) Get(namespace, name string) (*lhv1beta2.Volume, error)
- func (c LonghornVolumeCache) GetByIndex(indexName, key 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(volume *lhv1beta2.Volume) (*lhv1beta2.Volume, error)
- func (c LonghornVolumeClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type ManagedChartCache
- func (c ManagedChartCache) AddIndexer(indexName string, indexer ctlmgmtv3.ManagedChartIndexer)
- func (c ManagedChartCache) Get(namespace, name string) (*mgmtv3.ManagedChart, error)
- func (c ManagedChartCache) GetByIndex(indexName, key 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(namespace string, opts metav1.ListOptions) (*mgmtv3.ManagedChartList, error)
- func (c ManagedChartClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (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(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type NamespaceCache
- func (c NamespaceCache) AddIndexer(indexName string, indexer ctlcorev1.NamespaceIndexer)
- func (c NamespaceCache) Get(name string) (*v1.Namespace, error)
- func (c NamespaceCache) GetByIndex(indexName, key string) ([]*v1.Namespace, error)
- func (c NamespaceCache) List(selector labels.Selector) ([]*v1.Namespace, error)
- type NamespaceClient
- func (c NamespaceClient) Create(namespace *v1.Namespace) (*v1.Namespace, error)
- func (c NamespaceClient) Delete(name string, options *metav1.DeleteOptions) error
- func (c NamespaceClient) Get(name string, options metav1.GetOptions) (*v1.Namespace, error)
- func (c NamespaceClient) List(opts metav1.ListOptions) (*v1.NamespaceList, error)
- func (c NamespaceClient) Patch(name string, pt types.PatchType, data []byte, subresources ...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(pts metav1.ListOptions) (watch.Interface, error)
- type NetworkAttachmentDefinitionCache
- func (c NetworkAttachmentDefinitionCache) AddIndexer(indexName string, indexer ctlcniv1.NetworkAttachmentDefinitionIndexer)
- func (c NetworkAttachmentDefinitionCache) Get(namespace, name string) (*cniv1.NetworkAttachmentDefinition, error)
- func (c NetworkAttachmentDefinitionCache) GetByIndex(indexName, key 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(name string, options *metav1.DeleteOptions) error
- func (c NodeClient) Get(name string, options metav1.GetOptions) (*v1.Node, error)
- func (c NodeClient) List(opts metav1.ListOptions) (*v1.NodeList, error)
- func (c NodeClient) Patch(name string, pt types.PatchType, data []byte, subresources ...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(pts metav1.ListOptions) (watch.Interface, error)
- type PersistentVolumeClaimCache
- func (c PersistentVolumeClaimCache) AddIndexer(indexName string, indexer 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(namespace string, selector 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(volume *corev1.PersistentVolumeClaim) (*corev1.PersistentVolumeClaim, error)
- func (c PersistentVolumeClaimClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type PlanCache
- func (c PlanCache) AddIndexer(indexName string, indexer upgradectlv1.PlanIndexer)
- func (c PlanCache) Get(namespace, name string) (*upgradeapiv1.Plan, error)
- func (c PlanCache) GetByIndex(indexName, key string) ([]*upgradeapiv1.Plan, error)
- func (c PlanCache) List(namespace string, selector labels.Selector) ([]*upgradeapiv1.Plan, error)
- type PlanClient
- func (c PlanClient) Create(plan *upgradeapiv1.Plan) (*upgradeapiv1.Plan, error)
- func (c PlanClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c PlanClient) Get(namespace, name string, options metav1.GetOptions) (*upgradeapiv1.Plan, error)
- func (c PlanClient) List(namespace string, opts metav1.ListOptions) (*upgradeapiv1.PlanList, error)
- func (c PlanClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (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(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type ResourceQuotaCache
- func (c ResourceQuotaCache) AddIndexer(indexName string, indexer ctlharvcorev1.ResourceQuotaIndexer)
- func (c ResourceQuotaCache) Get(namespace, name string) (*v1.ResourceQuota, error)
- func (c ResourceQuotaCache) GetByIndex(indexName, key 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(namespace string, name string, options *metav1.DeleteOptions) error
- func (c ResourceQuotaClient) Get(namespace string, name string, options metav1.GetOptions) (*v1.ResourceQuota, error)
- func (c ResourceQuotaClient) List(namespace string, opts metav1.ListOptions) (*v1.ResourceQuotaList, error)
- func (c ResourceQuotaClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (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(namespace string, pts metav1.ListOptions) (watch.Interface, error)
- type ServiceCache
- func (c ServiceCache) AddIndexer(indexName string, indexer ctlv1.ServiceIndexer)
- func (c ServiceCache) Get(namespace, name string) (*corev1.Service, error)
- func (c ServiceCache) GetByIndex(indexName, key string) ([]*corev1.Service, error)
- func (c ServiceCache) List(namespace string, selector 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(service *corev1.Service) (*corev1.Service, error)
- func (c ServiceClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type StorageClassCache
- func (c StorageClassCache) AddIndexer(indexName string, indexer ctlstoragev1.StorageClassIndexer)
- 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(s *storagev1.StorageClass) (*storagev1.StorageClass, error)
- func (c StorageClassClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
- type UpgradeCache
- func (c UpgradeCache) AddIndexer(indexName string, indexer ctlharvesterv1.UpgradeIndexer)
- func (c UpgradeCache) Get(namespace, name string) (*harvesterv1.Upgrade, error)
- func (c UpgradeCache) GetByIndex(indexName, key 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(namespace, name string, options *metav1.DeleteOptions) error
- func (c UpgradeClient) Get(namespace, name string, options metav1.GetOptions) (*harvesterv1.Upgrade, error)
- func (c UpgradeClient) List(namespace string, opts metav1.ListOptions) (*harvesterv1.UpgradeList, error)
- func (c UpgradeClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (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(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type UpgradeLogCache
- func (c UpgradeLogCache) AddIndexer(indexName string, indexer ctlharvesterv1.UpgradeLogIndexer)
- func (c UpgradeLogCache) Get(namespace, name string) (*harvesterv1.UpgradeLog, error)
- func (c UpgradeLogCache) GetByIndex(indexName, key string) ([]*harvesterv1.UpgradeLog, error)
- func (c UpgradeLogCache) List(namespace string, selector 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(namespace string, opts metav1.ListOptions) (*harvesterv1.UpgradeLogList, error)
- func (c UpgradeLogClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *harvesterv1.UpgradeLog, err error)
- func (c UpgradeLogClient) Update(upgradeLog *harvesterv1.UpgradeLog) (*harvesterv1.UpgradeLog, error)
- func (c UpgradeLogClient) UpdateStatus(upgradeLog *harvesterv1.UpgradeLog) (*harvesterv1.UpgradeLog, error)
- func (c UpgradeLogClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type VMBackupCache
- func (c VMBackupCache) AddIndexer(indexName string, indexer harvesterv1ctl.VirtualMachineBackupIndexer)
- 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(volume *harvesterv1beta1.VirtualMachineBackup) (*harvesterv1beta1.VirtualMachineBackup, error)
- func (c VMBackupClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type VersionCache
- func (c VersionCache) AddIndexer(indexName string, indexer ctlharvesterv1.VersionIndexer)
- func (c VersionCache) Get(namespace, name string) (*harvesterv1.Version, error)
- func (c VersionCache) GetByIndex(indexName, key string) ([]*harvesterv1.Version, error)
- func (c VersionCache) List(namespace string, selector labels.Selector) ([]*harvesterv1.Version, error)
- type VirtualMachineCache
- func (c VirtualMachineCache) AddIndexer(indexName string, indexer kubevirtctlv1.VirtualMachineIndexer)
- func (c VirtualMachineCache) Get(namespace, name string) (*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineCache) GetByIndex(indexName, key string) ([]*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineCache) List(namespace string, selector labels.Selector) ([]*kubevirtv1api.VirtualMachine, error)
- type VirtualMachineClient
- func (c VirtualMachineClient) AddGenericHandler(ctx context.Context, name string, handler generic.Handler)
- func (c VirtualMachineClient) AddGenericRemoveHandler(ctx context.Context, name string, handler generic.Handler)
- func (c VirtualMachineClient) Cache() kubevirtctlv1.VirtualMachineCache
- func (c VirtualMachineClient) Create(virtualMachine *kubevirtv1api.VirtualMachine) (*kubevirtv1api.VirtualMachine, error)
- func (c VirtualMachineClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c VirtualMachineClient) Enqueue(namespace, name string)
- func (c VirtualMachineClient) EnqueueAfter(namespace, name string, duration 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(namespace string, opts metav1.ListOptions) (*kubevirtv1api.VirtualMachineList, error)
- func (c VirtualMachineClient) OnChange(ctx context.Context, name string, sync kubevirtctlv1.VirtualMachineHandler)
- func (c VirtualMachineClient) OnRemove(ctx context.Context, name string, sync kubevirtctlv1.VirtualMachineHandler)
- func (c VirtualMachineClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (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(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type VirtualMachineImageCache
- func (c VirtualMachineImageCache) AddIndexer(indexName string, indexer ctlharvesterv1.VirtualMachineImageIndexer)
- func (c VirtualMachineImageCache) Get(namespace, name string) (*harvesterv1.VirtualMachineImage, error)
- func (c VirtualMachineImageCache) GetByIndex(indexName, key string) ([]*harvesterv1.VirtualMachineImage, error)
- func (c VirtualMachineImageCache) List(namespace string, selector labels.Selector) ([]*harvesterv1.VirtualMachineImage, error)
- type VirtualMachineImageClient
- func (c VirtualMachineImageClient) Create(virtualMachineImage *harvesterv1.VirtualMachineImage) (*harvesterv1.VirtualMachineImage, error)
- func (c VirtualMachineImageClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c VirtualMachineImageClient) Get(namespace, name string, options metav1.GetOptions) (*harvesterv1.VirtualMachineImage, error)
- func (c VirtualMachineImageClient) List(namespace string, opts metav1.ListOptions) (*harvesterv1.VirtualMachineImageList, error)
- func (c VirtualMachineImageClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (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) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type VirtualMachineInstanceCache
- func (c VirtualMachineInstanceCache) AddIndexer(indexName string, indexer kubevirtctlv1.VirtualMachineInstanceIndexer)
- func (c VirtualMachineInstanceCache) Get(namespace, name string) (*kubevirtv1api.VirtualMachineInstance, error)
- func (c VirtualMachineInstanceCache) GetByIndex(indexName, key 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(namespace, name string, options *metav1.DeleteOptions) error
- func (c VirtualMachineInstanceClient) Get(namespace, name string, options metav1.GetOptions) (*kubevirtv1api.VirtualMachineInstance, error)
- func (c VirtualMachineInstanceClient) List(namespace string, opts metav1.ListOptions) (*kubevirtv1api.VirtualMachineInstanceList, error)
- func (c VirtualMachineInstanceClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (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(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- type VirtualMachineInstanceMigrationCache
- func (c VirtualMachineInstanceMigrationCache) AddIndexer(indexName string, indexer kubevirtctrl.VirtualMachineInstanceMigrationIndexer)
- func (c VirtualMachineInstanceMigrationCache) Get(namespace, name string) (*kubevirtv1.VirtualMachineInstanceMigration, error)
- func (c VirtualMachineInstanceMigrationCache) GetByIndex(indexName, key 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 ¶ added in v1.1.2
type AddonCache func(string) harv1type.AddonInterface
func (AddonCache) AddIndexer ¶ added in v1.1.2
func (c AddonCache) AddIndexer(indexName string, indexer ctlharvesterv1.AddonIndexer)
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(indexName, key 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 (c AppCache) AddIndexer(indexName string, indexer ctlcatalogv1.AppIndexer)
func (AppCache) GetByIndex ¶ added in v1.2.0
type ClusterFlowCache ¶ added in v1.1.2
type ClusterFlowCache func() loggingv1type.ClusterFlowInterface
func (ClusterFlowCache) AddIndexer ¶ added in v1.1.2
func (c ClusterFlowCache) AddIndexer(indexName string, indexer ctlloggingv1.ClusterFlowIndexer)
func (ClusterFlowCache) Get ¶ added in v1.1.2
func (c ClusterFlowCache) Get(namespace, name string) (*loggingv1.ClusterFlow, error)
func (ClusterFlowCache) GetByIndex ¶ added in v1.1.2
func (c ClusterFlowCache) GetByIndex(indexName, key string) ([]*loggingv1.ClusterFlow, error)
func (ClusterFlowCache) List ¶ added in v1.1.2
func (c ClusterFlowCache) List(namespace string, selector 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(namespace, name string, options *metav1.DeleteOptions) error
func (ClusterFlowClient) Get ¶ added in v1.1.2
func (c ClusterFlowClient) Get(namespace, name string, options metav1.GetOptions) (*loggingv1.ClusterFlow, error)
func (ClusterFlowClient) List ¶ added in v1.1.2
func (c ClusterFlowClient) List(namespace string, opts metav1.ListOptions) (*loggingv1.ClusterFlowList, error)
func (ClusterFlowClient) Patch ¶ added in v1.1.2
func (c ClusterFlowClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *loggingv1.ClusterFlow, err error)
func (ClusterFlowClient) Update ¶ added in v1.1.2
func (c ClusterFlowClient) Update(clusterFlow *loggingv1.ClusterFlow) (*loggingv1.ClusterFlow, error)
func (ClusterFlowClient) UpdateStatus ¶ added in v1.1.2
func (c ClusterFlowClient) UpdateStatus(clusterFlow *loggingv1.ClusterFlow) (*loggingv1.ClusterFlow, error)
func (ClusterFlowClient) Watch ¶ added in v1.1.2
func (c ClusterFlowClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, 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(indexName string, indexer ctlloggingv1.ClusterOutputIndexer)
func (ClusterOutputCache) Get ¶ added in v1.1.2
func (c ClusterOutputCache) Get(namespace, name string) (*loggingv1.ClusterOutput, error)
func (ClusterOutputCache) GetByIndex ¶ added in v1.1.2
func (c ClusterOutputCache) GetByIndex(indexName, key string) ([]*loggingv1.ClusterOutput, error)
func (ClusterOutputCache) List ¶ added in v1.1.2
func (c ClusterOutputCache) List(namespace string, selector 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(namespace, name string, options *metav1.DeleteOptions) error
func (ClusterOutputClient) Get ¶ added in v1.1.2
func (c ClusterOutputClient) Get(namespace, name string, options metav1.GetOptions) (*loggingv1.ClusterOutput, error)
func (ClusterOutputClient) List ¶ added in v1.1.2
func (c ClusterOutputClient) List(namespace string, opts metav1.ListOptions) (*loggingv1.ClusterOutputList, error)
func (ClusterOutputClient) Patch ¶ added in v1.1.2
func (c ClusterOutputClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *loggingv1.ClusterOutput, err error)
func (ClusterOutputClient) Update ¶ added in v1.1.2
func (c ClusterOutputClient) Update(clusterOutput *loggingv1.ClusterOutput) (*loggingv1.ClusterOutput, error)
func (ClusterOutputClient) UpdateStatus ¶ added in v1.1.2
func (c ClusterOutputClient) UpdateStatus(clusterOutput *loggingv1.ClusterOutput) (*loggingv1.ClusterOutput, error)
func (ClusterOutputClient) Watch ¶ added in v1.1.2
func (c ClusterOutputClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
type ConfigmapCache ¶ added in v1.0.0
type ConfigmapCache func(namespace string) corev1type.ConfigMapInterface
func (ConfigmapCache) AddIndexer ¶ added in v1.0.0
func (c ConfigmapCache) AddIndexer(indexName string, indexer ctlcorev1.ConfigMapIndexer)
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(indexName, key 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(namespace, name string, options *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) Watch ¶ added in v1.0.0
func (c ConfigmapClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, 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(namespace, name string, options *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(namespace string, opts metav1.ListOptions) (*appsv1.DeploymentList, error)
func (DeploymentClient) Patch ¶ added in v1.1.2
func (c DeploymentClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...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(namespace string, opts metav1.ListOptions) (watch.Interface, error)
type HarvesterSettingCache ¶ added in v1.0.0
type HarvesterSettingCache func() harvestertype.SettingInterface
func (HarvesterSettingCache) AddIndexer ¶ added in v1.0.0
func (c HarvesterSettingCache) AddIndexer(indexName string, indexer harvesterv1ctl.SettingIndexer)
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(indexName, key 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)
type JobClient ¶
type JobClient func(string) batchv1type.JobInterface
func (JobClient) Delete ¶
func (c JobClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
type LoggingCache ¶ added in v1.1.2
type LoggingCache func() loggingv1type.LoggingInterface
func (LoggingCache) AddIndexer ¶ added in v1.1.2
func (c LoggingCache) AddIndexer(indexName string, indexer ctlloggingv1.LoggingIndexer)
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(indexName, key 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(opts 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(opts metav1.ListOptions) (watch.Interface, error)
type LonghornReplicaCache ¶ added in v1.1.2
type LonghornReplicaCache func(string) lhtype.ReplicaInterface
func (LonghornReplicaCache) AddIndexer ¶ added in v1.1.2
func (c LonghornReplicaCache) AddIndexer(indexName string, indexer ctllhv1.ReplicaIndexer)
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(indexName, key 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 (c LonghornSettingCache) AddIndexer(indexName string, indexer ctllhv1.SettingIndexer)
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(indexName, key 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)
type LonghornVolumeCache ¶ added in v1.1.2
type LonghornVolumeCache func(string) longhornv1beta2.VolumeInterface
func (LonghornVolumeCache) AddIndexer ¶ added in v1.1.2
func (c LonghornVolumeCache) AddIndexer(indexName string, indexer ctllhv1.VolumeIndexer)
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(indexName, key 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(indexName string, indexer ctlmgmtv3.ManagedChartIndexer)
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(indexName, key 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(namespace string, opts metav1.ListOptions) (*mgmtv3.ManagedChartList, error)
func (ManagedChartClient) Patch ¶ added in v1.1.2
func (c ManagedChartClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...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(namespace string, opts metav1.ListOptions) (watch.Interface, error)
type NamespaceCache ¶ added in v1.2.0
type NamespaceCache func() corev1type.NamespaceInterface
func (NamespaceCache) AddIndexer ¶ added in v1.2.0
func (c NamespaceCache) AddIndexer(indexName string, indexer ctlcorev1.NamespaceIndexer)
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(indexName, key 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(name string, options *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(opts 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(pts 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(indexName string, indexer ctlcniv1.NetworkAttachmentDefinitionIndexer)
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(indexName, key 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
func (NodeCache) AddIndexer ¶
func (c NodeCache) AddIndexer(indexName string, indexer ctlcorev1.NodeIndexer)
func (NodeCache) GetByIndex ¶
type NodeClient ¶ added in v1.1.2
type NodeClient func() corev1type.NodeInterface
func (NodeClient) Delete ¶ added in v1.1.2
func (c NodeClient) Delete(name string, options *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(opts 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(pts metav1.ListOptions) (watch.Interface, 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(indexName string, indexer ctlv1.PersistentVolumeClaimIndexer)
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(indexName, key string) ([]*corev1.PersistentVolumeClaim, error)
func (PersistentVolumeClaimCache) List ¶ added in v0.3.0
func (c PersistentVolumeClaimCache) List(namespace string, selector 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(volume *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)
type PlanCache ¶
type PlanCache func(string) upgradev1.PlanInterface
func (PlanCache) AddIndexer ¶
func (c PlanCache) AddIndexer(indexName string, indexer upgradectlv1.PlanIndexer)
func (PlanCache) GetByIndex ¶
func (c PlanCache) GetByIndex(indexName, key 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(namespace, name string, options *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(namespace string, opts metav1.ListOptions) (*upgradeapiv1.PlanList, error)
func (PlanClient) Patch ¶
func (c PlanClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...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(namespace string, opts metav1.ListOptions) (watch.Interface, 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(indexName string, indexer ctlharvcorev1.ResourceQuotaIndexer)
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(indexName, key 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(namespace string, name string, options *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(namespace string, opts metav1.ListOptions) (*v1.ResourceQuotaList, error)
func (ResourceQuotaClient) Patch ¶ added in v1.2.0
func (c ResourceQuotaClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...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(namespace string, pts metav1.ListOptions) (watch.Interface, error)
type ServiceCache ¶ added in v1.1.2
type ServiceCache func(string) v1.ServiceInterface
func (ServiceCache) AddIndexer ¶ added in v1.1.2
func (c ServiceCache) AddIndexer(indexName string, indexer ctlv1.ServiceIndexer)
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(indexName, key 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)
type StorageClassCache ¶ added in v1.1.0
type StorageClassCache func() storagev1type.StorageClassInterface
func (StorageClassCache) AddIndexer ¶ added in v1.1.0
func (c StorageClassCache) AddIndexer(indexName string, indexer ctlstoragev1.StorageClassIndexer)
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(s *storagev1.StorageClass) (*storagev1.StorageClass, error)
func (StorageClassClient) Watch ¶ added in v1.1.0
func (c StorageClassClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
type UpgradeCache ¶
type UpgradeCache func(string) harv1type.UpgradeInterface
func (UpgradeCache) AddIndexer ¶
func (c UpgradeCache) AddIndexer(indexName string, indexer ctlharvesterv1.UpgradeIndexer)
func (UpgradeCache) Get ¶
func (c UpgradeCache) Get(namespace, name string) (*harvesterv1.Upgrade, error)
func (UpgradeCache) GetByIndex ¶
func (c UpgradeCache) GetByIndex(indexName, key 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(namespace, name string, options *metav1.DeleteOptions) error
func (UpgradeClient) Get ¶
func (c UpgradeClient) Get(namespace, name string, options metav1.GetOptions) (*harvesterv1.Upgrade, error)
func (UpgradeClient) List ¶
func (c UpgradeClient) List(namespace string, opts metav1.ListOptions) (*harvesterv1.UpgradeList, error)
func (UpgradeClient) Patch ¶
func (c UpgradeClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...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(namespace string, opts metav1.ListOptions) (watch.Interface, 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(indexName string, indexer ctlharvesterv1.UpgradeLogIndexer)
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(indexName, key string) ([]*harvesterv1.UpgradeLog, error)
func (UpgradeLogCache) List ¶ added in v1.1.2
func (c UpgradeLogCache) List(namespace string, selector 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(namespace string, opts metav1.ListOptions) (*harvesterv1.UpgradeLogList, error)
func (UpgradeLogClient) Patch ¶ added in v1.1.2
func (c UpgradeLogClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...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(upgradeLog *harvesterv1.UpgradeLog) (*harvesterv1.UpgradeLog, error)
func (UpgradeLogClient) Watch ¶ added in v1.1.2
func (c UpgradeLogClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, 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(indexName string, indexer harvesterv1ctl.VirtualMachineBackupIndexer)
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(volume *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)
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(indexName string, indexer ctlharvesterv1.VersionIndexer)
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(indexName, key string) ([]*harvesterv1.Version, error)
func (VersionCache) List ¶ added in v1.0.0
func (c VersionCache) List(namespace string, selector labels.Selector) ([]*harvesterv1.Version, 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(indexName string, indexer kubevirtctlv1.VirtualMachineIndexer)
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(indexName, key 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() kubevirtctlv1.VirtualMachineCache
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(namespace, name string, options *metav1.DeleteOptions) error
func (VirtualMachineClient) Enqueue ¶ added in v1.2.0
func (c VirtualMachineClient) Enqueue(namespace, name string)
func (VirtualMachineClient) EnqueueAfter ¶ added in v1.2.0
func (c VirtualMachineClient) EnqueueAfter(namespace, name string, duration 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(namespace string, opts metav1.ListOptions) (*kubevirtv1api.VirtualMachineList, error)
func (VirtualMachineClient) OnChange ¶ added in v1.2.0
func (c VirtualMachineClient) OnChange(ctx context.Context, name string, sync kubevirtctlv1.VirtualMachineHandler)
func (VirtualMachineClient) OnRemove ¶ added in v1.2.0
func (c VirtualMachineClient) OnRemove(ctx context.Context, name string, sync kubevirtctlv1.VirtualMachineHandler)
func (VirtualMachineClient) Patch ¶ added in v1.0.0
func (c VirtualMachineClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...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(namespace string, opts metav1.ListOptions) (watch.Interface, 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(indexName string, indexer ctlharvesterv1.VirtualMachineImageIndexer)
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(indexName, key 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) 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(namespace, name string, options *metav1.DeleteOptions) error
func (VirtualMachineImageClient) Get ¶ added in v1.0.0
func (c VirtualMachineImageClient) Get(namespace, name string, options metav1.GetOptions) (*harvesterv1.VirtualMachineImage, error)
func (VirtualMachineImageClient) List ¶ added in v1.0.0
func (c VirtualMachineImageClient) List(namespace string, opts metav1.ListOptions) (*harvesterv1.VirtualMachineImageList, error)
func (VirtualMachineImageClient) Patch ¶ added in v1.0.0
func (c VirtualMachineImageClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...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) Watch ¶ added in v1.0.0
func (c VirtualMachineImageClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, 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(indexName string, indexer kubevirtctlv1.VirtualMachineInstanceIndexer)
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(indexName, key 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(namespace, name string, options *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(namespace string, opts metav1.ListOptions) (*kubevirtv1api.VirtualMachineInstanceList, error)
func (VirtualMachineInstanceClient) Patch ¶ added in v1.1.2
func (c VirtualMachineInstanceClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...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(namespace string, opts metav1.ListOptions) (watch.Interface, 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(indexName string, indexer kubevirtctrl.VirtualMachineInstanceMigrationIndexer)
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(indexName, key 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)
Source Files ¶
- addon.go
- app.go
- clusterflow.go
- clusteroutput.go
- configmap.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
- service.go
- storageclass.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.