Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

[nginx-ingress-controller] Refactoring of template handling #1498

Merged
merged 4 commits into from
Aug 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions hack/verify-flags/exceptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ingress/controllers/nginx/configuration.md:Setting at least one code this also e
ingress/controllers/nginx/nginx.tmpl: require("error_page")
ingress/controllers/nginx/nginx.tmpl: error_page {{ $errCode }} = @custom_{{ $errCode }};{{ end }}
ingress/controllers/nginx/nginx/config/config.go: // enables which HTTP codes should be passed for processing with the error_page directive
kubelet-to-gcm/monitor/kubelet_to_gcm.go: "container_name": containerName,
kubelet-to-gcm/monitor/kubelet_to_gcm.go: "container_name": "",
mungegithub/mungers/submit-queue.go: sq.e2e = &fake_e2e.FakeE2ETester{
mungegithub/mungers/submit-queue.go: fake_e2e "k8s.io/contrib/mungegithub/mungers/e2e/fake"
mungegithub/mungers/submit-queue_test.go: e2e := sq.e2e.(*fake_e2e.FakeE2ETester)
Expand Down
Loading