You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Status of the resource. This is set and updated automatically.
1161
1191
Read-only.
1162
1192
More info: <ahref="https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status">https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status</a></p>
@@ -1182,6 +1212,35 @@ More info: <a href="https://git.k8s.io/community/contributors/devel/sig-architec
<p>LocalObjectReference contains enough information to locate a
1396
+
referenced object inside the same namespace.</p>
1397
+
</div>
1398
+
<table>
1399
+
<thead>
1400
+
<tr>
1401
+
<th>Field</th>
1402
+
<th>Description</th>
1403
+
</tr>
1404
+
</thead>
1405
+
<tbody>
1406
+
<tr>
1407
+
<td>
1408
+
<code>name</code><br/>
1409
+
<em>
1410
+
string
1411
+
</em>
1412
+
</td>
1413
+
<td>
1414
+
<p>Name of the referent.
1415
+
More info: <ahref="https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names">https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names</a></p>
<p>TypedLocalObjectReference contains enough information to locate a
2211
+
typed referenced object inside the same namespace.</p>
2212
+
</div>
2213
+
<table>
2214
+
<thead>
2215
+
<tr>
2216
+
<th>Field</th>
2217
+
<th>Description</th>
2218
+
</tr>
2219
+
</thead>
2220
+
<tbody>
2221
+
<tr>
2222
+
<td>
2223
+
<code>kind</code><br/>
2224
+
<em>
2225
+
string
2226
+
</em>
2227
+
</td>
2228
+
<td>
2229
+
<p>Kind of the resource being referenced.
2230
+
Kind must consist of alphanumeric characters or ‘-’, start with an alphabetic character, and end with an alphanumeric character.</p>
2231
+
</td>
2232
+
</tr>
2233
+
<tr>
2234
+
<td>
2235
+
<code>name</code><br/>
2236
+
<em>
2237
+
string
2238
+
</em>
2239
+
</td>
2240
+
<td>
2241
+
<p>Name of the resource being referenced.
2242
+
Name must consist of lower case alphanumeric characters, ‘-’ or ‘.’, and must start and end with an alphanumeric character.</p>
2243
+
</td>
2244
+
</tr>
2245
+
<tr>
2246
+
<td>
2247
+
<code>apiVersion</code><br/>
2248
+
<em>
2249
+
string
2250
+
</em>
2251
+
</td>
2252
+
<td>
2253
+
<p>APIVersion is the api group version of the resource being referenced.</p>
0 commit comments