-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ws): initial Workspace and WorkspaceKind controller loops (#22)
* feat(ws): implement a reconciliation loop for the workspace Signed-off-by: Adem Baccara <[email protected]> * remove comments Signed-off-by: Adem Baccara <[email protected]> * add correct rbac permission for controller Signed-off-by: Adem Baccara <[email protected]> * implemented collision handling using ownerReferences Signed-off-by: Adem Baccara <[email protected]> * update the status field during workspace reconciliation Signed-off-by: Adem Baccara <[email protected]> * add watcher to workspace kind Signed-off-by: Adem Baccara <[email protected]> * handle the case that multiple ports are specified for an image Signed-off-by: Adem Baccara <[email protected]> * generate correctly the StatefulSet spec Signed-off-by: Adem Baccara <[email protected]> * set status.state of the Workspace Signed-off-by: Adem Baccara <[email protected]> * add rbac permission for configmap Signed-off-by: Adem Baccara <[email protected]> * update dockerfile Signed-off-by: Adem Baccara <[email protected]> * mathew updates Signed-off-by: Mathew Wicks <[email protected]> * mathew updates 2 Signed-off-by: Mathew Wicks <[email protected]> * mathew updates 3 Signed-off-by: Mathew Wicks <[email protected]> * fix todos Signed-off-by: Adem Baccara <[email protected]> * mathew updates 4 Signed-off-by: Mathew Wicks <[email protected]> * handle extraEnv value replacement Signed-off-by: Adem Baccara <[email protected]> * mathew updates 5 Signed-off-by: Mathew Wicks <[email protected]> * mathew updates 6 Signed-off-by: Mathew Wicks <[email protected]> --------- Signed-off-by: Adem Baccara <[email protected]> Signed-off-by: Mathew Wicks <[email protected]> Co-authored-by: Mathew Wicks <[email protected]>
- Loading branch information
1 parent
ca78327
commit 0cacff7
Showing
15 changed files
with
4,715 additions
and
516 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.