This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 10f1dd3  Updated the website built from mesos SHA: 11bdb5f99.
10f1dd3 is described below

commit 10f1dd3da787e185833e742182fd249e5e77be87
Author: jenkins <[email protected]>
AuthorDate: Mon Jul 22 15:42:15 2019 +0000

    Updated the website built from mesos SHA: 11bdb5f99.
---
 .../documentation/latest/operator-http-api/index.html   | 17 ++++++++++++++++-
 content/documentation/operator-http-api/index.html      | 17 ++++++++++++++++-
 2 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/content/documentation/latest/operator-http-api/index.html 
b/content/documentation/latest/operator-http-api/index.html
index 5dc0247..1460689 100644
--- a/content/documentation/latest/operator-http-api/index.html
+++ b/content/documentation/latest/operator-http-api/index.html
@@ -3825,7 +3825,9 @@ they may contain subtypes of either DATA or CONTROL. DATA 
messages
 must be of type STDIN and contain the actual data to stream to the
 STDIN of the container being attached to. Currently, the only valid
 CONTROL message sends a heartbeat to keep the connection alive. We may
-add more CONTROL messages in the future.</p>
+add more CONTROL messages in the future. An empty DATA message of type
+STDIN indicates EOF. If the container was launched with TTYInfo in their
+ContainerInfo, an EOT DATA message is expected instead.</p>
 
 <pre><code>ATTACH_CONTAINER_INPUT HTTP Request (JSON):
 
@@ -3876,6 +3878,19 @@ Accept: application/json
       }
     }
   }
+}215
+{
+  "type": "ATTACH_CONTAINER_INPUT",
+  "attach_container_input": {
+    "type": "PROCESS_IO",
+    "process_io": {
+      "type": "DATA",
+      "data": {
+        "type": "STDIN",
+        "data": ""
+      }
+    }
+  }
 }
 ...
 
diff --git a/content/documentation/operator-http-api/index.html 
b/content/documentation/operator-http-api/index.html
index 94c2f26..80893fb 100644
--- a/content/documentation/operator-http-api/index.html
+++ b/content/documentation/operator-http-api/index.html
@@ -3825,7 +3825,9 @@ they may contain subtypes of either DATA or CONTROL. DATA 
messages
 must be of type STDIN and contain the actual data to stream to the
 STDIN of the container being attached to. Currently, the only valid
 CONTROL message sends a heartbeat to keep the connection alive. We may
-add more CONTROL messages in the future.</p>
+add more CONTROL messages in the future. An empty DATA message of type
+STDIN indicates EOF. If the container was launched with TTYInfo in their
+ContainerInfo, an EOT DATA message is expected instead.</p>
 
 <pre><code>ATTACH_CONTAINER_INPUT HTTP Request (JSON):
 
@@ -3876,6 +3878,19 @@ Accept: application/json
       }
     }
   }
+}215
+{
+  "type": "ATTACH_CONTAINER_INPUT",
+  "attach_container_input": {
+    "type": "PROCESS_IO",
+    "process_io": {
+      "type": "DATA",
+      "data": {
+        "type": "STDIN",
+        "data": ""
+      }
+    }
+  }
 }
 ...
 

Reply via email to