Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Xieql <[email protected]>
  • Loading branch information
Xieql committed Sep 6, 2023
1 parent ad7db96 commit fcc79c6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkg/apis/fleet/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,12 +296,14 @@ type BackupStorage struct {
type BackupStorageLocation struct {
// Bucket specifies the storage bucket name.
Bucket string `json:"bucket"`
// Provider specifies the storage provider type (e.g., aws).
// Provider specifies the storage provider type (e.g., aws, gcp, azure).
Provider string `json:"provider"`
// S3Url provides the endpoint URL for S3-compatible storage.
S3Url string `json:"s3Url"`
// Endpoint provides the endpoint URL for the storage.
Endpoint string `json:"endpoint"`
// Region specifies the region of the storage.
Region string `json:"region"`
// Config is a map for additional provider-specific configurations.
Config map[string]string `json:"config,omitempty"`
}

// FleetStatus defines the observed state of the fleet
Expand Down

0 comments on commit fcc79c6

Please sign in to comment.