fix: drop dead code phase2 unused class (#22042)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong 2025-07-17 09:33:07 +08:00 committed by GitHub
commit d2933c2bfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 1 additions and 576 deletions

View file

@ -1,17 +0,0 @@
from typing import Optional
from pydantic import BaseModel
class ClusterEntity(BaseModel):
"""
Model Config Entity.
"""
name: str
cluster_id: str
displayName: str
region: str
spendingLimit: Optional[int] = 1000
version: str
createdBy: str