forked from docs/doc-exports
Reviewed-by: Gergo-Bence Lorincz <a200452876@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: qiujiandong1 <qiujiandong1@huawei.com> Co-committed-by: qiujiandong1 <qiujiandong1@huawei.com>
985 lines
66 KiB
HTML
985 lines
66 KiB
HTML
<a name="ShowCluster"></a><a name="ShowCluster"></a>
|
|
|
|
<h1 class="topictitle1">Obtaining a Cluster</h1>
|
|
<div id="body28412022195019"><div class="section" id="ShowCluster__section8841102235017"><h4 class="sectiontitle">Function</h4><p id="ShowCluster__p4841622165012">This API is used to obtain a cluster. The cluster ID must comply with the Kubernetes UUID format rules, and you must have the required permissions on the cluster. Otherwise, the authentication fails.</p>
|
|
</div>
|
|
<div class="section" id="ShowCluster__section6842162217501"><h4 class="sectiontitle">URI</h4><p id="ShowCluster__p384211229509">GET /v1/clusters/{clusterid}</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__table9844112225013" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Path parameter</caption><thead align="left"><tr id="ShowCluster__row138431922125014"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.2.3.2.5.1.1"><p id="ShowCluster__p8844132215019">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.2.3.2.5.1.2"><p id="ShowCluster__p68451122135018">Mandatory</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.2.3.2.5.1.3"><p id="ShowCluster__p5845112214501">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.2.3.2.5.1.4"><p id="ShowCluster__p15845162285013">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row5843722165014"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.1 "><p id="ShowCluster__p158461822165017">clusterid</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.2 "><p id="ShowCluster__p16847722125016">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.3 "><p id="ShowCluster__p38487224506">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.2.3.2.5.1.4 "><p id="ShowCluster__p14849022165018">Cluster ID</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="ShowCluster__section118494221507"><h4 class="sectiontitle">Request Parameters</h4>
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__HeaderParameter" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Parameter in the request header</caption><thead align="left"><tr id="ShowCluster__row58505220502"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.1"><p id="ShowCluster__p15851922125013">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.2"><p id="ShowCluster__p28521122125012">Mandatory</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.2.5.1.3"><p id="ShowCluster__p148529228508">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.3.2.2.5.1.4"><p id="ShowCluster__p48532022185016">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row28501622105013"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.1 "><p id="ShowCluster__p385342213505">X-Auth-Token</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.2 "><p id="ShowCluster__p19853122214507">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p id="ShowCluster__p1885442214501">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p id="ShowCluster__p1266617331861">Identity authentication information. Requests for calling an API can be authenticated using either a token or AK/SK. If token-based authentication is used, this parameter is mandatory and must be set to a user token.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="ShowCluster__section108575220504"><h4 class="sectiontitle">Response Parameters</h4><p id="ShowCluster__p1785713226500"><strong id="ShowCluster__b156442619142220">Status code: 200</strong></p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_Cluster" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Parameters in the response body</caption><thead align="left"><tr id="ShowCluster__row1585882285010"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.1"><p id="ShowCluster__p3859192214509">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.2"><p id="ShowCluster__p385942275013">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.3.2.4.1.3"><p id="ShowCluster__p12860182210505">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row1785872213502"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p id="ShowCluster__p886017227505">kind</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p id="ShowCluster__p5861182215015">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p id="ShowCluster__p38611822135010">API type. The value is fixed at <strong id="ShowCluster__b131215134259">Cluster</strong> and cannot be changed.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1858142245016"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p id="ShowCluster__p168611322125014">apiVersion</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p id="ShowCluster__p188629224509">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p id="ShowCluster__p386314223507">API version. The value is fixed at <strong id="ShowCluster__b18310171502512">v1</strong> and cannot be changed.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row198581122115019"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p id="ShowCluster__p178631922165018">metadata</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p id="ShowCluster__p13864192235012"><a href="#ShowCluster__response_ObjectMeta">ObjectMeta</a> object</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p id="ShowCluster__p14864132215502">Basic information about the cluster. Metadata is a collection of attributes.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1585812235013"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p id="ShowCluster__p13865622205019">spec</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p id="ShowCluster__p1186613227509"><a href="#ShowCluster__response_ClusterSpec">ClusterSpec</a> object</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p id="ShowCluster__p168663224503">Details about the cluster. UCS creates or updates the cluster based on <strong id="ShowCluster__b2565324152513">spec</strong>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row17858122185015"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p id="ShowCluster__p7867182214503">status</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p id="ShowCluster__p2867522185017"><a href="#ShowCluster__response_ClusterStatus">ClusterStatus</a> object</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p id="ShowCluster__p9868142218504">Cluster status</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_ObjectMeta"></a><a name="response_ObjectMeta"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_ObjectMeta" frame="border" border="1" rules="all"><caption><b>Table 4 </b>ObjectMeta</caption><thead align="left"><tr id="ShowCluster__row3868322175013"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.4.2.4.1.1"><p id="ShowCluster__p10870142265018">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.4.2.4.1.2"><p id="ShowCluster__p10870142245011">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.4.2.4.1.3"><p id="ShowCluster__p6871222135020">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row6875185211314"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p id="ShowCluster__p2517226421">uid</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p id="ShowCluster__p1751182216423">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p id="ShowCluster__p175172217423">Resource ID</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1287611526313"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p id="ShowCluster__p155162210425">name</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p id="ShowCluster__p851182224219">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p id="ShowCluster__p115102216425">Resource name</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row118767524320"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p id="ShowCluster__p551822164218">generateName</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p id="ShowCluster__p19512221426">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p id="ShowCluster__p1651142224218">If no name is provided, the server uses the prefix to generate a unique name.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row2087619521336"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p id="ShowCluster__p552102294218">namespace</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p id="ShowCluster__p155219221421">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p id="ShowCluster__p052202294216">Namespace</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row25215572315"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p id="ShowCluster__p852182224214">labels</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p id="ShowCluster__p15216221425">Map<String,String></p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p id="ShowCluster__p2052132244216">Labels</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1391662446"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p id="ShowCluster__p5528227429">annotations</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p id="ShowCluster__p9521229425">Map<String,String></p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p id="ShowCluster__p15282254215">Annotations</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row2091611216416"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p id="ShowCluster__p125222254213">creationTimestamp</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p id="ShowCluster__p1652152218428">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p id="ShowCluster__p452182294217">Creation time</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row7916126414"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p id="ShowCluster__p8524222429">updateTimestamp</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p id="ShowCluster__p14523226428">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p id="ShowCluster__p352922154211">Update time</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row99168212417"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p id="ShowCluster__p4529220421">resourceVersion</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p id="ShowCluster__p853182216421">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p id="ShowCluster__p453822104210">Internal version of a resource</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row119171921044"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p id="ShowCluster__p13532222429">generation</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p id="ShowCluster__p153122114210">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p id="ShowCluster__p1853422124220">Generation of the desired resource state</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1917102845"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p id="ShowCluster__p6531522204214">managedFields</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p id="ShowCluster__p8533229423">Array of <a href="#ShowCluster__response_ManagedFieldsEntry">ManagedFieldsEntry</a> objects</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p id="ShowCluster__p653822114213">Fields managed by workflows</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row25217571339"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p id="ShowCluster__p953182220420">ownerReferences</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p id="ShowCluster__p135312220421">Array of <a href="#ShowCluster__response_OwnerReference">OwnerReference</a> objects</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p id="ShowCluster__p75302217429">Ownership, dependencies, and garbage collection mechanism of objects. It supports resource management by the controller.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_ManagedFieldsEntry"></a><a name="response_ManagedFieldsEntry"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_ManagedFieldsEntry" frame="border" border="1" rules="all"><caption><b>Table 5 </b>ManagedFieldsEntry</caption><thead align="left"><tr id="ShowCluster__row195442244215"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.5.2.4.1.1"><p id="ShowCluster__p18548229421">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.5.2.4.1.2"><p id="ShowCluster__p155416227429">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.5.2.4.1.3"><p id="ShowCluster__p25412227425">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row1054112216424"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.1 "><p id="ShowCluster__p1654122144213">manager</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.2 "><p id="ShowCluster__p17541522134212">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.5.2.4.1.3 "><p id="ShowCluster__p1454722174216">Manager name</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row554102218421"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.1 "><p id="ShowCluster__p1054622114218">operation</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.2 "><p id="ShowCluster__p205411226423">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.5.2.4.1.3 "><p id="ShowCluster__p105412254210">Operation type that causes this entry to be created. The value can only be <strong id="ShowCluster__b113581545122413">Apply</strong> or <strong id="ShowCluster__b5358134511248">Update</strong>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row854822124219"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.1 "><p id="ShowCluster__p2557222427">apiVersion</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.2 "><p id="ShowCluster__p1555112274214">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.5.2.4.1.3 "><p id="ShowCluster__p1955102219428">Resource API version used by a manager for defining fields</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1654822174218"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.1 "><p id="ShowCluster__p9551222194211">time</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.2 "><p id="ShowCluster__p55512219429">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.5.2.4.1.3 "><p id="ShowCluster__p5551022114220">Timestamp when this entry was created or last updated</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row45412215423"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.1 "><p id="ShowCluster__p955112218423">fieldsType</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.2 "><p id="ShowCluster__p3553224423">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.5.2.4.1.3 "><p id="ShowCluster__p1355192212420">Field structure format. The value is fixed at <strong id="ShowCluster__b1678930124112643">FieldsV1</strong>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1654142214426"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.1 "><p id="ShowCluster__p9551223426">fieldsV1</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.5.2.4.1.2 "><p id="ShowCluster__p155822154215">Object</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.5.2.4.1.3 "><p id="ShowCluster__p955132234218">Information about the managed fields</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_OwnerReference"></a><a name="response_OwnerReference"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_OwnerReference" frame="border" border="1" rules="all"><caption><b>Table 6 </b>OwnerReference</caption><thead align="left"><tr id="ShowCluster__row115510227422"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.6.2.4.1.1"><p id="ShowCluster__p656192213424">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.6.2.4.1.2"><p id="ShowCluster__p1356152234217">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.6.2.4.1.3"><p id="ShowCluster__p185672264214">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row145692210427"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.1 "><p id="ShowCluster__p75692213427">apiVersion</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.2 "><p id="ShowCluster__p45610223424">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.6.2.4.1.3 "><p id="ShowCluster__p85612224429">API version of the referent</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row17561122174219"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.1 "><p id="ShowCluster__p25632264220">kind</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.2 "><p id="ShowCluster__p17561022154219">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.6.2.4.1.3 "><p id="ShowCluster__p115742254218">Type of the referent</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row25618223427"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.1 "><p id="ShowCluster__p1157132214426">name</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.2 "><p id="ShowCluster__p45702219426">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.6.2.4.1.3 "><p id="ShowCluster__p1571222104212">Name of the referent</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row456112254219"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.1 "><p id="ShowCluster__p157102234210">uid</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.2 "><p id="ShowCluster__p95792214219">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.6.2.4.1.3 "><p id="ShowCluster__p65752215428">UID of the referent</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row185611221428"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.1 "><p id="ShowCluster__p15571922134214">controller</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.2 "><p id="ShowCluster__p85772216426">Boolean</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.6.2.4.1.3 "><p id="ShowCluster__p1957182234213">If the value is <strong id="ShowCluster__b1189014724113349">true</strong>, this reference points to the controller that manages the resource.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row19566229421"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.1 "><p id="ShowCluster__p657822194220">blockOwnerDeletion</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.6.2.4.1.2 "><p id="ShowCluster__p1057192211423">Boolean</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.6.2.4.1.3 "><p id="ShowCluster__p205718224428">If the value is <strong id="ShowCluster__b1089605691113416">true</strong> and the owner has a finalizer named <strong id="ShowCluster__b390796138113416">foregroundDeletion</strong>, the owner cannot be deleted until this reference is removed.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_ClusterSpec"></a><a name="response_ClusterSpec"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_ClusterSpec" frame="border" border="1" rules="all"><caption><b>Table 7 </b>ClusterSpec</caption><thead align="left"><tr id="ShowCluster__row58781422155013"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.7.2.4.1.1"><p id="ShowCluster__p188801422135014">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.7.2.4.1.2"><p id="ShowCluster__p15881182211507">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.7.2.4.1.3"><p id="ShowCluster__p178811622205015">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row10878182285017"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p1588132213503">syncMode</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p168828224509">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p488212219505">Synchronization mode between the cluster and the Karmada control plane</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row168785221501"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p17883122105016">clusterGroupID</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p188342285015">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p8884192265018">Fleet ID</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row287832212505"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p16884102219501">manageType</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p28855221508">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p688592217505">Cluster type. The options are as follows:</p>
|
|
<ul id="ShowCluster__ul7886122214503"><li id="ShowCluster__li118869221508"><strong id="ShowCluster__b84574393287">grouped</strong>: clusters added to a fleet</li><li id="ShowCluster__li18887222205017"><strong id="ShowCluster__b1548144152811">discrete</strong>: clusters not in any fleet</li></ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row487892213509"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p68871322165019">ruleNamespaces</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p1588852275020">Array of <a href="#ShowCluster__response_RuleNamespace">RuleNamespace</a> objects</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p178880225508">List of namespaces associated with permission policies in a cluster</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1687812245014"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p1588932219508">apiEndpoint</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p4889722185014">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p14890122105011">API server address</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row19878202219505"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p148901122165017">secretRef</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p489115225508"><a href="#ShowCluster__response_LocalSecretReference">LocalSecretReference</a> object</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p10891162216507">Secret information for accessing a cluster</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1878112285012"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p16892172212505">insecureSkipTLSVerification</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p1189262235019">Boolean</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p289292219505">Whether to skip HTTPS verification</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row5878132210503"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p18893152219509">proxyURL</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p2893122105013">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p189412215019">Proxy URL</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row16878122225011"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p108946222505">provider</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p289562225018">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p1189652235018">Provider</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row687842235018"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p8896112235014">type</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p79010222508">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p129017221503">Type</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row17879142217507"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p11902162215019">category</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p139021822135010">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p1890217226509">Category</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row28793223501"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p13903142219503">enableDistMgt</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p1090322275013">Boolean</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p790482216502">Whether CCE Turbo clusters can manage edge infrastructure</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1987932214503"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p11904182215016">region</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p179041322125014">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p79051322135019">Region</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row587962225017"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p2090542225012">country</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p690622275012">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p1190622275018">Country</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row16879122215015"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p790716223504">city</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p290715229509">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p590702214502">City (consistent with the country)</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row38796226504"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p1190819226507">projectID</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p13908322125011">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p18909162219503">Project ID</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1987912235010"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p13909422125017">projectName</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p09101522185017">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p1691012218501">Project name</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row0879182245012"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p1791012295020">zone</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p59115227503">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p1391172212508">Zone</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1587962255018"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p79121422185010">taints</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p4912152235014">Array of <a href="#ShowCluster__response_Taint">Taint</a> objects</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p6913122215504">Taints</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1879102219506"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p291342285019">IsDownloadedCert</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p391311225506">Boolean</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p14914152219507">Whether the certificate has been downloaded</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row2879102211508"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.1 "><p id="ShowCluster__p1291412245018">policyId</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.7.2.4.1.2 "><p id="ShowCluster__p1915122235012">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.7.2.4.1.3 "><p id="ShowCluster__p12915112225018">Policy management ID</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_RuleNamespace"></a><a name="response_RuleNamespace"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_RuleNamespace" frame="border" border="1" rules="all"><caption><b>Table 8 </b>RuleNamespace</caption><thead align="left"><tr id="ShowCluster__row179167222507"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.8.2.4.1.1"><p id="ShowCluster__p79171722185013">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.8.2.4.1.2"><p id="ShowCluster__p17918172214505">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.8.2.4.1.3"><p id="ShowCluster__p791812255014">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row2916112275012"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.8.2.4.1.1 "><p id="ShowCluster__p89198227505">rules</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.8.2.4.1.2 "><p id="ShowCluster__p59191422195016">Array of <a href="#ShowCluster__response_RuleInfo">RuleInfo</a> objects</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.8.2.4.1.3 "><p id="ShowCluster__p119191022135010">Permission policy list</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row13916162275013"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.8.2.4.1.1 "><p id="ShowCluster__p189201722175018">namespaces</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.8.2.4.1.2 "><p id="ShowCluster__p18920162217506">Array of strings</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.8.2.4.1.3 "><p id="ShowCluster__p189211022125018">Namespace list</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_RuleInfo"></a><a name="response_RuleInfo"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_RuleInfo" frame="border" border="1" rules="all"><caption><b>Table 9 </b>RuleInfo</caption><thead align="left"><tr id="ShowCluster__row4921922175016"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.9.2.4.1.1"><p id="ShowCluster__p392215226508">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.9.2.4.1.2"><p id="ShowCluster__p1923112215018">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.9.2.4.1.3"><p id="ShowCluster__p1992319223503">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row189211122155011"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.9.2.4.1.1 "><p id="ShowCluster__p139241522185017">ruleID</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.9.2.4.1.2 "><p id="ShowCluster__p1392413222508">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.9.2.4.1.3 "><p id="ShowCluster__p17924122195015">Permission policy ID</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row2092192217504"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.9.2.4.1.1 "><p id="ShowCluster__p9925102216506">ruleName</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.9.2.4.1.2 "><p id="ShowCluster__p492512220507">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.9.2.4.1.3 "><p id="ShowCluster__p2926202210507">Permission policy name</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_LocalSecretReference"></a><a name="response_LocalSecretReference"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_LocalSecretReference" frame="border" border="1" rules="all"><caption><b>Table 10 </b>LocalSecretReference</caption><thead align="left"><tr id="ShowCluster__row159261922115013"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.10.2.4.1.1"><p id="ShowCluster__p14927182265012">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.10.2.4.1.2"><p id="ShowCluster__p169287227504">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.10.2.4.1.3"><p id="ShowCluster__p6928522175015">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row1592632210507"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.10.2.4.1.1 "><p id="ShowCluster__p1792932265014">namespace</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.10.2.4.1.2 "><p id="ShowCluster__p29303229500">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.10.2.4.1.3 "><p id="ShowCluster__p893092245012">Namespace that the resource belongs to</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row792662215501"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.10.2.4.1.1 "><p id="ShowCluster__p14931132220501">name</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.10.2.4.1.2 "><p id="ShowCluster__p10931112275010">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.10.2.4.1.3 "><p id="ShowCluster__p2932122245011">Resource name</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_Taint"></a><a name="response_Taint"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_Taint" frame="border" border="1" rules="all"><caption><b>Table 11 </b>Taint</caption><thead align="left"><tr id="ShowCluster__row1993202245010"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.11.2.4.1.1"><p id="ShowCluster__p1593452255017">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.11.2.4.1.2"><p id="ShowCluster__p493422255016">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.11.2.4.1.3"><p id="ShowCluster__p09345222507">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row693252285018"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.11.2.4.1.1 "><p id="ShowCluster__p209351322105015">key</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.11.2.4.1.2 "><p id="ShowCluster__p169364221503">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.11.2.4.1.3 "><p id="ShowCluster__p193662235011">Key</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row149321222155015"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.11.2.4.1.1 "><p id="ShowCluster__p89361922105013">value</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.11.2.4.1.2 "><p id="ShowCluster__p393772211504">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.11.2.4.1.3 "><p id="ShowCluster__p1093772212504">Value</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1093382285017"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.11.2.4.1.1 "><p id="ShowCluster__p11938522105010">effect</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.11.2.4.1.2 "><p id="ShowCluster__p1493832205017">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.11.2.4.1.3 "><p id="ShowCluster__p17939112213505">Effect information</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row8933132245020"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.11.2.4.1.1 "><p id="ShowCluster__p8939822125018">timeadded</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.11.2.4.1.2 "><p id="ShowCluster__p09391822155016">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.11.2.4.1.3 "><p id="ShowCluster__p139401522125020">Timestamp information</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_ClusterStatus"></a><a name="response_ClusterStatus"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_ClusterStatus" frame="border" border="1" rules="all"><caption><b>Table 12 </b>ClusterStatus</caption><thead align="left"><tr id="ShowCluster__row9941122285019"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.12.2.4.1.1"><p id="ShowCluster__p119438222500">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.12.2.4.1.2"><p id="ShowCluster__p9943622165013">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.12.2.4.1.3"><p id="ShowCluster__p159441322135019">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row1494110224503"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.1 "><p id="ShowCluster__p15944172216507">kubernetesVersion</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.2 "><p id="ShowCluster__p1944132285012">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.12.2.4.1.3 "><p id="ShowCluster__p7945192275013">Kubernetes version</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row4941182210503"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.1 "><p id="ShowCluster__p99451822135012">conditions</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.2 "><p id="ShowCluster__p6946522165012">Array of <a href="#ShowCluster__response_ConditionStatus">ConditionStatus</a> objects</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.12.2.4.1.3 "><p id="ShowCluster__p1768802315501">Conditions</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row9941122213501"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.1 "><p id="ShowCluster__p15689102325012">nodeSummary</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.2 "><p id="ShowCluster__p1268919231507"><a href="#ShowCluster__response_NodeSummary">NodeSummary</a> object</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.12.2.4.1.3 "><p id="ShowCluster__p3689172315507">Node statistics</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row129411122135017"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.1 "><p id="ShowCluster__p166891523135014">resourceSummary</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.2 "><p id="ShowCluster__p1268942318508"><a href="#ShowCluster__response_ResourceSummary">ResourceSummary</a> object</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.12.2.4.1.3 "><p id="ShowCluster__p1968902316504">Resource statistics</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row4941822195011"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.1 "><p id="ShowCluster__p186894238507">endpoints</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.2 "><p id="ShowCluster__p068952355018"><a href="#ShowCluster__response_Endpoint">Endpoint</a> object</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.12.2.4.1.3 "><p id="ShowCluster__p1368902314501">Endpoint</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row17941922205014"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.1 "><p id="ShowCluster__p669072319504">phase</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.2 "><p id="ShowCluster__p86901723165015">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.12.2.4.1.3 "><p id="ShowCluster__p106901023195013">Phase information</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row9941122145011"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.1 "><p id="ShowCluster__p11690823145011">reason</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.2 "><p id="ShowCluster__p14690123145010">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.12.2.4.1.3 "><p id="ShowCluster__p86901423185016">Reason of the last change</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1694192219504"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.1 "><p id="ShowCluster__p6690152385010">message</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.2 "><p id="ShowCluster__p20690152319507">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.12.2.4.1.3 "><p id="ShowCluster__p5690102320503">Details about the last state transition</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row894212213506"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.1 "><p id="ShowCluster__p2691202385018">arrearFreeze</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.2 "><p id="ShowCluster__p19691172365019">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.12.2.4.1.3 "><p id="ShowCluster__p136915238508">Frozen due to arrears</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row2094262216507"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.1 "><p id="ShowCluster__p16918236501">policeFreeze</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.2 "><p id="ShowCluster__p15691192395011">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.12.2.4.1.3 "><p id="ShowCluster__p16911223145016">Frozen for legal reasons</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row6942192213503"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.1 "><p id="ShowCluster__p2069172314501">apiEnablements</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.12.2.4.1.2 "><p id="ShowCluster__p76911123185013">Array of <a href="#ShowCluster__response_APIEnablement">APIEnablement</a> objects</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.12.2.4.1.3 "><p id="ShowCluster__p76911223165014">List of enabled resources</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_ConditionStatus"></a><a name="response_ConditionStatus"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_ConditionStatus" frame="border" border="1" rules="all"><caption><b>Table 13 </b>ConditionStatus</caption><thead align="left"><tr id="ShowCluster__row595662235020"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.13.2.4.1.1"><p id="ShowCluster__p1969202355017">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.13.2.4.1.2"><p id="ShowCluster__p769292311501">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.13.2.4.1.3"><p id="ShowCluster__p10692122365013">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row17956172225012"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.13.2.4.1.1 "><p id="ShowCluster__p069242319509">type</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.13.2.4.1.2 "><p id="ShowCluster__p9692132335012">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.13.2.4.1.3 "><p id="ShowCluster__p56921523165010">Status type</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row6956132295012"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.13.2.4.1.1 "><p id="ShowCluster__p16692023165011">status</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.13.2.4.1.2 "><p id="ShowCluster__p106939232505">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.13.2.4.1.3 "><p id="ShowCluster__p1693122395014">Status</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row12956622135012"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.13.2.4.1.1 "><p id="ShowCluster__p196931523185015">observedgeneration</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.13.2.4.1.2 "><p id="ShowCluster__p1569302317509">Integer</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.13.2.4.1.3 "><p id="ShowCluster__p1769302319500">Version of a status object</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row159562022145020"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.13.2.4.1.1 "><p id="ShowCluster__p12693132315010">lastTransitionTime</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.13.2.4.1.2 "><p id="ShowCluster__p11693223135018">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.13.2.4.1.3 "><p id="ShowCluster__p4693152325012">Time of the last transition</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row79561222125015"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.13.2.4.1.1 "><p id="ShowCluster__p146936231500">reason</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.13.2.4.1.2 "><p id="ShowCluster__p3693023135010">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.13.2.4.1.3 "><p id="ShowCluster__p1869310231501">Cause of status</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row3956102218501"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.13.2.4.1.1 "><p id="ShowCluster__p969432317507">message</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.13.2.4.1.2 "><p id="ShowCluster__p136941523115010">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.13.2.4.1.3 "><p id="ShowCluster__p1069402385018">Status information</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_NodeSummary"></a><a name="response_NodeSummary"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_NodeSummary" frame="border" border="1" rules="all"><caption><b>Table 14 </b>NodeSummary</caption><thead align="left"><tr id="ShowCluster__row79646221501"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.14.2.4.1.1"><p id="ShowCluster__p46941223175018">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.14.2.4.1.2"><p id="ShowCluster__p1569414235501">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.14.2.4.1.3"><p id="ShowCluster__p1469419237506">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row14964182235010"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.14.2.4.1.1 "><p id="ShowCluster__p1169402318505">totalNum</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.14.2.4.1.2 "><p id="ShowCluster__p6695192355010">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.14.2.4.1.3 "><p id="ShowCluster__p269514239505">The number of all nodes in a cluster</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row199647229504"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.14.2.4.1.1 "><p id="ShowCluster__p769592315503">readyNum</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.14.2.4.1.2 "><p id="ShowCluster__p669572325015">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.14.2.4.1.3 "><p id="ShowCluster__p2069512230503">The number of ready nodes in a cluster</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_ResourceSummary"></a><a name="response_ResourceSummary"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_ResourceSummary" frame="border" border="1" rules="all"><caption><b>Table 15 </b>ResourceSummary</caption><thead align="left"><tr id="ShowCluster__row1996818225502"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.15.2.4.1.1"><p id="ShowCluster__p1369652314503">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.15.2.4.1.2"><p id="ShowCluster__p069620231502">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.15.2.4.1.3"><p id="ShowCluster__p769612236504">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row296832265013"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.15.2.4.1.1 "><p id="ShowCluster__p15696023145010">allocatable</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.15.2.4.1.2 "><p id="ShowCluster__p1969611236500">map<string, object></p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.15.2.4.1.3 "><p id="ShowCluster__p669672325016">Allocatable resources</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1496832211503"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.15.2.4.1.1 "><p id="ShowCluster__p66966235503">allocating</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.15.2.4.1.2 "><p id="ShowCluster__p1869662345018">map<string, object></p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.15.2.4.1.3 "><p id="ShowCluster__p86968232503">Resources in allocation</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row396852210509"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.15.2.4.1.1 "><p id="ShowCluster__p069622315501">allocated</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.15.2.4.1.2 "><p id="ShowCluster__p9697323115014">map<string, object></p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.15.2.4.1.3 "><p id="ShowCluster__p1669712365013">Allocated resources</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row196822245019"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.15.2.4.1.1 "><p id="ShowCluster__p1697172312503">capacity</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.15.2.4.1.2 "><p id="ShowCluster__p7697123155010">map<string, object></p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.15.2.4.1.3 "><p id="ShowCluster__p76971239502">Total resources</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_Endpoint"></a><a name="response_Endpoint"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_Endpoint" frame="border" border="1" rules="all"><caption><b>Table 16 </b>Endpoint</caption><thead align="left"><tr id="ShowCluster__row7974222125016"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.16.2.4.1.1"><p id="ShowCluster__p5697523175016">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.16.2.4.1.2"><p id="ShowCluster__p6697132313509">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.16.2.4.1.3"><p id="ShowCluster__p136971323115016">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row10564144475614"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.16.2.4.1.1 "><p id="ShowCluster__p386954914564">internal</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.16.2.4.1.2 "><p id="ShowCluster__p386917491564">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.16.2.4.1.3 "><p id="ShowCluster__p16869749105614">Internal network address.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row19411114885619"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.16.2.4.1.1 "><p id="ShowCluster__p1486934911562">external</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.16.2.4.1.2 "><p id="ShowCluster__p148691549185618">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.16.2.4.1.3 "><p id="ShowCluster__p15869124925618">External network address.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1356413441567"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.16.2.4.1.1 "><p id="ShowCluster__p6869104915615">external_otc</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.16.2.4.1.2 "><p id="ShowCluster__p5869649175612">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.16.2.4.1.3 "><p id="ShowCluster__p198691449105617">Endpoint of the cluster to be accessed through API Gateway.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_APIEnablement"></a><a name="response_APIEnablement"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_APIEnablement" frame="border" border="1" rules="all"><caption><b>Table 17 </b>APIEnablement</caption><thead align="left"><tr id="ShowCluster__row1297917221507"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.17.2.4.1.1"><p id="ShowCluster__p2698142345018">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.17.2.4.1.2"><p id="ShowCluster__p16698223105015">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.17.2.4.1.3"><p id="ShowCluster__p1669982313503">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row9980202225013"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.17.2.4.1.1 "><p id="ShowCluster__p19699132355012">groupVersion</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.17.2.4.1.2 "><p id="ShowCluster__p9699112345017">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.17.2.4.1.3 "><p id="ShowCluster__p66991123135014">Resource group and version</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row39801222115010"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.17.2.4.1.1 "><p id="ShowCluster__p1569962395014">resources</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.17.2.4.1.2 "><p id="ShowCluster__p1569962314501">Array of <a href="#ShowCluster__response_APIResource">APIResource</a> objects</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.17.2.4.1.3 "><p id="ShowCluster__p1969912239506">Resource type and name</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><a name="ShowCluster__response_APIResource"></a><a name="response_APIResource"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__response_APIResource" frame="border" border="1" rules="all"><caption><b>Table 18 </b>APIResource</caption><thead align="left"><tr id="ShowCluster__row598332219502"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.18.2.4.1.1"><p id="ShowCluster__p66991923195015">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.18.2.4.1.2"><p id="ShowCluster__p3699172335012">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.18.2.4.1.3"><p id="ShowCluster__p77005231507">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row10983172216504"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.18.2.4.1.1 "><p id="ShowCluster__p1670042385019">name</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.18.2.4.1.2 "><p id="ShowCluster__p1470032318503">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.18.2.4.1.3 "><p id="ShowCluster__p15700142385019">Resource name</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1983202216501"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.18.2.4.1.1 "><p id="ShowCluster__p187001923155015">kind</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.18.2.4.1.2 "><p id="ShowCluster__p4700112335013">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.18.2.4.1.3 "><p id="ShowCluster__p570092310502">Resource category</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="ShowCluster__section15700132385011"><h4 class="sectiontitle">Example Requests</h4><p id="ShowCluster__p12700192395017">None</p>
|
|
</div>
|
|
<div class="section" id="ShowCluster__section57001523125010"><h4 class="sectiontitle">Example Responses</h4><p id="ShowCluster__p47011423105011"><strong id="ShowCluster__b30910115742220">Status code: 200</strong></p>
|
|
<p id="ShowCluster__p1701823195017">Cluster information, such as its status and synchronization mode between the cluster and Karmada control plane</p>
|
|
<pre class="screen" id="ShowCluster__screen970119238509">{
|
|
"kind" : "Cluster",
|
|
"apiVersion" : "v1",
|
|
"metadata" : {
|
|
"name" : "test-cluster",
|
|
"uid" : "b0d1ecb5-7947-11ee-9467-0255ac1001bf",
|
|
"creationTimestamp" : "2023-11-02T06:36:14Z",
|
|
"labels" : {
|
|
"FeatureGates" : "elbv3,SupportClientCertificateRevocation,xGPU"
|
|
},
|
|
"annotations" : {
|
|
"vpcId" : "11c9fe72-5a90-4295-bcfe-774726fb9066"
|
|
}
|
|
},
|
|
"spec" : {
|
|
"syncMode" : "",
|
|
"clusterGroupID" : "bffbb35b-7949-11ee-886c-0255ac100037",
|
|
"manageType" : "grouped",
|
|
"provider" : "cmccloud",
|
|
"type" : "cce",
|
|
"category" : "self",
|
|
"region" : "cidc-rp-12",
|
|
"country" : "CN",
|
|
"city" : "150900",
|
|
"projectID" : "b6315dd3d0ff4be5b31a963256794989",
|
|
"projectName" : "cidc-rp-12",
|
|
"IsDownloadedCert" : false,
|
|
"operatorNamespace" : "2cd7ebd02e4743eba4e6342c09e49344"
|
|
},
|
|
"status" : {
|
|
"kubernetesVersion" : "v1.25",
|
|
"conditions" : [ {
|
|
"type" : "Ready",
|
|
"status" : "True",
|
|
"lastTransitionTime" : "2023-11-27T11:05:09+08:00",
|
|
"reason" : "ClusterAvailable"
|
|
}, {
|
|
"type" : "Cluster",
|
|
"status" : "Available",
|
|
"lastTransitionTime" : "2023-11-27T11:05:09+08:00",
|
|
"reason" : "ClusterAvailable"
|
|
}, {
|
|
"type" : "Federation",
|
|
"status" : "Federalized",
|
|
"lastTransitionTime" : "2023-11-14T14:31:58.744215+08:00"
|
|
} ],
|
|
"endpoints" : [ {
|
|
"url" : "https://192.168.1.251:5443",
|
|
"type" : "Internal"
|
|
} ],
|
|
"phase" : "Available",
|
|
"arrearFreeze" : "false",
|
|
"policeFreeze" : "false"
|
|
}
|
|
}</pre>
|
|
</div>
|
|
<div class="section" id="ShowCluster__section2705323175014"><h4 class="sectiontitle">Status Codes</h4>
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ShowCluster__status_code" frame="border" border="1" rules="all"><thead align="left"><tr id="ShowCluster__row42223175020"><th align="left" class="cellrowborder" valign="top" width="15%" id="mcps1.3.7.2.1.3.1.1"><p id="ShowCluster__p2705182385015">Status Code</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="85%" id="mcps1.3.7.2.1.3.1.2"><p id="ShowCluster__p197051823175020">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="ShowCluster__row2372318508"><td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.7.2.1.3.1.1 "><p id="ShowCluster__p1870517234509">200</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="85%" headers="mcps1.3.7.2.1.3.1.2 "><p id="ShowCluster__p3706102310502">Cluster information, such as its status and synchronization mode between the cluster and Karmada control plane</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1131423155013"><td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.7.2.1.3.1.1 "><p id="ShowCluster__p147064237507">400</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="85%" headers="mcps1.3.7.2.1.3.1.2 "><p id="ShowCluster__p16706132310508">Client request error. The server could not execute the request.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row2318234509"><td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.7.2.1.3.1.1 "><p id="ShowCluster__p170611234506">403</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="85%" headers="mcps1.3.7.2.1.3.1.2 "><p id="ShowCluster__p5706102319501">The server refused the request.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row1335237504"><td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.7.2.1.3.1.1 "><p id="ShowCluster__p170682317508">404</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="85%" headers="mcps1.3.7.2.1.3.1.2 "><p id="ShowCluster__p20706102315507">Resources not found.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="ShowCluster__row12382317503"><td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.7.2.1.3.1.1 "><p id="ShowCluster__p177061723165015">500</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="85%" headers="mcps1.3.7.2.1.3.1.2 "><p id="ShowCluster__p10706723175015">Internal server error.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="ShowCluster__section14707423115017"><h4 class="sectiontitle">Error Codes</h4><p id="ShowCluster__p270742313508">See <a href="ErrorCode.html">Error Codes</a>.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000000.html">UCS Clusters</a></div>
|
|
</div>
|
|
</div>
|
|
|