summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-06-09 12:16:00 -0700
committerGitHub <noreply@github.com>2018-06-09 12:16:00 -0700
commit683d0d92ffc8a488e22ff4ff08e637fc8b42e434 (patch)
tree99b0d1afe54a5e99154f33c89a525966a6e36d83
parentae96a02466c121a375ea5fc7ee8ddd8ac8e41482 (diff)
parentb8dc13853051fe32eff781bae263b9e8873ec48c (diff)
Merge pull request #2237 from apelisse/patch-2
Update ServerSide apply Kep to fix links
-rw-r--r--keps/0006-apply.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/keps/0006-apply.md b/keps/0006-apply.md
index effb6eef..980f89e8 100644
--- a/keps/0006-apply.md
+++ b/keps/0006-apply.md
@@ -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