k3s/test/integration/examples
Kubernetes Submit Queue 28d649c2f5
Merge pull request #66932 from nilebox/discovery-include-unavailable
Automatic merge from submit-queue (batch tested with PRs 66394, 66888, 66932). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Include unavailable apiservices in discovery response

**What this PR does / why we need it**:
Include unavailable apiservices into `apis/` discovery endpoint response to fix namespace deletion https://github.com/kubernetes-incubator/service-catalog/issues/2254

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes https://github.com/kubernetes-incubator/service-catalog/issues/2254

**Special notes for your reviewer**:

**Release note**:


```release-note
kube-apiserver now includes all registered API groups in discovery, including registered extension API group/versions for unavailable extension API servers.
```
2018-08-08 07:00:14 -07:00
..
BUILD Include unavailable API services in discovery response 2018-08-08 07:26:27 +03:00
apiserver_test.go Merge pull request #66932 from nilebox/discovery-include-unavailable 2018-08-08 07:00:14 -07:00
main_test.go use testmain in integration tests 2017-07-12 17:34:55 -07:00
setup_test.go promote informers into master.Config 2018-08-08 09:35:45 +08:00
webhook_test.go Add String method to audit.Backend interface 2018-07-18 17:55:01 +08:00