Skip to content

Commit

Permalink
chore: update description to indicate execProbe is preferred
Browse files Browse the repository at this point in the history
  • Loading branch information
astromechza committed Jan 6, 2025
1 parent 919255b commit caec65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion score-v1b1.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
},
"containerProbe": {
"type": "object",
"description": "The probe may be defined as either http, command execution, or both when the deployment runtime supports one and not the other.",
"description": "The probe may be defined as either http, command execution, or both. The execProbe should be preferred if the Score implementation supports both types.",
"additionalProperties": false,
"properties": {
"httpGet": {
Expand Down

0 comments on commit caec65a

Please sign in to comment.