diff options
| author | Jonathan MacMillan <dvorak@google.com> | 2017-11-03 16:33:11 -0700 |
|---|---|---|
| committer | Jonathan MacMillan <dvorak@google.com> | 2017-11-03 16:33:11 -0700 |
| commit | 8e10e7eca47aec2d8b0d55814841d3a2a7cee8ab (patch) | |
| tree | 639f66cf1578164683d392e3e52d29c90e872f18 | |
| parent | 6ce1efdd4c1b28ecee36bf5fc2c2cdb1c7a0083a (diff) | |
csbell's comments
| -rw-r--r-- | contributors/design-proposals/multicluster/cluster-registry/api-design.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contributors/design-proposals/multicluster/cluster-registry/api-design.md b/contributors/design-proposals/multicluster/cluster-registry/api-design.md index 8daf9c75..e2587917 100644 --- a/contributors/design-proposals/multicluster/cluster-registry/api-design.md +++ b/contributors/design-proposals/multicluster/cluster-registry/api-design.md @@ -66,8 +66,7 @@ This document defines the cluster registry API. It is an evolution of the [current Federation cluster API](https://github.com/kubernetes/kubernetes/blob/master/federation/apis/federation/types.go#L99), and is designed more specifically for the "cluster registry" use case in contrast to the Federation `Cluster` object, which was made for the -active-control-plane Federation. All the names in the API are tentative and -subject to change if we find better alternatives to describe those entities. +active-control-plane Federation. The API is a Kubernetes-style REST API that supports the following operations: |
