diff options
| author | Mengqi Yu <mengqiy@google.com> | 2017-03-16 17:26:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-16 17:26:48 -0700 |
| commit | d7f33abaed3c3f9e0ebc6c2690858538aee83060 (patch) | |
| tree | 5dd2dad279e0d0573a763bc4548c8d05b6f39699 | |
| parent | 0df052a403e0effd4efea1616a55ecacb927ea1c (diff) | |
make table format correctly
| -rw-r--r-- | contributors/design-proposals/add-new-patchStrategy-to-clear-fields-not-present-in-patch.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/add-new-patchStrategy-to-clear-fields-not-present-in-patch.md b/contributors/design-proposals/add-new-patchStrategy-to-clear-fields-not-present-in-patch.md index bec26f96..ae6cfda7 100644 --- a/contributors/design-proposals/add-new-patchStrategy-to-clear-fields-not-present-in-patch.md +++ b/contributors/design-proposals/add-new-patchStrategy-to-clear-fields-not-present-in-patch.md @@ -8,7 +8,7 @@ For a field presents in the request, it will be merged with the live config. The proposal of Full Union is in [kubernetes/community#388](https://github.com/kubernetes/community/pull/388). | Capability | Supported By This Proposal | Supported By Full Union | -|---|---|---|---| +|---|---|---| | Auto clear missing fields on patch | X | X | | Merge union fields on patch | X | X | | Validate only 1 field set on type | | X | @@ -42,7 +42,7 @@ that does not contain a discriminator. **Scope**: | Union Type | Supported | -|---|---|---| +|---|---| | non-inlined non-discriminated union | Yes | | non-inlined discriminated union | Yes | | inlined union with [patchMergeKey](https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#strategic-merge-patch) only | Yes | |
