Skip to content

Commit 0ff683f

Browse files
committed
lowercase the first character
1 parent 6fe4e20 commit 0ff683f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apis/kots/v1beta1/license_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ type LicenseSpec struct {
115115
IsIdentityServiceSupported bool `json:"isIdentityServiceSupported,omitempty"`
116116
IsGeoaxisSupported bool `json:"isGeoaxisSupported,omitempty"`
117117
IsSnapshotSupported bool `json:"isSnapshotSupported,omitempty"`
118-
IsDisasterRecoverySupported bool `json:"IsDisasterRecoverySupported,omitempty"`
118+
IsDisasterRecoverySupported bool `json:"isDisasterRecoverySupported,omitempty"`
119119
IsSupportBundleUploadSupported bool `json:"isSupportBundleUploadSupported,omitempty"`
120120
IsSemverRequired bool `json:"isSemverRequired,omitempty"`
121121
Entitlements map[string]EntitlementField `json:"entitlements,omitempty"`

config/crds/kots.io_licenses.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ spec:
3939
spec:
4040
description: LicenseSpec defines the desired state of LicenseSpec
4141
properties:
42-
IsDisasterRecoverySupported:
43-
type: boolean
4442
appSlug:
4543
type: string
4644
channelID:
@@ -70,6 +68,8 @@ spec:
7068
type: object
7169
isAirgapSupported:
7270
type: boolean
71+
isDisasterRecoverySupported:
72+
type: boolean
7373
isGeoaxisSupported:
7474
type: boolean
7575
isGitOpsSupported:

0 commit comments

Comments
 (0)