From 40985c3abbb7333a75d0aa07a4e90308b12bb16b Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Wed, 11 Jul 2018 10:36:01 +0530 Subject: [PATCH] apiserver/README: update to 2018 for compatibility --- staging/src/k8s.io/apiserver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/apiserver/README.md b/staging/src/k8s.io/apiserver/README.md index 130ba87ded6..90160ce911e 100644 --- a/staging/src/k8s.io/apiserver/README.md +++ b/staging/src/k8s.io/apiserver/README.md @@ -14,7 +14,7 @@ This library contains code to create Kubernetes aggregation server complete with There are *NO compatibility guarantees* for this repository, yet. It is in direct support of Kubernetes, so branches will track Kubernetes and be compatible with that repo. As we more cleanly separate the layers, we will review the -compatibility guarantee. We have a goal to make this easier to use in 2017. +compatibility guarantee. We have a goal to make this easier to use in the future. ## Where does it come from?