Detailed description
Score is designed for developers to quickly and easily define what their workloads need to run. Following the principals of incrementally repealing complexity and focusing on developer experience, there are a number of properties that could have short hand versions.
This PR will focus on files and volumes.
A shorthand for:
files:
/usr/local/conf/app:
content: "Hello world"
Could be:
files:
/usr/local/conf/app: "Hello world"
Same for volumes.
Context
This is part of the broader iniative to move at some point the Score spec from v1b1 to v1.
Possible implementation
Additional information
Take similar approach as what was done in the past with this exact same files and volumes part of the Spec: #123.
Detailed description
Score is designed for developers to quickly and easily define what their workloads need to run. Following the principals of incrementally repealing complexity and focusing on developer experience, there are a number of properties that could have short hand versions.
This PR will focus on
filesandvolumes.A shorthand for:
Could be:
Same for
volumes.Context
This is part of the broader iniative to move at some point the Score spec from
v1b1tov1.Possible implementation
filesandvolumespart of the spec to support this 3rd options for end users to definefilesandvolumesscore-gouse this open PR's branch to support this part therescore-composeuse this openscore-compose's PR's branch to support this part alongside still supporting the 2 other existing ways.score-k8sAdditional information
Take similar approach as what was done in the past with this exact same
filesandvolumespart of the Spec: #123.