docs snapshot for crossplane version `master`

This commit is contained in:
Crossplane 2019-07-25 03:19:47 +00:00
parent d52990dae3
commit 2a2fad0989
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ All of the objects that represent managed resources such as databases, clusters,
In general, simply getting the `yaml` output of a Crossplane object will give insightful information about its condition:
```console
kubetl get <resource-type> -o yaml
kubectl get <resource-type> -o yaml
```
For example, to get complete information about an Azure AKS cluster object, the following command will generate the below sample (truncated) output: