[zh] update concept basic objects

This commit is contained in:
Mayo
2021-10-12 10:28:52 +08:00
parent 15be8889a6
commit 997ddb150a
10 changed files with 254 additions and 87 deletions
@@ -93,7 +93,7 @@ kubectl get pods --field-selector=status.phase!=Running,spec.restartPolicy=Alway
<!--
## Multiple resource types
You use field selectors across multiple resource types. This `kubectl` command selects all Statefulsets and Services that are not in the `default` namespace:
You can use field selectors across multiple resource types. This `kubectl` command selects all Statefulsets and Services that are not in the `default` namespace:
-->
## 多种资源类型 {#multiple-resource-types}