kubernetes/pkg/kubelet/types
Gunju Kim b94fa250c2
Sidecar: Implement lifecycle of the restartable init container
- Implement `computeInitContainerActions` to sets the actions for the
  init containers, including those with `RestartPolicyAlways`.
- Allow StartupProbe on the restartable init containers.
- Update PodPhase considering the restartable init containers.
- Update PodInitialized status and status manager considering the
  restartable init containers.

Co-authored-by: Matthias Bertschy <matthias.bertschy@gmail.com>
2023-07-08 07:26:12 +09:00
..
constants.go feat: rename PodHasNetwork to PodReadyToStartContainers 2023-05-02 19:52:23 +00:00
doc.go Fix golint issues in pkg/kubelet/types 2020-12-23 19:21:31 -08:00
labels_test.go
labels.go Fix golint issues in pkg/kubelet/types 2020-12-23 19:21:31 -08:00
pod_status_test.go feat: rename PodHasNetwork to PodReadyToStartContainers 2023-05-02 19:52:23 +00:00
pod_status.go feat: rename PodHasNetwork to PodReadyToStartContainers 2023-05-02 19:52:23 +00:00
pod_update_test.go add unit test coverage for pkg/kubelet/types/ 2022-08-19 16:28:25 +08:00
pod_update.go Sidecar: Implement lifecycle of the restartable init container 2023-07-08 07:26:12 +09:00
types_test.go add unit test coverage for pkg/kubelet/types/ 2022-08-19 16:28:25 +08:00
types.go Align lifecycle handlers and probes 2022-10-19 09:51:52 -07:00