Skip to content

Commit

Permalink
Merge pull request #28119 from moijes12/patch-1
Browse files Browse the repository at this point in the history
Correcting entry in Multiple Resource Types
  • Loading branch information
k8s-ci-robot committed Jun 11, 2021
2 parents 1f6e7cc + bff31ff commit 494c825
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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:

```shell
kubectl get statefulsets,services --all-namespaces --field-selector metadata.namespace!=default
Expand Down

0 comments on commit 494c825

Please sign in to comment.