Skip to content

Commit 8d05858

Browse files
committed
chore: update description to indicate execProbe is preferred
1 parent 919255b commit 8d05858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

score-v1b1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
},
339339
"containerProbe": {
340340
"type": "object",
341-
"description": "The probe may be defined as either http, command execution, or both when the deployment runtime supports one and not the other.",
341+
"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.",
342342
"additionalProperties": false,
343343
"properties": {
344344
"httpGet": {

0 commit comments

Comments
 (0)