Lily Brown
Lily Brown
[MD specification link](https://material.io/guidelines/components/sliders.html)
[MD specification link](https://material.io/guidelines/components/sliders.html).
[MD specification link](https://material.io/guidelines/components/progress-activity.html).
[MD specification link](https://material.io/guidelines/components/expansion-panels.html).
A super simple divider. [MD specification link](https://material.io/guidelines/components/dividers.html).
Popup dialogs of all sorts and sizes! [MD specification link](https://material.io/guidelines/components/dialogs.html).
### Description of the feature or enhancement: Sidecar containers, unlike init containers, [support probes](https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/#differences-from-init-containers). `addInitContainer` doesn't support this and will throw an error if `liveness`, `readiness`, or `startup` are specified:...