Skip to content

Commit

Permalink
feat: workload is no longer mandatory (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkYuan authored Jul 31, 2024
1 parent 7da4615 commit ced082f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v1/app_configuration.k
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ schema AppConfiguration:

Attributes
----------
workload: wl.Workload, default is Undefined, required.
workload: wl.Workload, default is Undefined, optional.
Workload defines how to run your application code. Currently supported workload profile
includes Service and Job.
accessories: {str:any}, default is Undefined, optional.
Expand Down Expand Up @@ -37,7 +37,7 @@ schema AppConfiguration:
"""

# Workload defines how to run your application code.
workload: wl.Workload
workload?: wl.Workload

# Accessories defines a collection of accessories that will be attached to the workload.
accessories?: {str:any}
Expand Down

0 comments on commit ced082f

Please sign in to comment.