Add unit tests for KubernetesCluster, Tenant, ServiceInstance, and RegisterClusterHandler
- Implement tests for KubernetesCluster including registration, connectivity status, and error handling. - Create tests for Tenant creation, member management, and status changes. - Add tests for ServiceInstance provisioning and state management. - Introduce RegisterClusterHandler tests to validate registration requests and error scenarios. - Set up project files for new test projects with necessary dependencies.
This commit is contained in:
7
src/EntKube.Web/Components/Account/PasskeyOperation.cs
Normal file
7
src/EntKube.Web/Components/Account/PasskeyOperation.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace EntKube.Web.Components.Account;
|
||||
|
||||
public enum PasskeyOperation
|
||||
{
|
||||
Create = 0,
|
||||
Request = 1,
|
||||
}
|
||||
Reference in New Issue
Block a user