Files
kubesphere/pkg/simple/client/overview/constants.go
KubeSphere CI Bot 447a51f08b feat: kubesphere 4.0 (#6115)
* feat: kubesphere 4.0

Signed-off-by: ci-bot <ci-bot@kubesphere.io>

* feat: kubesphere 4.0

Signed-off-by: ci-bot <ci-bot@kubesphere.io>

---------

Signed-off-by: ci-bot <ci-bot@kubesphere.io>
Co-authored-by: ks-ci-bot <ks-ci-bot@example.com>
Co-authored-by: joyceliu <joyceliu@yunify.com>
2024-09-06 11:05:52 +08:00

30 lines
1.2 KiB
Go

package overview
const (
WorkspaceCount = "workspace_count"
ClusterCount = "cluster_count"
NamespaceCount = "namespace_count"
ExtensionCount = "extension_count"
InstallPlanCount = "installplan_count"
PodCount = "pod_count"
DeploymentCount = "deployment_count"
StatefulSetCount = "statefulset_count"
DaemonSetCount = "daemonset_count"
JobCount = "job_count"
CronJobCount = "cronjob_count"
ServiceCount = "service_count"
IngressCount = "ingress_count"
PersistentVolumeCount = "persistentvolume_count"
PersistentVolumeClaimCount = "persistentvolumeclaim_count"
GlobalRoleCount = "globalrole_count"
WorkspaceRoleCount = "workspacerole_count"
RoleCount = "role_count"
ClusterRoleCount = "clusterrole_count"
UserCount = "user_count"
GlobalRoleBindingCount = "globalrolebindings_count"
WorkspaceRoleBindingCount = "workspacerolebinding_count"
ClusterRoleBindingCount = "clusterrolebinding_count"
RoleBindingCount = "rolebinding_count"
)