You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add workload service implementation with tests and template support
- Introduced `streaming_test.go` to test fan-in log and health functionalities, ensuring proper handling of goroutine cancellations and replica management.
- Created `template_reader.go` to adapt workload service for template operations, allowing for workload spec reading without direct package imports.
- Implemented `transitions.go` and `transitions_test.go` to define and validate workload state transitions, ensuring recoverability from failed states.
- Added `types.go` to define data structures for workload creation, updates, and listing, including service specifications and labels.
- Developed `workload.go` to encapsulate the workload entity, its lifecycle states, and associated methods for managing workloads.
0 commit comments