diff options
| author | Jiangtian Li <jiangtianli@hotmail.com> | 2018-01-23 09:59:36 -0800 |
|---|---|---|
| committer | Jiangtian Li <jiangtianli@hotmail.com> | 2018-01-23 09:59:36 -0800 |
| commit | bdd5aaf1fdb67734d35766d8dcd1967fea802694 (patch) | |
| tree | 9dc081add6de749b77c14f95d008ed1120a4b503 | |
| parent | 66b840957fbd37aa3d1f99da300071552677a9bc (diff) | |
Add Patrick as contributor
| -rw-r--r-- | contributors/design-proposals/node/cri-windows.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/node/cri-windows.md b/contributors/design-proposals/node/cri-windows.md index c7dc9d67..7381c464 100644 --- a/contributors/design-proposals/node/cri-windows.md +++ b/contributors/design-proposals/node/cri-windows.md @@ -1,6 +1,6 @@ # CRI: Windows Container Configuration -**Authors**: Jiangtian Li (@JiangtianLi), Pengfei Ni (@feiskyer) +**Authors**: Jiangtian Li (@JiangtianLi), Pengfei Ni (@feiskyer), Patrick Lang(@PatrickLang) **Status**: Proposed @@ -71,4 +71,4 @@ To implement resource controls for Windows containers, refer to [this MSDN docum ## Future work -Windows [storage resource controls](https://github.com/opencontainers/runtime-spec/blob/master/config-windows.md#storage), security context (analog to SELinux, Apparmor, readOnlyRootFilesystem, etc.) and pod resource controls (analog to LinuxPodSandboxConfig.cgroup_parent already in CRI) are under investigation and would be handled in separate propsals. They will supplement and not replace the fields in `WindowsContainerResources` from this proposal.
\ No newline at end of file +Windows [storage resource controls](https://github.com/opencontainers/runtime-spec/blob/master/config-windows.md#storage), security context (analog to SELinux, Apparmor, readOnlyRootFilesystem, etc.) and pod resource controls (analog to LinuxPodSandboxConfig.cgroup_parent already in CRI) are under investigation and would be handled in separate propsals. They will supplement and not replace the fields in `WindowsContainerResources` from this proposal. |
