File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -404,12 +404,12 @@ $(BUILD_DIRS):
404
404
dev : gen fmt
405
405
406
406
.PHONY : verify
407
- verify : verify-gen verify- modules
407
+ verify : verify-modules
408
408
409
409
.PHONY : verify-modules
410
- verify-modules :
411
- go mod tidy
412
- go mod vendor
410
+ verify-modules : gen fmt
411
+ GO111MODULE=on go mod tidy
412
+ GO111MODULE=on go mod vendor
413
413
@if ! (git diff --exit-code HEAD); then \
414
414
echo " go module files are out of date" ; exit 1; \
415
415
fi
Original file line number Diff line number Diff line change @@ -2505,6 +2505,10 @@ spec:
2505
2505
take backup
2506
2506
properties :
2507
2507
name :
2508
+ description : Name specifies the name of the Task to use for backup/restore
2509
+ purpose. If your database has been deployed with KubeDB, then
2510
+ keep this field empty. Stash will read the Task info from the
2511
+ respective AppBinding.
2508
2512
type : string
2509
2513
params :
2510
2514
description : Params specifies a list of parameter to pass to the
@@ -2522,8 +2526,6 @@ spec:
2522
2526
- value
2523
2527
type : object
2524
2528
type : array
2525
- required :
2526
- - name
2527
2529
type : object
2528
2530
tempDir :
2529
2531
description : Temp directory configuration for functions/sidecar An
Original file line number Diff line number Diff line change @@ -2856,6 +2856,10 @@ spec:
2856
2856
recovery process
2857
2857
properties :
2858
2858
name :
2859
+ description : Name specifies the name of the Task to use for backup/restore
2860
+ purpose. If your database has been deployed with KubeDB, then
2861
+ keep this field empty. Stash will read the Task info from the
2862
+ respective AppBinding.
2859
2863
type : string
2860
2864
params :
2861
2865
description : Params specifies a list of parameter to pass to the
@@ -2873,8 +2877,6 @@ spec:
2873
2877
- value
2874
2878
type : object
2875
2879
type : array
2876
- required :
2877
- - name
2878
2880
type : object
2879
2881
tempDir :
2880
2882
description : Temp directory configuration for functions/sidecar An
You can’t perform that action at this time.
0 commit comments