notebooks/components/notebook-controller/controllers
gilbeckers 82c04b3be1 Correct ContainerStatus of Notebook CR (kubeflow/kubeflow#5314)
* Correct ContainerStatus of Notebook CR

The Notebook Controller doesn't set the State of the CR correctly. In some cases
the first container is the istio-sidecar which results in an incorrect state being
shown to the Notebook CR. This is fix now by showing the Notebook container
ContainerState to the Notebook CR ContainerState

* Changed log statement and added a comment
Implemented remarks of @yanniszark and @kimwnasptd

* Small reorganization of some if statements
2021-01-04 01:27:55 -08:00
..
notebook_controller.go Correct ContainerStatus of Notebook CR (kubeflow/kubeflow#5314) 2021-01-04 01:27:55 -08:00
notebook_controller_bdd_test.go Implemented functional tests using ginkgo for notebook controller (kubeflow/kubeflow#5378) 2020-11-11 05:57:49 -08:00
notebook_controller_test.go notebook-controller: Fix event filtering (kubeflow/kubeflow#4777) 2020-02-19 08:44:25 -08:00
suite_test.go Implemented functional tests using ginkgo for notebook controller (kubeflow/kubeflow#5378) 2020-11-11 05:57:49 -08:00