Updating generated files for v1.19.0-rc.4

This commit is contained in:
Savitha Raghunathan
2020-08-13 16:45:52 -04:00
parent 9d0baba1e1
commit 50cfe280cd
34 changed files with 50727 additions and 590 deletions
@@ -145,10 +145,10 @@ kubeadm join [api-server-endpoint] [flags]
</tr>
<tr>
<td colspan="2">-k, --experimental-kustomize string</td>
<td colspan="2">--experimental-patches string</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">The path where kustomize patches for static pod manifests are stored.</td>
<td></td><td style="line-height: 130%; word-wrap: break-word;">Path to a directory that contains files named "target[suffix][+patchtype].extension". For example, "kube-apiserver0+merge.yaml" or just "etcd.json". "patchtype" can be one of "strategic", "merge" or "json" and they match the patch formats supported by kubectl. The default "patchtype" is "strategic". "extension" must be either "json" or "yaml". "suffix" is an optional string that can be used to determine which patches are applied first alpha-numerically.</td>
</tr>
<tr>