Skip to content

Commit

Permalink
Merge pull request #34 from cheyang/helm-chart-fluid-1.0.0-alpha.6
Browse files Browse the repository at this point in the history
Update 1.0.0.alpha.6
  • Loading branch information
cheyang authored Oct 9, 2023
2 parents e602034 + d23c3b2 commit b765c59
Show file tree
Hide file tree
Showing 26 changed files with 9,704 additions and 91 deletions.
3 changes: 2 additions & 1 deletion charts/fluid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@
* Support pass image pull secrets from fluid charts to alluxioruntime controller
* Fix components rbacs and set Fluid CSI Plugin with node-authorized kube-client

### 0.9.1
### 1.0.0
* Fix CSI Plugin loop mount bug
* Make toleration configurable
4 changes: 2 additions & 2 deletions charts/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.9.2
version: 1.0.0-alpha.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.9.2-02f70ac
appVersion: 1.0.0-0a82f18
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
48 changes: 48 additions & 0 deletions charts/fluid/crds/data.fluid.io_databackups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,31 @@ spec:
dataset:
description: Dataset defines the target dataset of the DataBackup
type: string
runAfter:
description: Specifies that the preceding operation in a workflow
properties:
apiVersion:
description: API version of the referent operation
type: string
kind:
description: Kind specifies the type of the referent operation
enum:
- DataLoad
- DataBackup
- DataMigrate
- DataProcess
type: string
name:
description: Name specifies the name of the referent operation
type: string
namespace:
description: Namespace specifies the namespace of the referent
operation.
type: string
required:
- kind
- name
type: object
runAs:
description: Manage the user to run Alluxio DataBackup
properties:
Expand All @@ -88,6 +113,11 @@ spec:
- uid
- user
type: object
ttlSecondsAfterFinished:
description: TTLSecondsAfterFinished is the time second to clean up
data operations after finished or failed
format: int32
type: integer
type: object
status:
description: OperationStatus defines the observed state of operation
Expand Down Expand Up @@ -135,9 +165,27 @@ spec:
type: string
description: Infos operation customized name-value
type: object
lastScheduleTime:
description: LastScheduleTime is the last time the cron operation
was scheduled
format: date-time
type: string
lastSuccessfulTime:
description: LastSuccessfulTime is the last time the cron operation
successfully completed
format: date-time
type: string
phase:
description: Phase describes current phase of operation
type: string
waitingFor:
description: WaitingStatus stores information about waiting operation.
properties:
operationComplete:
description: OperationComplete indicates if the preceding operation
is complete
type: boolean
type: object
required:
- conditions
- duration
Expand Down
60 changes: 60 additions & 0 deletions charts/fluid/crds/data.fluid.io_dataloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,43 @@ spec:
description: Labels are labels of pod specification
type: object
type: object
policy:
default: Once
description: including Once, Cron, OnEvent
enum:
- Once
- Cron
- OnEvent
type: string
runAfter:
description: Specifies that the preceding operation in a workflow
properties:
apiVersion:
description: API version of the referent operation
type: string
kind:
description: Kind specifies the type of the referent operation
enum:
- DataLoad
- DataBackup
- DataMigrate
- DataProcess
type: string
name:
description: Name specifies the name of the referent operation
type: string
namespace:
description: Namespace specifies the namespace of the referent
operation.
type: string
required:
- kind
- name
type: object
schedule:
description: The schedule in Cron format, only set when policy is
cron, see https://en.wikipedia.org/wiki/Cron.
type: string
schedulerName:
description: SchedulerName sets the scheduler to be used for DataLoad
pod
Expand Down Expand Up @@ -978,6 +1015,11 @@ spec:
type: string
type: object
type: array
ttlSecondsAfterFinished:
description: TTLSecondsAfterFinished is the time second to clean up
data operations after finished or failed
format: int32
type: integer
type: object
status:
description: OperationStatus defines the observed state of operation
Expand Down Expand Up @@ -1025,9 +1067,27 @@ spec:
type: string
description: Infos operation customized name-value
type: object
lastScheduleTime:
description: LastScheduleTime is the last time the cron operation
was scheduled
format: date-time
type: string
lastSuccessfulTime:
description: LastSuccessfulTime is the last time the cron operation
successfully completed
format: date-time
type: string
phase:
description: Phase describes current phase of operation
type: string
waitingFor:
description: WaitingStatus stores information about waiting operation.
properties:
operationComplete:
description: OperationComplete indicates if the preceding operation
is complete
type: boolean
type: object
required:
- conditions
- duration
Expand Down
55 changes: 54 additions & 1 deletion charts/fluid/crds/data.fluid.io_datamigrates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -967,8 +967,38 @@ spec:
type: object
type: object
policy:
description: policy for migrate, including None, Once, Cron, OnEvent
default: Once
description: policy for migrate, including Once, Cron, OnEvent
enum:
- Once
- Cron
- OnEvent
type: string
runAfter:
description: Specifies that the preceding operation in a workflow
properties:
apiVersion:
description: API version of the referent operation
type: string
kind:
description: Kind specifies the type of the referent operation
enum:
- DataLoad
- DataBackup
- DataMigrate
- DataProcess
type: string
name:
description: Name specifies the name of the referent operation
type: string
namespace:
description: Namespace specifies the namespace of the referent
operation.
type: string
required:
- kind
- name
type: object
runtimeType:
description: using which runtime to migrate data; if none, take dataset
runtime as default
Expand Down Expand Up @@ -1075,6 +1105,11 @@ spec:
type: string
type: object
type: array
ttlSecondsAfterFinished:
description: TTLSecondsAfterFinished is the time second to clean up
data operations after finished or failed
format: int32
type: integer
required:
- from
- to
Expand Down Expand Up @@ -1125,9 +1160,27 @@ spec:
type: string
description: Infos operation customized name-value
type: object
lastScheduleTime:
description: LastScheduleTime is the last time the cron operation
was scheduled
format: date-time
type: string
lastSuccessfulTime:
description: LastSuccessfulTime is the last time the cron operation
successfully completed
format: date-time
type: string
phase:
description: Phase describes current phase of operation
type: string
waitingFor:
description: WaitingStatus stores information about waiting operation.
properties:
operationComplete:
description: OperationComplete indicates if the preceding operation
is complete
type: boolean
type: object
required:
- conditions
- duration
Expand Down
Loading

0 comments on commit b765c59

Please sign in to comment.