Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. resources
  2. ├── deployments.apps
  3. │   └── namespaces
  4. │   └── nginx-example
  5. │   └── nginx-deployment.json
  6. ├── endpoints
  7. │   └── namespaces
  8. │   └── nginx-example
  9. │   └── my-nginx.json
  10. ├── namespaces
  11. │   └── cluster
  12. │   └── nginx-example.json
  13. ├── persistentvolumeclaims
  14. │   └── namespaces
  15. │   └── nginx-example
  16. │   └── nginx-logs.json
  17. ├── persistentvolumes
  18. │   └── cluster
  19. │   └── pvc-250ce112-2e2a-11e9-91ed-42010a8a0173.json
  20. ├── pods
  21. │   └── namespaces
  22. │   └── nginx-example
  23. │   └── nginx-deployment-ccc5595f4-k9pjh.json
  24. ├── replicasets.apps
  25. │   └── namespaces
  26. │   └── nginx-example
  27. │   └── nginx-deployment-ccc5595f4.json
  28. ├── secrets
  29. │   └── namespaces
  30. │   └── nginx-example
  31. │   └── default-token-7jd7x.json
  32. ├── serviceaccounts
  33. │   └── namespaces
  34. │   └── nginx-example
  35. │   └── default.json
  36. └── services
  37. └── namespaces
  38. └── nginx-example
  39. └── my-nginx.json
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement