diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-04-29 11:45:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-29 11:45:18 -0700 |
| commit | a288a81034e0a489e94b578ddf8d21bb9579f2a1 (patch) | |
| tree | f5c45f1cb100c550bbda0f6fa3e2d6b009128c08 | |
| parent | 5ef70dffbe17f1d54c976c78064d109465d7503b (diff) | |
| parent | c1b964b47c5213575be05eaf3962468f9ba47545 (diff) | |
Merge pull request #2063 from G-Harmon/patch-1
update aggregated-api-servers.md: fix a typo
| -rw-r--r-- | contributors/design-proposals/api-machinery/aggregated-api-servers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/api-machinery/aggregated-api-servers.md b/contributors/design-proposals/api-machinery/aggregated-api-servers.md index c5f8ca1a..d436c6b9 100644 --- a/contributors/design-proposals/api-machinery/aggregated-api-servers.md +++ b/contributors/design-proposals/api-machinery/aggregated-api-servers.md @@ -31,7 +31,7 @@ aggregated servers. * Developers should be able to write their own API server and cluster admins should be able to add them to their cluster, exposing new APIs at runtime. All of this should not require any change to the core kubernetes API server. -* These new APIs should be seamless extension of the core kubernetes APIs (ex: +* These new APIs should be seamless extensions of the core kubernetes APIs (ex: they should be operated upon via kubectl). ## Non Goals |
