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
|
- name: Kubectl describe all namespaced objects common block
|
||||||
vars:
|
vars:
|
||||||
api_objects:
|
api_objects:
|
||||||
- pod
|
- configmaps
|
||||||
- service
|
- cronjobs
|
||||||
- pvc
|
- daemonsets
|
||||||
- deployment
|
- deployment
|
||||||
- statefulset
|
|
||||||
- daemonset
|
|
||||||
- serviceaccount
|
|
||||||
- endpoints
|
- endpoints
|
||||||
|
- ingresses
|
||||||
|
- jobs
|
||||||
|
- networkpolicies
|
||||||
|
- pods
|
||||||
|
- podsecuritypolicies
|
||||||
|
- persistentvolumeclaims
|
||||||
|
- rolebindings
|
||||||
|
- roles
|
||||||
|
- secrets
|
||||||
|
- serviceaccounts
|
||||||
|
- services
|
||||||
|
- statefulsets
|
||||||
namespace: null
|
namespace: null
|
||||||
|
|
||||||
block:
|
block:
|
||||||
|
Loading…
Reference in New Issue
Block a user