File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ type ApiBase struct {
63
63
// Categories are reflected in APIM portal so that consumers can easily find the APIs they need.
64
64
Categories []string `json:"categories"`
65
65
// +kubebuilder:validation:Optional
66
- // +kubebuilder:default:true
66
+ // +kubebuilder:default:= true
67
67
// If true, new members added to the API spec will
68
68
// be notified when the API is synced with APIM.
69
69
NotifyMembers bool `json:"notifyMembers"`
Original file line number Diff line number Diff line change @@ -480,6 +480,8 @@ This will cause Gateways to fetch the APIs from the datastore<br/>
480
480
<td >
481
481
If true, new members added to the API spec will
482
482
be notified when the API is synced with APIM.<br />
483
+ <br />
484
+ <i >Default</i >: true<br />
483
485
</td >
484
486
<td >false</td >
485
487
</tr ><tr >
@@ -4454,6 +4456,8 @@ field of the resource.<br/>
4454
4456
<td >
4455
4457
If true, new members added to the API spec will
4456
4458
be notified when the API is synced with APIM.<br />
4459
+ <br />
4460
+ <i >Default</i >: true<br />
4457
4461
</td >
4458
4462
<td >false</td >
4459
4463
</tr ><tr >
Original file line number Diff line number Diff line change @@ -359,6 +359,7 @@ spec:
359
359
description : API name
360
360
type : string
361
361
notifyMembers :
362
+ default : true
362
363
description : |-
363
364
If true, new members added to the API spec will
364
365
be notified when the API is synced with APIM.
Original file line number Diff line number Diff line change @@ -740,6 +740,7 @@ spec:
740
740
description : API name
741
741
type : string
742
742
notifyMembers :
743
+ default : true
743
744
description : |-
744
745
If true, new members added to the API spec will
745
746
be notified when the API is synced with APIM.
You can’t perform that action at this time.
0 commit comments