Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/api-references/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3295,6 +3295,17 @@ string
<p>Prefix of the data path.</p>
</td>
</tr>
<tr>
<td>
<code>endpoint</code></br>
<em>
string
</em>
</td>
<td>
<p>Endpoint of azblob compatible storage service</p>
</td>
</tr>
</tbody>
</table>
<h3 id="brconfig">BRConfig</h3>
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute v1.0.0
github.com/Azure/azure-storage-blob-go v0.8.0
github.com/Azure/azure-storage-blob-go v0.11.0
github.com/Azure/go-autorest/autorest/azure/auth v0.5.13
github.com/BurntSushi/toml v0.3.1
github.com/Masterminds/semver v1.5.0
Expand Down Expand Up @@ -53,7 +53,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/tikv/pd v2.1.17+incompatible
go.etcd.io/etcd/client/v3 v3.5.16
gocloud.dev v0.18.0
gocloud.dev v0.21.0
golang.org/x/sync v0.10.0
golang.org/x/time v0.5.0
gomodules.xyz/jsonpatch/v2 v2.4.0
Expand Down Expand Up @@ -82,11 +82,11 @@ require (
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v1.1.5 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/Azure/azure-pipeline-go v0.2.1 // indirect
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
github.com/Azure/go-autorest/autorest v0.11.28
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
Expand Down Expand Up @@ -142,7 +142,7 @@ require (
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/google/wire v0.3.0 // indirect
github.com/google/wire v0.4.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
Expand All @@ -162,7 +162,7 @@ require (
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-ieproxy v0.0.0-20190610004146-91bb50d98149 // indirect
github.com/mattn/go-ieproxy v0.0.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/minio/md5-simd v1.1.0 // indirect
Expand Down
311 changes: 269 additions & 42 deletions go.sum

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions manifests/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down Expand Up @@ -1175,6 +1177,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down Expand Up @@ -3456,6 +3460,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down Expand Up @@ -6369,6 +6375,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down Expand Up @@ -8774,6 +8782,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down Expand Up @@ -11203,6 +11213,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down Expand Up @@ -22504,6 +22516,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down Expand Up @@ -23399,6 +23413,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down
2 changes: 2 additions & 0 deletions manifests/crd/v1/pingcap.com_backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down
8 changes: 8 additions & 0 deletions manifests/crd/v1/pingcap.com_backupschedules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down Expand Up @@ -1175,6 +1177,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down Expand Up @@ -3456,6 +3460,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down Expand Up @@ -6369,6 +6375,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down
2 changes: 2 additions & 0 deletions manifests/crd/v1/pingcap.com_compactbackups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down
4 changes: 4 additions & 0 deletions manifests/crd/v1/pingcap.com_restores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down Expand Up @@ -2051,6 +2053,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down
6 changes: 6 additions & 0 deletions manifests/federation-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down Expand Up @@ -2592,6 +2594,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down Expand Up @@ -3682,6 +3686,8 @@ spec:
type: string
container:
type: string
endpoint:
type: string
path:
type: string
prefix:
Expand Down
7 changes: 7 additions & 0 deletions pkg/apis/pingcap/v1alpha1/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pkg/apis/pingcap/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2082,6 +2082,8 @@ type AzblobStorageProvider struct {
SasToken string `json:"sasToken,omitempty"`
// Prefix of the data path.
Prefix string `json:"prefix,omitempty"`
// Endpoint of azblob compatible storage service
Endpoint string `json:"endpoint,omitempty"`
}

// BackupType represents the backup type.
Expand Down
Loading
Loading