sal/kubernetes/tests/rhai
Mahmoud-Emad 6b12001ca2 feat: Add Kubernetes examples and update dependencies
- Add Kubernetes examples demonstrating deployment of various
  applications (PostgreSQL, Redis, generic). This improves the
  documentation and provides practical usage examples.
- Add `tokio` dependency for async examples. This enables the use
  of asynchronous operations in the examples.
- Add `once_cell` dependency for improved resource management in
  Kubernetes module. This allows efficient management of
  singletons and other resources.
2025-07-10 00:40:11 +03:00
..
basic_kubernetes.rhai feat: Add Kubernetes module to SAL 2025-06-30 14:56:54 +03:00
crud_operations.rhai feat: Add Kubernetes examples and update dependencies 2025-07-10 00:40:11 +03:00
env_vars_test.rhai feat: Add Kubernetes examples and update dependencies 2025-07-10 00:40:11 +03:00
namespace_operations.rhai feat: Add Kubernetes module to SAL 2025-06-30 14:56:54 +03:00
new_functions_test.rhai feat: Add Kubernetes examples and update dependencies 2025-07-10 00:40:11 +03:00
pod_env_vars_test.rhai feat: Add Kubernetes examples and update dependencies 2025-07-10 00:40:11 +03:00
resource_management.rhai feat: Add Kubernetes module to SAL 2025-06-30 14:56:54 +03:00
run_all_tests.rhai feat: Add Kubernetes examples and update dependencies 2025-07-10 00:40:11 +03:00
simple_api_test.rhai feat: Add Kubernetes module to SAL 2025-06-30 14:56:54 +03:00