Skip to content

Commit 5a36ec6

Browse files
authored
Merge pull request #64 from phisco/capital-letters-are-important
fix: SelectedControlPlanes, not SelectedControlplanes
2 parents 089aad4 + 41c97ef commit 5a36ec6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apis/spaces/v1alpha1/sharedbackupschedule_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ type SharedBackupScheduleSpec struct {
7676
type SharedBackupScheduleStatus struct {
7777
xpv1.ResourceStatus `json:",inline"`
7878

79-
SelectedControlplanes []string `json:"selectedControlplanes,omitempty"`
79+
SelectedControlPlanes []string `json:"selectedControlPlanes,omitempty"`
8080
}
8181

8282
var (

apis/spaces/v1alpha1/zz_generated.deepcopy.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)