diff --git a/docs/api/v1.41.yaml b/docs/api/v1.41.yaml index 95b37bd94b..820c76e940 100644 --- a/docs/api/v1.41.yaml +++ b/docs/api/v1.41.yaml @@ -382,11 +382,13 @@ definitions: type: "string" description: | - Empty string means not to restart + - `no` Do not automatically restart - `always` Always restart - `unless-stopped` Restart always except when the user has manually stopped the container - `on-failure` Restart only when the container exit code is non-zero enum: - "" + - "no" - "always" - "unless-stopped" - "on-failure"