Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]

This commit is contained in:
CircleCI Atomic Red Team doc generator
2021-07-27 19:11:56 +00:00
parent 5c6c6206cb
commit db26ebc7ff
2 changed files with 72 additions and 6 deletions
+48 -6
View File
@@ -11016,10 +11016,17 @@ privilege-escalation:
description: K8s namespace to list
type: String
default: default
executor:
dependencies:
- description: 'kubectl must be installed
'
get_prereq_command: 'echo "kubectl must be installed manually"
'
prereq_command: 'which kubectl
'
executor:
command: 'kubectl get cronjobs -n #{namespace}
'
@@ -11042,10 +11049,17 @@ privilege-escalation:
description: K8s namespace to list
type: String
default: default
executor:
dependencies:
- description: 'kubectl must be installed
'
get_prereq_command: 'echo "kubectl must be installed manually"
'
prereq_command: 'which kubectl
'
executor:
command: 'kubectl create -f src/cronjob.yaml -n #{namespace}
'
@@ -39319,10 +39333,17 @@ persistence:
description: K8s namespace to list
type: String
default: default
executor:
dependencies:
- description: 'kubectl must be installed
'
get_prereq_command: 'echo "kubectl must be installed manually"
'
prereq_command: 'which kubectl
'
executor:
command: 'kubectl get cronjobs -n #{namespace}
'
@@ -39345,10 +39366,17 @@ persistence:
description: K8s namespace to list
type: String
default: default
executor:
dependencies:
- description: 'kubectl must be installed
'
get_prereq_command: 'echo "kubectl must be installed manually"
'
prereq_command: 'which kubectl
'
executor:
command: 'kubectl create -f src/cronjob.yaml -n #{namespace}
'
@@ -58145,10 +58173,17 @@ execution:
description: K8s namespace to list
type: String
default: default
executor:
dependencies:
- description: 'kubectl must be installed
'
get_prereq_command: 'echo "kubectl must be installed manually"
'
prereq_command: 'which kubectl
'
executor:
command: 'kubectl get cronjobs -n #{namespace}
'
@@ -58171,10 +58206,17 @@ execution:
description: K8s namespace to list
type: String
default: default
executor:
dependencies:
- description: 'kubectl must be installed
'
get_prereq_command: 'echo "kubectl must be installed manually"
'
prereq_command: 'which kubectl
'
executor:
command: 'kubectl create -f src/cronjob.yaml -n #{namespace}
'
+24
View File
@@ -41,6 +41,18 @@ kubectl get cronjobs -n #{namespace}
#### Dependencies: Run with `bash`!
##### Description: kubectl must be installed
##### Check Prereq Commands:
```bash
which kubectl
```
##### Get Prereq Commands:
```bash
echo "kubectl must be installed manually"
```
<br/>
@@ -78,6 +90,18 @@ kubectl delete cronjob art -n #{namespace}
#### Dependencies: Run with `bash`!
##### Description: kubectl must be installed
##### Check Prereq Commands:
```bash
which kubectl
```
##### Get Prereq Commands:
```bash
echo "kubectl must be installed manually"
```
<br/>