Chao Xu
03d8820edc
rename /release_1_5 to /clientset
2016-12-14 12:39:48 -08:00
Clayton Coleman
3454a8d52c
refactor: update bazel, codec, and gofmt
2016-12-03 19:10:53 -05:00
Clayton Coleman
5df8cc39c9
refactor: generated
2016-12-03 19:10:46 -05:00
Pengfei Ni
f584ed4398
Fix package aliases to follow golang convention
2016-11-30 15:40:50 +08:00
Chao Xu
f0ad860d66
pkg/dns
2016-11-23 15:53:09 -08:00
Bowei Du
19be1d2504
Allow kube-dns to load its configuration from a config map
...
- Adds command line flags --config-map, --config-map-ns.
- Fixes 36194 (https://github.com/kubernetes/kubernetes/issues/36194 )
- Update kube-dns yamls
- Update bazel (hack/update-bazel.sh)
- Update known command line flags
- Temporarily reference new kube-dns image (this will be fixed with
a separate commit when the DNS image is created)
2016-11-18 16:11:12 -08:00
Bowei Du
65e421b1d7
Move treecache to its own package, add unit test
2016-11-03 12:38:02 -07:00
Bowei Du
28cd4c58e3
Moves some common functions into package dns/util
2016-10-20 16:47:09 -07:00
Bowei Du
2cf7f7bfc5
Reduce surface area of pkg/dns.go
...
Moves some utility functions into `util` package.
2016-10-20 15:51:04 -07:00
Rudi Chiarito
b5464a970f
Implement ExternalName in kube-dns
2016-08-23 00:55:47 -04:00
Michal Rostecki
59ca5986dd
Print/log pointers of structs with %#v instead of %+v
...
There are many places in k8s where %+v is used to format a pointer
to struct, which isn't working as expected.
Fixes #26591
2016-08-01 22:27:56 +02:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
nikhiljindal
61f43c5924
Updating KubeDNS to try a local service first for federation query
2016-06-23 17:50:12 -07:00
Madhusudan.C.S
6894e74027
Append both the zone and the region to the federation query responses, not just the zone.
2016-06-23 11:54:32 -07:00
Matt Liggett
c87b613412
Look for the failure zone label in labels.
...
Not annotations. Found this working on #27819 .
2016-06-23 09:50:03 -07:00
Prashanth Balasubramanian
2439930592
Fix srv record lookup
2016-06-03 20:41:08 -07:00
Abhishek Shah
4224dbd6c6
Added DNS reverse lookup
2016-06-01 09:54:57 -07:00
Abhishek Shah
fcba7c3e5f
added dns-port flag to have a custom DNS port for skydns to serve DNS requests on. updated imports
2016-05-23 14:54:00 -07:00
Madhusudan.C.S
006580abb9
Implement tests for federation queries.
2016-05-23 11:35:50 +05:30
Abhishek Shah
3ada2170a3
pr feedback
2016-05-20 23:25:18 -07:00
Abhishek Shah
9a6c7ed3a1
added pkg/dns with unit tests.
2016-05-20 15:08:11 -07:00