This commit is contained in:
Nils Blomgren
2026-06-07 21:09:37 +02:00
parent 76b7e55931
commit ffe41b4413
41 changed files with 2927 additions and 460 deletions

View File

@@ -0,0 +1,21 @@
namespace EntKube.Web.Data;
public enum TenantFeature
{
Clusters,
Environments,
Customers,
Apps,
Deployments,
Groups,
Storage,
Databases,
GitRepositories,
Keycloak,
ContainerRegistry,
Messaging,
Cache,
VPN,
Monitoring,
Audit,
}