The-DevOps-Daily/terraform-provider-validatefx
GitHub で見るAdd k8s_resource_name validator
Open
#299 opened on 2025年11月10日
enhancementhacktoberfestk8s
Repository metrics
- Stars
- (21 stars)
- PR merge metrics
- (PR metrics pending)
説明
Implement a new provider::validatefx::k8s_resource_name validator.
Description:
- Validate Kubernetes resource names (DNS-1123 compliant, lowercase, max 63 chars).
Acceptance criteria:
- Subtask: Implement k8s_resource_name validator in internal/validators
- Subtask: Add unit tests for k8s_resource_name validator
- Subtask: Add k8s_resource_name function to internal/functions package
- Subtask: Add unit tests for k8s_resource_name function
- Subtask: Register k8s_resource_name in registry.go
- Subtask: Add documentation in examples/functions/k8s_resource_name/function.tf
- Subtask: Update docs table using make docs command
- Subtask: Add integration test in integration/main.tf