Skip to content

Commit 17e5b66

Browse files
committed
Backport api changes from v1beta2 to v1beta1
Signed-off-by: Fatih Türken <turkenf@gmail.com>
1 parent b537404 commit 17e5b66

3 files changed

Lines changed: 55 additions & 0 deletions

File tree

apis/spanner/v1beta1/zz_generated.deepcopy.go

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

apis/spanner/v1beta1/zz_instance_types.go

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

package/crds/spanner.gcp.upbound.io_instances.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ spec:
148148
In order to obtain a valid list please consult the
149149
Configuration section of the docs.
150150
type: string
151+
defaultBackupScheduleType:
152+
description: |-
153+
Controls the default backup behavior for new databases within the instance.
154+
Note that AUTOMATIC is not permitted for free instances, as backups and backup schedules are not allowed for free instances.
155+
if unset or NONE, no default backup schedule will be created for new databases within the instance.
156+
Possible values are: NONE, AUTOMATIC.
157+
type: string
151158
displayName:
152159
description: |-
153160
The descriptive name for this instance as it appears in UIs. Must be
@@ -267,6 +274,13 @@ spec:
267274
In order to obtain a valid list please consult the
268275
Configuration section of the docs.
269276
type: string
277+
defaultBackupScheduleType:
278+
description: |-
279+
Controls the default backup behavior for new databases within the instance.
280+
Note that AUTOMATIC is not permitted for free instances, as backups and backup schedules are not allowed for free instances.
281+
if unset or NONE, no default backup schedule will be created for new databases within the instance.
282+
Possible values are: NONE, AUTOMATIC.
283+
type: string
270284
displayName:
271285
description: |-
272286
The descriptive name for this instance as it appears in UIs. Must be
@@ -554,6 +568,13 @@ spec:
554568
In order to obtain a valid list please consult the
555569
Configuration section of the docs.
556570
type: string
571+
defaultBackupScheduleType:
572+
description: |-
573+
Controls the default backup behavior for new databases within the instance.
574+
Note that AUTOMATIC is not permitted for free instances, as backups and backup schedules are not allowed for free instances.
575+
if unset or NONE, no default backup schedule will be created for new databases within the instance.
576+
Possible values are: NONE, AUTOMATIC.
577+
type: string
557578
displayName:
558579
description: |-
559580
The descriptive name for this instance as it appears in UIs. Must be

0 commit comments

Comments
 (0)