-
Sub-task
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
None
-
None
-
False
-
-
False
-
None
-
None
-
None
-
None
-
None
Scope* Create windows_template.go in util/winc/
- Implement WindowsWebServerConfig struct with all fields
- Implement HPAConfig struct
- Implement OLMBundleConfig struct
- Implement template renderer functions
** NewDefaultWindowsWebServerConfig()
** RenderWindowsWebServerTemplate()
** RenderHPA()
** RenderOLMBundle() - Implement GetFileContent() helper
- Unit tests for renderers
- Documentation in code (godoc comments)
Acceptance Criteria
- windows_template.go created in test/extended/util/winc/
- WindowsWebServerConfig struct with all configuration options
- HPAConfig struct created
- OLMBundleConfig struct created
- All 4 renderer functions implemented
- Unit tests verify templates render correctly
- Godoc comments on all public functions/structs
- Code compiles successfully
Dependencies
Blocked by: WINC-1571 (need templates to exist)