diff options
| author | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2018-01-18 16:34:54 +0530 |
|---|---|---|
| committer | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2018-01-18 16:39:04 +0530 |
| commit | df449b6fd36d86549899195d1d87fcfaf97392d3 (patch) | |
| tree | 1ca1e2e136e951a7dfd63cb84e28ce8f8596d5d6 | |
| parent | 5db6567fe3e2bb490bf5d6f027e51c6079b32070 (diff) | |
sig-apimachinery: rename TPR to CRD in README
| -rw-r--r-- | sig-api-machinery/README.md | 4 | ||||
| -rw-r--r-- | sigs.yaml | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sig-api-machinery/README.md b/sig-api-machinery/README.md index 2f542155..a688749c 100644 --- a/sig-api-machinery/README.md +++ b/sig-api-machinery/README.md @@ -8,7 +8,7 @@ To understand how this file is generated, see https://git.k8s.io/community/gener --> # API Machinery SIG -Covers all aspects of API server, API registration and discovery, generic API CRUD semantics, admission control, encoding/decoding, conversion, defaulting, persistence layer (etcd), OpenAPI, third-party resource, garbage collection, and client libraries. +Covers all aspects of API server, API registration and discovery, generic API CRUD semantics, admission control, encoding/decoding, conversion, defaulting, persistence layer (etcd), OpenAPI, CustomResourceDefinition, garbage collection, and client libraries. ## Meetings * [Wednesdays at 11:00 PT (Pacific Time)](https://staging.talkgadget.google.com/hangouts/_/google.com/kubernetes-sig) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=11:00&tz=PT%20%28Pacific%20Time%29). @@ -49,6 +49,4 @@ Monitor these for Github activity if you are not a member of the team. * [YouTube Playlist](https://www.youtube.com/playlist?list=PL69nYSiGNLP21oW3hbLyjjj4XhrwKxH2R) - find meeting recordings here -## Areas -apiserver, api registration and discovery, generic API CRUD semantics, admission control, encoding/decoding, conversion, defaulting, persistence layer (etcd), OpenAPI, third-party resource, garbage collection, client libraries <!-- END CUSTOM CONTENT --> @@ -4,7 +4,7 @@ sigs: mission_statement: > Covers all aspects of API server, API registration and discovery, generic API CRUD semantics, admission control, encoding/decoding, conversion, - defaulting, persistence layer (etcd), OpenAPI, third-party resource, + defaulting, persistence layer (etcd), OpenAPI, CustomResourceDefinition, garbage collection, and client libraries. label: api-machinery leads: |
