213 lines
5.3 KiB
HTML
Executable File
213 lines
5.3 KiB
HTML
Executable File
---
|
|
---
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="generator" content="Asciidoctor 0.1.4">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Operations</title>
|
|
</head>
|
|
<body class="article">
|
|
<div id="header">
|
|
</div>
|
|
<div id="content">
|
|
<div class="sect1">
|
|
<h2 id="_operations">Operations</h2>
|
|
<div class="sectionbody">
|
|
<div class="sect2">
|
|
<h3 id="_get_available_resources">get available resources</h3>
|
|
<div class="listingblock">
|
|
<div class="content">
|
|
<pre>GET /apis/authentication.k8s.io/v1beta1</pre>
|
|
</div>
|
|
</div>
|
|
<div class="sect3">
|
|
<h4 id="_responses">Responses</h4>
|
|
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
|
<colgroup>
|
|
<col style="width:33%;">
|
|
<col style="width:33%;">
|
|
<col style="width:33%;">
|
|
</colgroup>
|
|
<thead>
|
|
<tr>
|
|
<th class="tableblock halign-left valign-top">HTTP Code</th>
|
|
<th class="tableblock halign-left valign-top">Description</th>
|
|
<th class="tableblock halign-left valign-top">Schema</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock">default</p></td>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_unversioned_apiresourcelist">unversioned.APIResourceList</a></p></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
<div class="sect3">
|
|
<h4 id="_consumes">Consumes</h4>
|
|
<div class="ulist">
|
|
<ul>
|
|
<li>
|
|
<p>application/json</p>
|
|
</li>
|
|
<li>
|
|
<p>application/yaml</p>
|
|
</li>
|
|
<li>
|
|
<p>application/vnd.kubernetes.protobuf</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="sect3">
|
|
<h4 id="_produces">Produces</h4>
|
|
<div class="ulist">
|
|
<ul>
|
|
<li>
|
|
<p>application/json</p>
|
|
</li>
|
|
<li>
|
|
<p>application/yaml</p>
|
|
</li>
|
|
<li>
|
|
<p>application/vnd.kubernetes.protobuf</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="sect3">
|
|
<h4 id="_tags">Tags</h4>
|
|
<div class="ulist">
|
|
<ul>
|
|
<li>
|
|
<p>apisauthentication.k8s.iov1beta1</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="sect2">
|
|
<h3 id="_create_a_tokenreview">create a TokenReview</h3>
|
|
<div class="listingblock">
|
|
<div class="content">
|
|
<pre>POST /apis/authentication.k8s.io/v1beta1/tokenreviews</pre>
|
|
</div>
|
|
</div>
|
|
<div class="sect3">
|
|
<h4 id="_parameters">Parameters</h4>
|
|
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
|
<colgroup>
|
|
<col style="width:16%;">
|
|
<col style="width:16%;">
|
|
<col style="width:16%;">
|
|
<col style="width:16%;">
|
|
<col style="width:16%;">
|
|
<col style="width:16%;">
|
|
</colgroup>
|
|
<thead>
|
|
<tr>
|
|
<th class="tableblock halign-left valign-top">Type</th>
|
|
<th class="tableblock halign-left valign-top">Name</th>
|
|
<th class="tableblock halign-left valign-top">Description</th>
|
|
<th class="tableblock halign-left valign-top">Required</th>
|
|
<th class="tableblock halign-left valign-top">Schema</th>
|
|
<th class="tableblock halign-left valign-top">Default</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock">QueryParameter</p></td>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock">pretty</p></td>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock">If <em>true</em>, then the output is pretty printed.</p></td>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
|
<td class="tableblock halign-left valign-top"></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock">BodyParameter</p></td>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock">body</p></td>
|
|
<td class="tableblock halign-left valign-top"></td>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1beta1_tokenreview">v1beta1.TokenReview</a></p></td>
|
|
<td class="tableblock halign-left valign-top"></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
<div class="sect3">
|
|
<h4 id="_responses_2">Responses</h4>
|
|
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
|
<colgroup>
|
|
<col style="width:33%;">
|
|
<col style="width:33%;">
|
|
<col style="width:33%;">
|
|
</colgroup>
|
|
<thead>
|
|
<tr>
|
|
<th class="tableblock halign-left valign-top">HTTP Code</th>
|
|
<th class="tableblock halign-left valign-top">Description</th>
|
|
<th class="tableblock halign-left valign-top">Schema</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
|
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_v1beta1_tokenreview">v1beta1.TokenReview</a></p></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
<div class="sect3">
|
|
<h4 id="_consumes_2">Consumes</h4>
|
|
<div class="ulist">
|
|
<ul>
|
|
<li>
|
|
<p><strong>/</strong></p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="sect3">
|
|
<h4 id="_produces_2">Produces</h4>
|
|
<div class="ulist">
|
|
<ul>
|
|
<li>
|
|
<p>application/json</p>
|
|
</li>
|
|
<li>
|
|
<p>application/yaml</p>
|
|
</li>
|
|
<li>
|
|
<p>application/vnd.kubernetes.protobuf</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="sect3">
|
|
<h4 id="_tags_2">Tags</h4>
|
|
<div class="ulist">
|
|
<ul>
|
|
<li>
|
|
<p>apisauthentication.k8s.iov1beta1</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="footer">
|
|
<div id="footer-text">
|
|
Last updated 2016-09-09 20:01:23 UTC
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |