Skip to content

Commit 0ddd923

Browse files
committed
Merge branch 'main' into support/notify-dependent-components
2 parents 07628ee + b7b4255 commit 0ddd923

File tree

1,112 files changed

+1864
-22194
lines changed

Some content is hidden

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

1,112 files changed

+1864
-22194
lines changed

.github/utils/extract_chart_n_image_list.sh

Lines changed: 0 additions & 185 deletions
This file was deleted.

apis/apis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022-2024 ApeCloud Co., Ltd
2+
Copyright (C) 2022-2025 ApeCloud Co., Ltd
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

apis/apps/v1/cluster_conversion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022-2024 ApeCloud Co., Ltd
2+
Copyright (C) 2022-2025 ApeCloud Co., Ltd
33
44
This file is part of KubeBlocks project
55

apis/apps/v1/cluster_types.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022-2024 ApeCloud Co., Ltd
2+
Copyright (C) 2022-2025 ApeCloud Co., Ltd
33
44
This file is part of KubeBlocks project
55
@@ -678,6 +678,11 @@ type ClusterBackup struct {
678678
// +optional
679679
PITREnabled *bool `json:"pitrEnabled,omitempty"`
680680

681+
// Specifies the backup method to use, if not set, use the first continuous method.
682+
//
683+
// +optional
684+
ContinuousMethod string `json:"continuousMethod,omitempty"`
685+
681686
// Specifies whether to enable incremental backup.
682687
//
683688
// +kubebuilder:default=false

apis/apps/v1/cluster_webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022-2024 ApeCloud Co., Ltd
2+
Copyright (C) 2022-2025 ApeCloud Co., Ltd
33
44
This file is part of KubeBlocks project
55

apis/apps/v1/clusterdefinition_conversion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022-2024 ApeCloud Co., Ltd
2+
Copyright (C) 2022-2025 ApeCloud Co., Ltd
33
44
This file is part of KubeBlocks project
55

apis/apps/v1/clusterdefinition_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022-2024 ApeCloud Co., Ltd
2+
Copyright (C) 2022-2025 ApeCloud Co., Ltd
33
44
This file is part of KubeBlocks project
55

apis/apps/v1/clusterdefinition_webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022-2024 ApeCloud Co., Ltd
2+
Copyright (C) 2022-2025 ApeCloud Co., Ltd
33
44
This file is part of KubeBlocks project
55

apis/apps/v1/component_conversion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022-2024 ApeCloud Co., Ltd
2+
Copyright (C) 2022-2025 ApeCloud Co., Ltd
33
44
This file is part of KubeBlocks project
55

apis/apps/v1/component_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022-2024 ApeCloud Co., Ltd
2+
Copyright (C) 2022-2025 ApeCloud Co., Ltd
33
44
This file is part of KubeBlocks project
55

0 commit comments

Comments
 (0)