Merge pull request #2237 from apelisse/patch-2

Update ServerSide apply Kep to fix links
This commit is contained in:
k8s-ci-robot 2018-06-09 12:16:00 -07:00 committed by GitHub
commit 683d0d92ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -108,14 +108,14 @@ via CURL.)
Some highlights of things we intend to change:
* Apply will be moved to the control plane: [overall design](goo.gl/UbCRuf).
* Apply will be moved to the control plane: [overall design](https://goo.gl/UbCRuf).
* It will be invoked by sending a certain Content-Type with the verb PATCH.
* The last-applied annotation will be promoted to a first-class citizen under
metadata. Multiple appliers will be allowed.
* Apply will have user-targeted and controller-targeted variants.
* The Go IDL will be fixed: [design](goo.gl/EBGu2V). OpenAPI data models will be fixed. Result: 2-way and
* The Go IDL will be fixed: [design](https://goo.gl/EBGu2V). OpenAPI data models will be fixed. Result: 2-way and
3-way merges can be implemented correctly.
* 2-way and 3-way merges will be implemented correctly: [design](goo.gl/nRZVWL).
* 2-way and 3-way merges will be implemented correctly: [design](https://goo.gl/nRZVWL).
* Dry-run will be implemented on control plane verbs (POST and PUT).
* Admission webhooks will have their API appended accordingly.
* The defaulting and conversion stack will be solidified to allow converting