File tree 3 files changed +26
-4
lines changed
cli/examples/package-authoring/redis-enterprise-operator/upstream/crds
3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Check inclusive language
3
+
4
+ on :
5
+ pull_request :
6
+ types : ['opened']
7
+
8
+ jobs :
9
+ check-inclusive-language :
10
+ name : Check inclusive language
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - uses : actions/checkout@v2
14
+ with :
15
+ fetch-depth : ' 0'
16
+ - name : woke
17
+ run : |
18
+ curl -sSfL https://git.io/getwoke | bash -s -- -b /usr/local/bin
19
+ woke -c https://inclusivenaming.org/word-lists/index.json -o github-actions --exit-1-on-failure
Original file line number Diff line number Diff line change
1
+ # out of our control
2
+ vendor/
3
+ cli/examples/package-authoring/redis-enterprise-operator/upstream/crds/rec_crd.yaml
Original file line number Diff line number Diff line change @@ -6244,11 +6244,11 @@ spec:
6244
6244
type: object
6245
6245
type: array
6246
6246
slaveHA:
6247
- description: Slave high availability mechanism configuration.
6247
+ description: Replica high availability mechanism configuration.
6248
6248
properties:
6249
6249
slaveHAGracePeriod:
6250
6250
description: Time in seconds between when a node fails, and when
6251
- slave high availability mechanism starts relocating shards. If
6251
+ replica high availability mechanism starts relocating shards. If
6252
6252
set to 0, will not affect cluster configuration.
6253
6253
format: int32
6254
6254
type: integer
@@ -13142,11 +13142,11 @@ spec:
13142
13142
type: object
13143
13143
type: array
13144
13144
slaveHA:
13145
- description: Slave high availability mechanism configuration.
13145
+ description: Replica high availability mechanism configuration.
13146
13146
properties:
13147
13147
slaveHAGracePeriod:
13148
13148
description: Time in seconds between when a node fails, and when
13149
- slave high availability mechanism starts relocating shards. If
13149
+ replica high availability mechanism starts relocating shards. If
13150
13150
set to 0, will not affect cluster configuration.
13151
13151
format: int32
13152
13152
type: integer
You can’t perform that action at this time.
0 commit comments