Typo fix: resourse->resource

This commit is contained in:
AdamDang
2018-04-27 23:28:43 +08:00
committed by GitHub
parent fb308353d3
commit 07badb8510

View File

@@ -250,7 +250,7 @@ traversal rules built into [kustomize].
_Patch_ is a field in the kustomization, distinct from
resources, because a patch file looks like a resource
file, but has different semantics. A patch depends on
(modifies) a resource, whereas a resourse has no
(modifies) a resource, whereas a resource has no
dependencies. Since any resource file can be used as a
patch, one cannot reliably distinguish a resource from
a patch just by looking at the file's [YAML].