Skip to content

Commit b4c7a22

Browse files
authored
Merge pull request #319 from vshn/crossplane_libraries
Update crossplane dependencies
2 parents 45ae9bd + 3a7e4d7 commit b4c7a22

File tree

110 files changed

+2599
-5709
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+2599
-5709
lines changed

apis/vshn/v1/common_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ type VSHNScheduleStatus struct {
182182
Maintenance VSHNDBaaSMaintenanceScheduleSpec `json:"maintenance,omitempty"`
183183
// Backup keeps track of the backup schedule.
184184
Backup string `json:"backup,omitempty"`
185+
// ResourceStatus represents the observed state of a managed resource.
186+
xpv1.ResourceStatus `json:",inline"`
185187
}
186188

187189
// Security defines the security of a service

apis/vshn/v1/dbaas_vshn_forgejo.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ type VSHNForgejoStatus struct {
128128
// Schedules keeps track of random generated schedules, is overwriten by
129129
// schedules set in the service's spec.
130130
Schedules VSHNScheduleStatus `json:"schedules,omitempty"`
131+
132+
// ResourceStatus represents the observed state of a managed resource.
133+
xpv1.ResourceStatus `json:",inline"`
131134
}
132135

133136
func (v *VSHNForgejo) GetClaimNamespace() string {

apis/vshn/v1/dbaas_vshn_keycloak.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ type VSHNKeycloakStatus struct {
188188
// Schedules keeps track of random generated schedules, is overwriten by
189189
// schedules set in the service's spec.
190190
Schedules VSHNScheduleStatus `json:"schedules,omitempty"`
191+
// ResourceStatus represents the observed state of a managed resource.
192+
xpv1.ResourceStatus `json:",inline"`
191193
}
192194

193195
func (v *VSHNKeycloak) GetClaimNamespace() string {

apis/vshn/v1/dbaas_vshn_mariadb.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ type VSHNMariaDBStatus struct {
145145
// CurrentInstances tracks the current amount of instances.
146146
// Mainly used to detect if there was a change in instances
147147
CurrentInstances int `json:"currentInstances,omitempty"`
148+
// ResourceStatus represents the observed state of a managed resource.
149+
xpv1.ResourceStatus `json:",inline"`
148150
}
149151

150152
func (v *VSHNMariaDB) GetClaimNamespace() string {

apis/vshn/v1/dbaas_vshn_postgresql.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ type VSHNPostgreSQLStatus struct {
267267
// Schedules keeps track of random generated schedules, is overwriten by
268268
// schedules set in the service's spec.
269269
Schedules VSHNScheduleStatus `json:"schedules,omitempty"`
270+
// ResourceStatus represents the observed state of a managed resource.
271+
xpv1.ResourceStatus `json:",inline"`
270272
}
271273

272274
func (v *VSHNPostgreSQL) GetClaimNamespace() string {

apis/vshn/v1/dbaas_vshn_redis.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ type VSHNRedisStatus struct {
146146
// Schedules keeps track of random generated schedules, is overwriten by
147147
// schedules set in the service's spec.
148148
Schedules VSHNScheduleStatus `json:"schedules,omitempty"`
149+
// ResourceStatus represents the observed state of a managed resource.
150+
xpv1.ResourceStatus `json:",inline"`
149151
}
150152

151153
func (v *VSHNRedis) GetClaimNamespace() string {

apis/vshn/v1/vshn_minio.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ type VSHNMinioStatus struct {
101101
// Schedules keeps track of random generated schedules, is overwriten by
102102
// schedules set in the service's spec.
103103
Schedules VSHNScheduleStatus `json:"schedules,omitempty"`
104+
// ResourceStatus represents the observed state of a managed resource.
105+
xpv1.ResourceStatus `json:",inline"`
104106
}
105107

106108
func (v *VSHNMinio) GetClaimNamespace() string {

apis/vshn/v1/vshn_nextcloud.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ type VSHNNextcloudStatus struct {
172172
// Schedules keeps track of random generated schedules, is overwriten by
173173
// schedules set in the service's spec.
174174
Schedules VSHNScheduleStatus `json:"schedules,omitempty"`
175+
// ResourceStatus represents the observed state of a managed resource.
176+
xpv1.ResourceStatus `json:",inline"`
175177
}
176178

177179
func (v *VSHNNextcloud) GetClaimNamespace() string {

apis/vshn/v1/zz_generated.deepcopy.go

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

apis/vshn/v1/zz_generated.managed.go

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

0 commit comments

Comments
 (0)