Update charter.md

Added bullets to scope list.  Added 'The informer libraries' to scope.  Added  'Client library releases' to ### Cross-cutting and Externally Facing Processes
This commit is contained in:
maulin9 2018-11-14 11:24:21 -08:00 committed by GitHub
parent 6da9a6bd09
commit b7ab6240f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 3 deletions

View File

@ -5,17 +5,32 @@ the Roles and Organization Management outlined in [sig-governance].
## Scope
SIG API Machinery is responsible for the development and enhancement of Kubernetes master node. The scope covers API server, persistence layer (etcd), controller manager, cloud controller manager, CustomResourceDefinition, scheduler and webhooks.
SIG API Machinery is responsible for the development and enhancement of Kubernetes cluster control plane. The scope covers API server, persistence layer (etcd), controller manager, cloud controller manager, CustomResourceDefinition, scheduler and webhooks.
### In scope
#### Code, Binaries and Services
All aspects of API server, API registration and discovery, generic API CRUD semantics, admission control, encoding/decoding, conversion, defaulting, persistence layer (etcd), OpenAPI, CustomResourceDefinition, webhooks, garbage collection, namespace lifecycle, and client libraries.
All aspects of
* API server
* API registration and discovery
* Generic API CRUD semantics
* Admission control
* Encoding/decoding
* Conversion
* Defaulting
* Persistence layer (etcd)
* OpenAPI
* The informer libraries
* CustomResourceDefinition
* Webhooks
* Garbage collection
* Namespace lifecycle
* Client libraries
#### Cross-cutting and Externally Facing Processes
N/A
Client library releases
### Out of scope