The-DevOps-Daily/terraform-provider-validatefx
在 GitHub 查看Add k8s_resource_name validator
Open
#299 建立於 2025年11月10日
enhancementhacktoberfestk8s
倉庫指標
- Star
- (21 star)
- PR 合併指標
- (PR 指標待抓取)
描述
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