Rename `UserContainer` to `ServingContainer`
Open
good first issue
help wanted
kind/refactoring
lifecycle/frozen
- Dominant language
- Go
- Stars
- 6.1k
- Forks
- 1.2k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 2
Description
# Description
We currently name the "main" container of a `KnativeService` `UserContainer`. As all containers, including sidecars, are provided by the user this name is not ideal. We should check if it is feasible to rename it to `ServingContainer` without breaking our API.
# Todo
- [ ] Check if UserContainer can be renamed without breaking the API
- [ ] If possible, rename all occurrences in pkg
- [ ] If possible, rename all occurrences in serving
- [ ] If possible, rename all occurrences in docs
Contributor guide
Assessment
This issue has not been assessed yet.