Gate: collect infor about more kubernetes objects
This PS fleshes out the list of objects that info is collected for in the gate. Change-Id: I8f9560a05f5a5c7f5b27dcc7108ea3edc991206f
This commit is contained in:
parent
1545482b8b
commit
8b6d6c43cb
@ -13,14 +13,23 @@
|
||||
- name: Kubectl describe all namespaced objects common block
|
||||
vars:
|
||||
api_objects:
|
||||
- pod
|
||||
- service
|
||||
- pvc
|
||||
- configmaps
|
||||
- cronjobs
|
||||
- daemonsets
|
||||
- deployment
|
||||
- statefulset
|
||||
- daemonset
|
||||
- serviceaccount
|
||||
- endpoints
|
||||
- ingresses
|
||||
- jobs
|
||||
- networkpolicies
|
||||
- pods
|
||||
- podsecuritypolicies
|
||||
- persistentvolumeclaims
|
||||
- rolebindings
|
||||
- roles
|
||||
- secrets
|
||||
- serviceaccounts
|
||||
- services
|
||||
- statefulsets
|
||||
namespace: null
|
||||
|
||||
block:
|
||||
|
Loading…
Reference in New Issue
Block a user