File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ type LicenseSpec struct {
115
115
IsIdentityServiceSupported bool `json:"isIdentityServiceSupported,omitempty"`
116
116
IsGeoaxisSupported bool `json:"isGeoaxisSupported,omitempty"`
117
117
IsSnapshotSupported bool `json:"isSnapshotSupported,omitempty"`
118
- IsDisasterRecoverySupported bool `json:"IsDisasterRecoverySupported ,omitempty"`
118
+ IsDisasterRecoverySupported bool `json:"isDisasterRecoverySupported ,omitempty"`
119
119
IsSupportBundleUploadSupported bool `json:"isSupportBundleUploadSupported,omitempty"`
120
120
IsSemverRequired bool `json:"isSemverRequired,omitempty"`
121
121
Entitlements map [string ]EntitlementField `json:"entitlements,omitempty"`
Original file line number Diff line number Diff line change 39
39
spec :
40
40
description : LicenseSpec defines the desired state of LicenseSpec
41
41
properties :
42
- IsDisasterRecoverySupported :
43
- type : boolean
44
42
appSlug :
45
43
type : string
46
44
channelID :
70
68
type : object
71
69
isAirgapSupported :
72
70
type : boolean
71
+ isDisasterRecoverySupported :
72
+ type : boolean
73
73
isGeoaxisSupported :
74
74
type : boolean
75
75
isGitOpsSupported :
You can’t perform that action at this time.
0 commit comments