Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft letting the vCluster Helm chart manage its own Ingress. #37

Merged
merged 3 commits into from
Aug 11, 2023

Conversation

axisofentropy
Copy link
Member

No description provided.

@axisofentropy
Copy link
Member Author

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Merging #37 (4c4d77a) into main (c2da179) will decrease coverage by 7.05%.
Report is 80 commits behind head on main.
The diff coverage is 5.40%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
- Coverage   19.58%   12.54%   -7.05%     
==========================================
  Files           4        4              
  Lines         388      590     +202     
==========================================
- Hits           76       74       -2     
- Misses        308      512     +204     
  Partials        4        4              
Files Changed Coverage Δ
controllers/uffizzicluster_controller.go 0.00% <0.00%> (ø)
controllers/vcluster.go 100.00% <ø> (ø)
controllers/ingress.go 72.41% <50.00%> (+2.41%) ⬆️
controllers/conditions.go 100.00% <100.00%> (ø)

Copy link
Member

@waveywaves waveywaves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can comment out the function call from where the ingress creation takes place.

@@ -36,6 +36,12 @@ type EnabledBool struct {
Enabled bool `json:"enabled"`
}

type VClusterIngress struct {
Enabled bool `json:"enabled"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add , omitempty for all the values here.

@axisofentropy axisofentropy force-pushed the feature/vcluster_ingress_refactor_2023-07 branch from bf42307 to b4dd498 Compare August 11, 2023 15:59
@github-actions
Copy link

github-actions bot commented Aug 11, 2023

Uffizzi Cluster pr-37 was deleted.

@axisofentropy axisofentropy marked this pull request as ready for review August 11, 2023 16:30
@axisofentropy
Copy link
Member Author

this ended up being a hotfix for issue seen last night https://uffizzi-internal.slack.com/archives/CN8MKSAQ5/p1691725574228729

@axisofentropy axisofentropy merged commit 1452e8d into main Aug 11, 2023
3 of 6 checks passed
@waveywaves waveywaves deleted the feature/vcluster_ingress_refactor_2023-07 branch August 22, 2023 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants