feat: add watch api in cluster

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 07ade24ea1
commit deeee70807
34 changed files with 706 additions and 229 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ export const providerList = [
icon: React.cloneElement(icons.Docker, {
style: { color: 'var(--ant-color-primary)' }
}),
group: 'default'
group: 'Self-Managed'
},
{
label: 'Kubernetes',
@@ -66,7 +66,7 @@ export const providerList = [
icon: React.cloneElement(icons.KubernetesOutlined, {
style: { color: 'var(--ant-color-primary)' }
}),
group: 'default'
group: 'Self-Managed'
},
{
label: 'DigitalOcean',