Documentation ¶
Index ¶
- type ClusterRole
- func (c ClusterRole) Create(cr *rbacv1.ClusterRole) (*rbacv1.ClusterRole, error)
- func (c ClusterRole) Delete(name string, opts *metav1.DeleteOptions) error
- func (c ClusterRole) Get(name string, options metav1.GetOptions) (*rbacv1.ClusterRole, error)
- func (c ClusterRole) List(opts metav1.ListOptions) (*rbacv1.ClusterRoleList, error)
- func (c ClusterRole) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *rbacv1.ClusterRole, err error)
- func (c ClusterRole) Update(cr *rbacv1.ClusterRole) (*rbacv1.ClusterRole, error)
- func (c ClusterRole) UpdateStatus(cr *rbacv1.ClusterRole) (*rbacv1.ClusterRole, error)
- func (c ClusterRole) Watch(opts metav1.ListOptions) (watch.Interface, error)
- func (c ClusterRole) WithImpersonation(_ rest.ImpersonationConfig) (...)
- type ClusterRoleCache
- func (c ClusterRoleCache) AddIndexer(_ string, _ generic.Indexer[*rbacv1.ClusterRole])
- func (c ClusterRoleCache) Get(name string) (*rbacv1.ClusterRole, error)
- func (c ClusterRoleCache) GetByIndex(_ string, _ string) ([]*rbacv1.ClusterRole, error)
- func (c ClusterRoleCache) List(selector labels.Selector) ([]*rbacv1.ClusterRole, error)
- type DeploymentCache
- func (d DeploymentCache) AddIndexer(indexName string, indexer generic.Indexer[*appsv1.Deployment])
- func (d DeploymentCache) Get(namespace, name string) (*appsv1.Deployment, error)
- func (d DeploymentCache) GetByIndex(indexName, key string) ([]*appsv1.Deployment, error)
- func (d DeploymentCache) List(namespace string, selector labels.Selector) ([]*appsv1.Deployment, error)
- type DeploymentClient
- func (d DeploymentClient) Create(deployment *appsv1.Deployment) (*appsv1.Deployment, error)
- func (d DeploymentClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
- func (d DeploymentClient) Get(namespace, name string, options metav1.GetOptions) (*appsv1.Deployment, error)
- func (d DeploymentClient) List(_ string, _ metav1.ListOptions) (*appsv1.DeploymentList, error)
- func (d DeploymentClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *appsv1.Deployment, err error)
- func (d DeploymentClient) Update(deployment *appsv1.Deployment) (*appsv1.Deployment, error)
- func (d DeploymentClient) UpdateStatus(*appsv1.Deployment) (*appsv1.Deployment, error)
- func (d DeploymentClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
- func (d DeploymentClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*appsv1.Deployment, *appsv1.DeploymentList], error)
- type GlobalRole
- func (g GlobalRole) Create(gr *mgmtv1.GlobalRole) (*mgmtv1.GlobalRole, error)
- func (g GlobalRole) Delete(name string, opts *metav1.DeleteOptions) error
- func (g GlobalRole) Get(name string, options metav1.GetOptions) (*mgmtv1.GlobalRole, error)
- func (g GlobalRole) List(opts metav1.ListOptions) (*mgmtv1.GlobalRoleList, error)
- func (g GlobalRole) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *mgmtv1.GlobalRole, err error)
- func (g GlobalRole) Update(gr *mgmtv1.GlobalRole) (*mgmtv1.GlobalRole, error)
- func (g GlobalRole) UpdateStatus(gr *mgmtv1.GlobalRole) (*mgmtv1.GlobalRole, error)
- func (g GlobalRole) Watch(opts metav1.ListOptions) (watch.Interface, error)
- func (g GlobalRole) WithImpersonation(_ rest.ImpersonationConfig) (...)
- type HelmChartCache
- func (c HelmChartCache) AddIndexer(_ string, _ generic.Indexer[*helmv1.HelmChart])
- func (c HelmChartCache) Get(namespace string, name string) (*helmv1.HelmChart, error)
- func (c HelmChartCache) GetByIndex(_ string, _ string) ([]*helmv1.HelmChart, error)
- func (c HelmChartCache) List(namespace string, selector labels.Selector) ([]*helmv1.HelmChart, error)
- type HelmChartClient
- func (c HelmChartClient) Create(chart *helmv1.HelmChart) (*helmv1.HelmChart, error)
- func (c HelmChartClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (c HelmChartClient) Get(namespace, name string, options metav1.GetOptions) (*helmv1.HelmChart, error)
- func (c HelmChartClient) List(namespace string, opts metav1.ListOptions) (*helmv1.HelmChartList, error)
- func (c HelmChartClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (*helmv1.HelmChart, error)
- func (c HelmChartClient) Update(plan *helmv1.HelmChart) (*helmv1.HelmChart, error)
- func (c HelmChartClient) UpdateStatus(plan *helmv1.HelmChart) (*helmv1.HelmChart, error)
- func (c HelmChartClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (c HelmChartClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*helmv1.HelmChart, *helmv1.HelmChartList], error)
- type ManagedAddonCache
- func (m ManagedAddonCache) AddIndexer(indexName string, indexer generic.Indexer[*mgmtv1.ManagedAddon])
- func (m ManagedAddonCache) Get(namespace, name string) (*mgmtv1.ManagedAddon, error)
- func (m ManagedAddonCache) GetByIndex(indexName, key string) ([]*mgmtv1.ManagedAddon, error)
- func (m ManagedAddonCache) List(namespace string, selector labels.Selector) ([]*mgmtv1.ManagedAddon, error)
- type ManagedAddonClient
- func (m ManagedAddonClient) Create(addon *mgmtv1.ManagedAddon) (*mgmtv1.ManagedAddon, error)
- func (m ManagedAddonClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (m ManagedAddonClient) Get(namespace, name string, options metav1.GetOptions) (*mgmtv1.ManagedAddon, error)
- func (m ManagedAddonClient) List(namespace string, opts metav1.ListOptions) (*mgmtv1.ManagedAddonList, error)
- func (m ManagedAddonClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *mgmtv1.ManagedAddon, err error)
- func (m ManagedAddonClient) Update(addon *mgmtv1.ManagedAddon) (*mgmtv1.ManagedAddon, error)
- func (m ManagedAddonClient) UpdateStatus(addon *mgmtv1.ManagedAddon) (*mgmtv1.ManagedAddon, error)
- func (m ManagedAddonClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (m ManagedAddonClient) WithImpersonation(impersonate rest.ImpersonationConfig) (generic.ClientInterface[*mgmtv1.ManagedAddon, *mgmtv1.ManagedAddonList], error)
- type NodeCache
- type NotebookClient
- func (n NotebookClient) Create(notebook *mlv1.Notebook) (*mlv1.Notebook, error)
- func (n NotebookClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (n NotebookClient) Get(namespace, name string, options metav1.GetOptions) (*mlv1.Notebook, error)
- func (n NotebookClient) List(namespace string, opts metav1.ListOptions) (*mlv1.NotebookList, error)
- func (n NotebookClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (*mlv1.Notebook, error)
- func (n NotebookClient) Update(notebook *mlv1.Notebook) (*mlv1.Notebook, error)
- func (n NotebookClient) UpdateStatus(notebook *mlv1.Notebook) (*mlv1.Notebook, error)
- func (n NotebookClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (n NotebookClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*mlv1.Notebook, *mlv1.NotebookList], error)
- type PlanCache
- func (u PlanCache) AddIndexer(_ string, _ generic.Indexer[*upgradev1.Plan])
- func (u PlanCache) Get(namespace string, name string) (*upgradev1.Plan, error)
- func (u PlanCache) GetByIndex(_ string, _ string) ([]*upgradev1.Plan, error)
- func (u PlanCache) List(namespace string, selector labels.Selector) ([]*upgradev1.Plan, error)
- type PlanClient
- func (n PlanClient) Create(plan *upgradev1.Plan) (*upgradev1.Plan, error)
- func (n PlanClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (n PlanClient) Get(namespace, name string, options metav1.GetOptions) (*upgradev1.Plan, error)
- func (n PlanClient) List(namespace string, opts metav1.ListOptions) (*upgradev1.PlanList, error)
- func (n PlanClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (*upgradev1.Plan, error)
- func (n PlanClient) Update(plan *upgradev1.Plan) (*upgradev1.Plan, error)
- func (n PlanClient) UpdateStatus(plan *upgradev1.Plan) (*upgradev1.Plan, error)
- func (n PlanClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (n PlanClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*upgradev1.Plan, *upgradev1.PlanList], error)
- type PodCache
- type PodClient
- func (p PodClient) Create(pod *v1.Pod) (*v1.Pod, error)
- func (p PodClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (p PodClient) Get(namespace, name string, options metav1.GetOptions) (*v1.Pod, error)
- func (p PodClient) List(namespace string, opts metav1.ListOptions) (*v1.PodList, error)
- func (p PodClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *v1.Pod, err error)
- func (p PodClient) Update(pod *v1.Pod) (*v1.Pod, error)
- func (p PodClient) UpdateStatus(pod *v1.Pod) (*v1.Pod, error)
- func (p PodClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (p PodClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*v1.Pod, *v1.PodList], error)
- type RoleCache
- func (r RoleCache) AddIndexer(_ string, _ generic.Indexer[*rbacv1.Role])
- func (r RoleCache) Get(namespace string, name string) (*rbacv1.Role, error)
- func (r RoleCache) GetByIndex(_ string, _ string) ([]*rbacv1.Role, error)
- func (r RoleCache) List(namespace string, selector labels.Selector) ([]*rbacv1.Role, error)
- type RoleClient
- func (p RoleClient) Create(pod *rbacv1.Role) (*rbacv1.Role, error)
- func (p RoleClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (p RoleClient) Get(namespace, name string, options metav1.GetOptions) (*rbacv1.Role, error)
- func (p RoleClient) List(namespace string, opts metav1.ListOptions) (*rbacv1.RoleList, error)
- func (p RoleClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (result *rbacv1.Role, err error)
- func (p RoleClient) Update(pod *rbacv1.Role) (*rbacv1.Role, error)
- func (p RoleClient) UpdateStatus(pod *rbacv1.Role) (*rbacv1.Role, error)
- func (p RoleClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (p RoleClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*rbacv1.Role, *rbacv1.RoleList], error)
- type ServiceCache
- func (p ServiceCache) AddIndexer(_ string, _ generic.Indexer[*v1.Service])
- func (p ServiceCache) Get(namespace string, name string) (*v1.Service, error)
- func (p ServiceCache) GetByIndex(_ string, _ string) ([]*v1.Service, error)
- func (p ServiceCache) List(namespace string, selector labels.Selector) ([]*v1.Service, error)
- type ServiceClient
- func (n ServiceClient) Create(service *v1.Service) (*v1.Service, error)
- func (n ServiceClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (n ServiceClient) Get(namespace, name string, options metav1.GetOptions) (*v1.Service, error)
- func (n ServiceClient) List(namespace string, opts metav1.ListOptions) (*v1.ServiceList, error)
- func (n ServiceClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (*v1.Service, error)
- func (n ServiceClient) Update(service *v1.Service) (*v1.Service, error)
- func (n ServiceClient) UpdateStatus(service *v1.Service) (*v1.Service, error)
- func (n ServiceClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (n ServiceClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*v1.Service, *v1.ServiceList], error)
- type StatefulSetCache
- func (p StatefulSetCache) AddIndexer(_ string, _ generic.Indexer[*appsv1.StatefulSet])
- func (p StatefulSetCache) Get(namespace string, name string) (*appsv1.StatefulSet, error)
- func (p StatefulSetCache) GetByIndex(_ string, _ string) ([]*appsv1.StatefulSet, error)
- func (p StatefulSetCache) List(namespace string, selector labels.Selector) ([]*appsv1.StatefulSet, error)
- type StatefulSetClient
- func (n StatefulSetClient) Create(ss *appsv1.StatefulSet) (*appsv1.StatefulSet, error)
- func (n StatefulSetClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
- func (n StatefulSetClient) Get(namespace, name string, options metav1.GetOptions) (*appsv1.StatefulSet, error)
- func (n StatefulSetClient) List(namespace string, opts metav1.ListOptions) (*appsv1.StatefulSetList, error)
- func (n StatefulSetClient) Patch(namespace, name string, pt types.PatchType, data []byte, ...) (*appsv1.StatefulSet, error)
- func (n StatefulSetClient) Update(ss *appsv1.StatefulSet) (*appsv1.StatefulSet, error)
- func (n StatefulSetClient) UpdateStatus(ss *appsv1.StatefulSet) (*appsv1.StatefulSet, error)
- func (n StatefulSetClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
- func (n StatefulSetClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*appsv1.StatefulSet, *appsv1.StatefulSetList], error)
- type UpgradeCache
- func (u UpgradeCache) AddIndexer(_ string, _ generic.Indexer[*llmosv1.Upgrade])
- func (u UpgradeCache) Get(name string) (*llmosv1.Upgrade, error)
- func (u UpgradeCache) GetByIndex(_ string, _ string) ([]*llmosv1.Upgrade, error)
- func (u UpgradeCache) List(selector labels.Selector) ([]*llmosv1.Upgrade, error)
- type UpgradeClient
- func (n UpgradeClient) Create(upgrade *llmosv1.Upgrade) (*llmosv1.Upgrade, error)
- func (n UpgradeClient) Delete(name string, options *metav1.DeleteOptions) error
- func (n UpgradeClient) Get(name string, options metav1.GetOptions) (*llmosv1.Upgrade, error)
- func (n UpgradeClient) List(opts metav1.ListOptions) (*llmosv1.UpgradeList, error)
- func (n UpgradeClient) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (*llmosv1.Upgrade, error)
- func (n UpgradeClient) Update(upgrade *llmosv1.Upgrade) (*llmosv1.Upgrade, error)
- func (n UpgradeClient) UpdateStatus(upgrade *llmosv1.Upgrade) (*llmosv1.Upgrade, error)
- func (n UpgradeClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
- func (n UpgradeClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.NonNamespacedClientInterface[*llmosv1.Upgrade, *llmosv1.UpgradeList], ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterRole ¶
type ClusterRole func() rbacv1type.ClusterRoleInterface
func (ClusterRole) Create ¶
func (c ClusterRole) Create(cr *rbacv1.ClusterRole) (*rbacv1.ClusterRole, error)
func (ClusterRole) Delete ¶
func (c ClusterRole) Delete(name string, opts *metav1.DeleteOptions) error
func (ClusterRole) Get ¶
func (c ClusterRole) Get(name string, options metav1.GetOptions) (*rbacv1.ClusterRole, error)
func (ClusterRole) List ¶
func (c ClusterRole) List(opts metav1.ListOptions) (*rbacv1.ClusterRoleList, error)
func (ClusterRole) Patch ¶
func (c ClusterRole) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *rbacv1.ClusterRole, err error)
func (ClusterRole) Update ¶
func (c ClusterRole) Update(cr *rbacv1.ClusterRole) (*rbacv1.ClusterRole, error)
func (ClusterRole) UpdateStatus ¶
func (c ClusterRole) UpdateStatus(cr *rbacv1.ClusterRole) (*rbacv1.ClusterRole, error)
func (ClusterRole) Watch ¶
func (c ClusterRole) Watch(opts metav1.ListOptions) (watch.Interface, error)
func (ClusterRole) WithImpersonation ¶
func (c ClusterRole) WithImpersonation(_ rest.ImpersonationConfig) (generic.NonNamespacedClientInterface[*rbacv1.ClusterRole, *rbacv1.ClusterRoleList], error)
type ClusterRoleCache ¶
type ClusterRoleCache func() rbacv1type.ClusterRoleInterface
func (ClusterRoleCache) AddIndexer ¶
func (c ClusterRoleCache) AddIndexer(_ string, _ generic.Indexer[*rbacv1.ClusterRole])
func (ClusterRoleCache) Get ¶
func (c ClusterRoleCache) Get(name string) (*rbacv1.ClusterRole, error)
func (ClusterRoleCache) GetByIndex ¶
func (c ClusterRoleCache) GetByIndex(_ string, _ string) ([]*rbacv1.ClusterRole, error)
func (ClusterRoleCache) List ¶
func (c ClusterRoleCache) List(selector labels.Selector) ([]*rbacv1.ClusterRole, error)
type DeploymentCache ¶
type DeploymentCache func(string) appsv1type.DeploymentInterface
func (DeploymentCache) AddIndexer ¶
func (d DeploymentCache) AddIndexer(indexName string, indexer generic.Indexer[*appsv1.Deployment])
func (DeploymentCache) Get ¶
func (d DeploymentCache) Get(namespace, name string) (*appsv1.Deployment, error)
func (DeploymentCache) GetByIndex ¶
func (d DeploymentCache) GetByIndex(indexName, key string) ([]*appsv1.Deployment, error)
func (DeploymentCache) List ¶
func (d DeploymentCache) List(namespace string, selector labels.Selector) ([]*appsv1.Deployment, error)
type DeploymentClient ¶
type DeploymentClient func(string) appsv1type.DeploymentInterface
func (DeploymentClient) Create ¶
func (d DeploymentClient) Create(deployment *appsv1.Deployment) (*appsv1.Deployment, error)
func (DeploymentClient) Delete ¶
func (d DeploymentClient) Delete(_, _ string, _ *metav1.DeleteOptions) error
func (DeploymentClient) Get ¶
func (d DeploymentClient) Get(namespace, name string, options metav1.GetOptions) (*appsv1.Deployment, error)
func (DeploymentClient) List ¶
func (d DeploymentClient) List(_ string, _ metav1.ListOptions) (*appsv1.DeploymentList, error)
func (DeploymentClient) Patch ¶
func (d DeploymentClient) Patch(_, _ string, _ types.PatchType, _ []byte, _ ...string) (result *appsv1.Deployment, err error)
func (DeploymentClient) Update ¶
func (d DeploymentClient) Update(deployment *appsv1.Deployment) (*appsv1.Deployment, error)
func (DeploymentClient) UpdateStatus ¶
func (d DeploymentClient) UpdateStatus(*appsv1.Deployment) (*appsv1.Deployment, error)
func (DeploymentClient) Watch ¶
func (d DeploymentClient) Watch(_ string, _ metav1.ListOptions) (watch.Interface, error)
func (DeploymentClient) WithImpersonation ¶
func (d DeploymentClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*appsv1.Deployment, *appsv1.DeploymentList], error)
type GlobalRole ¶
type GlobalRole func() ctlmgmtv1.GlobalRoleInterface
func (GlobalRole) Create ¶
func (g GlobalRole) Create(gr *mgmtv1.GlobalRole) (*mgmtv1.GlobalRole, error)
func (GlobalRole) Delete ¶
func (g GlobalRole) Delete(name string, opts *metav1.DeleteOptions) error
func (GlobalRole) Get ¶
func (g GlobalRole) Get(name string, options metav1.GetOptions) (*mgmtv1.GlobalRole, error)
func (GlobalRole) List ¶
func (g GlobalRole) List(opts metav1.ListOptions) (*mgmtv1.GlobalRoleList, error)
func (GlobalRole) Patch ¶
func (g GlobalRole) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *mgmtv1.GlobalRole, err error)
func (GlobalRole) Update ¶
func (g GlobalRole) Update(gr *mgmtv1.GlobalRole) (*mgmtv1.GlobalRole, error)
func (GlobalRole) UpdateStatus ¶
func (g GlobalRole) UpdateStatus(gr *mgmtv1.GlobalRole) (*mgmtv1.GlobalRole, error)
func (GlobalRole) Watch ¶
func (g GlobalRole) Watch(opts metav1.ListOptions) (watch.Interface, error)
func (GlobalRole) WithImpersonation ¶
func (g GlobalRole) WithImpersonation(_ rest.ImpersonationConfig) (generic.NonNamespacedClientInterface[*mgmtv1.GlobalRole, *mgmtv1.GlobalRoleList], error)
type HelmChartCache ¶
type HelmChartCache func(string) typedhelmv1.HelmChartInterface
func (HelmChartCache) AddIndexer ¶
func (HelmChartCache) GetByIndex ¶
type HelmChartClient ¶
type HelmChartClient func(string) typedhelmv1.HelmChartInterface
func (HelmChartClient) Delete ¶
func (c HelmChartClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (HelmChartClient) Get ¶
func (c HelmChartClient) Get(namespace, name string, options metav1.GetOptions) (*helmv1.HelmChart, error)
func (HelmChartClient) List ¶
func (c HelmChartClient) List(namespace string, opts metav1.ListOptions) (*helmv1.HelmChartList, error)
func (HelmChartClient) UpdateStatus ¶
func (HelmChartClient) Watch ¶
func (c HelmChartClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (HelmChartClient) WithImpersonation ¶
func (c HelmChartClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*helmv1.HelmChart, *helmv1.HelmChartList], error)
type ManagedAddonCache ¶
type ManagedAddonCache func(string) typedmgmtv1.ManagedAddonInterface
func (ManagedAddonCache) AddIndexer ¶
func (m ManagedAddonCache) AddIndexer(indexName string, indexer generic.Indexer[*mgmtv1.ManagedAddon])
func (ManagedAddonCache) Get ¶
func (m ManagedAddonCache) Get(namespace, name string) (*mgmtv1.ManagedAddon, error)
func (ManagedAddonCache) GetByIndex ¶
func (m ManagedAddonCache) GetByIndex(indexName, key string) ([]*mgmtv1.ManagedAddon, error)
func (ManagedAddonCache) List ¶
func (m ManagedAddonCache) List(namespace string, selector labels.Selector) ([]*mgmtv1.ManagedAddon, error)
type ManagedAddonClient ¶
type ManagedAddonClient func(string) typedmgmtv1.ManagedAddonInterface
func (ManagedAddonClient) Create ¶
func (m ManagedAddonClient) Create(addon *mgmtv1.ManagedAddon) (*mgmtv1.ManagedAddon, error)
func (ManagedAddonClient) Delete ¶
func (m ManagedAddonClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (ManagedAddonClient) Get ¶
func (m ManagedAddonClient) Get(namespace, name string, options metav1.GetOptions) (*mgmtv1.ManagedAddon, error)
func (ManagedAddonClient) List ¶
func (m ManagedAddonClient) List(namespace string, opts metav1.ListOptions) (*mgmtv1.ManagedAddonList, error)
func (ManagedAddonClient) Patch ¶
func (m ManagedAddonClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (result *mgmtv1.ManagedAddon, err error)
func (ManagedAddonClient) Update ¶
func (m ManagedAddonClient) Update(addon *mgmtv1.ManagedAddon) (*mgmtv1.ManagedAddon, error)
func (ManagedAddonClient) UpdateStatus ¶
func (m ManagedAddonClient) UpdateStatus(addon *mgmtv1.ManagedAddon) (*mgmtv1.ManagedAddon, error)
func (ManagedAddonClient) Watch ¶
func (m ManagedAddonClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (ManagedAddonClient) WithImpersonation ¶
func (m ManagedAddonClient) WithImpersonation(impersonate rest.ImpersonationConfig) (generic.ClientInterface[*mgmtv1.ManagedAddon, *mgmtv1.ManagedAddonList], error)
type NodeCache ¶
type NodeCache func() corev1type.NodeInterface
type NotebookClient ¶
type NotebookClient func(string) ctlmlv1.NotebookInterface
func (NotebookClient) Delete ¶
func (n NotebookClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (NotebookClient) Get ¶
func (n NotebookClient) Get(namespace, name string, options metav1.GetOptions) (*mlv1.Notebook, error)
func (NotebookClient) List ¶
func (n NotebookClient) List(namespace string, opts metav1.ListOptions) (*mlv1.NotebookList, error)
func (NotebookClient) UpdateStatus ¶
func (NotebookClient) Watch ¶
func (n NotebookClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (NotebookClient) WithImpersonation ¶
func (n NotebookClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*mlv1.Notebook, *mlv1.NotebookList], error)
type PlanCache ¶
type PlanCache func(string) ctlupgradev1.PlanInterface
func (PlanCache) AddIndexer ¶
func (PlanCache) GetByIndex ¶
type PlanClient ¶
type PlanClient func(string) ctlupgradev1.PlanInterface
func (PlanClient) Delete ¶
func (n PlanClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (PlanClient) Get ¶
func (n PlanClient) Get(namespace, name string, options metav1.GetOptions) (*upgradev1.Plan, error)
func (PlanClient) List ¶
func (n PlanClient) List(namespace string, opts metav1.ListOptions) (*upgradev1.PlanList, error)
func (PlanClient) UpdateStatus ¶
func (PlanClient) Watch ¶
func (n PlanClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (PlanClient) WithImpersonation ¶
func (n PlanClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*upgradev1.Plan, *upgradev1.PlanList], error)
type PodCache ¶
type PodCache func(string) corev1type.PodInterface
type PodClient ¶
type PodClient func(string) corev1type.PodInterface
func (PodClient) Delete ¶
func (p PodClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (PodClient) WithImpersonation ¶
func (p PodClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*v1.Pod, *v1.PodList], error)
type RoleCache ¶
type RoleCache func(string) rbacv1type.RoleInterface
func (RoleCache) AddIndexer ¶
func (RoleCache) GetByIndex ¶
type RoleClient ¶
type RoleClient func(string) rbacv1type.RoleInterface
func (RoleClient) Delete ¶
func (p RoleClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (RoleClient) Get ¶
func (p RoleClient) Get(namespace, name string, options metav1.GetOptions) (*rbacv1.Role, error)
func (RoleClient) List ¶
func (p RoleClient) List(namespace string, opts metav1.ListOptions) (*rbacv1.RoleList, error)
func (RoleClient) UpdateStatus ¶
func (RoleClient) Watch ¶
func (p RoleClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (RoleClient) WithImpersonation ¶
func (p RoleClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*rbacv1.Role, *rbacv1.RoleList], error)
type ServiceCache ¶
type ServiceCache func(string) typecorev1.ServiceInterface
func (ServiceCache) AddIndexer ¶
func (ServiceCache) GetByIndex ¶
type ServiceClient ¶
type ServiceClient func(string) typecorev1.ServiceInterface
func (ServiceClient) Delete ¶
func (n ServiceClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (ServiceClient) Get ¶
func (n ServiceClient) Get(namespace, name string, options metav1.GetOptions) (*v1.Service, error)
func (ServiceClient) List ¶
func (n ServiceClient) List(namespace string, opts metav1.ListOptions) (*v1.ServiceList, error)
func (ServiceClient) UpdateStatus ¶
func (ServiceClient) Watch ¶
func (n ServiceClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (ServiceClient) WithImpersonation ¶
func (n ServiceClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*v1.Service, *v1.ServiceList], error)
type StatefulSetCache ¶
type StatefulSetCache func(string) typeappsv1.StatefulSetInterface
func (StatefulSetCache) AddIndexer ¶
func (p StatefulSetCache) AddIndexer(_ string, _ generic.Indexer[*appsv1.StatefulSet])
func (StatefulSetCache) Get ¶
func (p StatefulSetCache) Get(namespace string, name string) (*appsv1.StatefulSet, error)
func (StatefulSetCache) GetByIndex ¶
func (p StatefulSetCache) GetByIndex(_ string, _ string) ([]*appsv1.StatefulSet, error)
func (StatefulSetCache) List ¶
func (p StatefulSetCache) List(namespace string, selector labels.Selector) ([]*appsv1.StatefulSet, error)
type StatefulSetClient ¶
type StatefulSetClient func(string) typeappsv1.StatefulSetInterface
func (StatefulSetClient) Create ¶
func (n StatefulSetClient) Create(ss *appsv1.StatefulSet) (*appsv1.StatefulSet, error)
func (StatefulSetClient) Delete ¶
func (n StatefulSetClient) Delete(namespace, name string, options *metav1.DeleteOptions) error
func (StatefulSetClient) Get ¶
func (n StatefulSetClient) Get(namespace, name string, options metav1.GetOptions) (*appsv1.StatefulSet, error)
func (StatefulSetClient) List ¶
func (n StatefulSetClient) List(namespace string, opts metav1.ListOptions) (*appsv1.StatefulSetList, error)
func (StatefulSetClient) Patch ¶
func (n StatefulSetClient) Patch(namespace, name string, pt types.PatchType, data []byte, subresources ...string) (*appsv1.StatefulSet, error)
func (StatefulSetClient) Update ¶
func (n StatefulSetClient) Update(ss *appsv1.StatefulSet) (*appsv1.StatefulSet, error)
func (StatefulSetClient) UpdateStatus ¶
func (n StatefulSetClient) UpdateStatus(ss *appsv1.StatefulSet) (*appsv1.StatefulSet, error)
func (StatefulSetClient) Watch ¶
func (n StatefulSetClient) Watch(namespace string, opts metav1.ListOptions) (watch.Interface, error)
func (StatefulSetClient) WithImpersonation ¶
func (n StatefulSetClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.ClientInterface[*appsv1.StatefulSet, *appsv1.StatefulSetList], error)
type UpgradeCache ¶
type UpgradeCache func() ctlllmosv1.UpgradeInterface
func (UpgradeCache) AddIndexer ¶
func (UpgradeCache) GetByIndex ¶
type UpgradeClient ¶
type UpgradeClient func() ctlllmosv1.UpgradeInterface
func (UpgradeClient) Delete ¶
func (n UpgradeClient) Delete(name string, options *metav1.DeleteOptions) error
func (UpgradeClient) Get ¶
func (n UpgradeClient) Get(name string, options metav1.GetOptions) (*llmosv1.Upgrade, error)
func (UpgradeClient) List ¶
func (n UpgradeClient) List(opts metav1.ListOptions) (*llmosv1.UpgradeList, error)
func (UpgradeClient) UpdateStatus ¶
func (UpgradeClient) Watch ¶
func (n UpgradeClient) Watch(opts metav1.ListOptions) (watch.Interface, error)
func (UpgradeClient) WithImpersonation ¶
func (n UpgradeClient) WithImpersonation(_ rest.ImpersonationConfig) (generic.NonNamespacedClientInterface[*llmosv1.Upgrade, *llmosv1.UpgradeList], error)
Click to show internal directories.
Click to hide internal directories.