Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
1c924ccd
Commit
1c924ccd
authored
Jan 25, 2017
by
p0lyn0mial
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
checking-in generated code
parent
d100d564
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
232 additions
and
13 deletions
+232
-13
swagger.json
api/openapi-spec/swagger.json
+7
-0
apps_v1beta1.json
api/swagger-spec/apps_v1beta1.json
+7
-0
authentication.k8s.io_v1beta1.json
api/swagger-spec/authentication.k8s.io_v1beta1.json
+7
-0
authorization.k8s.io_v1beta1.json
api/swagger-spec/authorization.k8s.io_v1beta1.json
+7
-0
autoscaling_v1.json
api/swagger-spec/autoscaling_v1.json
+7
-0
batch_v1.json
api/swagger-spec/batch_v1.json
+7
-0
batch_v2alpha1.json
api/swagger-spec/batch_v2alpha1.json
+7
-0
certificates.k8s.io_v1beta1.json
api/swagger-spec/certificates.k8s.io_v1beta1.json
+7
-0
extensions_v1beta1.json
api/swagger-spec/extensions_v1beta1.json
+7
-0
policy_v1beta1.json
api/swagger-spec/policy_v1beta1.json
+7
-0
rbac.authorization.k8s.io_v1alpha1.json
api/swagger-spec/rbac.authorization.k8s.io_v1alpha1.json
+7
-0
rbac.authorization.k8s.io_v1beta1.json
api/swagger-spec/rbac.authorization.k8s.io_v1beta1.json
+7
-0
storage.k8s.io_v1beta1.json
api/swagger-spec/storage.k8s.io_v1beta1.json
+7
-0
v1.json
api/swagger-spec/v1.json
+7
-0
definitions.html
docs/api-reference/apps/v1beta1/definitions.html
+8
-1
definitions.html
...-reference/authentication.k8s.io/v1beta1/definitions.html
+8
-1
definitions.html
...i-reference/authorization.k8s.io/v1beta1/definitions.html
+8
-1
definitions.html
docs/api-reference/autoscaling/v1/definitions.html
+8
-1
definitions.html
docs/api-reference/batch/v1/definitions.html
+8
-1
definitions.html
docs/api-reference/batch/v2alpha1/definitions.html
+8
-1
definitions.html
...pi-reference/certificates.k8s.io/v1beta1/definitions.html
+8
-1
definitions.html
docs/api-reference/extensions/v1beta1/definitions.html
+8
-1
definitions.html
docs/api-reference/policy/v1beta1/definitions.html
+8
-1
definitions.html
...rence/rbac.authorization.k8s.io/v1alpha1/definitions.html
+8
-1
definitions.html
...erence/rbac.authorization.k8s.io/v1beta1/definitions.html
+8
-1
definitions.html
docs/api-reference/storage.k8s.io/v1beta1/definitions.html
+8
-1
definitions.html
docs/api-reference/v1/definitions.html
+8
-1
swagger.json
federation/apis/openapi-spec/swagger.json
+7
-0
zz_generated.openapi.go
pkg/generated/openapi/zz_generated.openapi.go
+14
-0
generated.pb.go
.../src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go
+0
-0
generated.proto
.../src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto
+3
-0
types_swagger_doc_generated.go
...machinery/pkg/apis/meta/v1/types_swagger_doc_generated.go
+1
-0
zz_generated.deepcopy.go
...io/apimachinery/pkg/apis/meta/v1/zz_generated.deepcopy.go
+5
-0
No files found.
api/openapi-spec/swagger.json
View file @
1c924ccd
...
@@ -34531,6 +34531,13 @@
...
@@ -34531,6 +34531,13 @@
"description"
:
"namespaced indicates if a resource is namespaced or not."
,
"description"
:
"namespaced indicates if a resource is namespaced or not."
,
"type"
:
"boolean"
"type"
:
"boolean"
},
},
"shortNames"
:
{
"description"
:
"shortNames is a list of suggested short names of the resource."
,
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
}
},
"verbs"
:
{
"verbs"
:
{
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
,
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
,
"type"
:
"array"
,
"type"
:
"array"
,
api/swagger-spec/apps_v1beta1.json
View file @
1c924ccd
...
@@ -3182,6 +3182,13 @@
...
@@ -3182,6 +3182,13 @@
"type"
:
"string"
"type"
:
"string"
},
},
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
},
"shortNames"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
},
"description"
:
"shortNames is a list of suggested short names of the resource."
}
}
}
}
}
}
...
...
api/swagger-spec/authentication.k8s.io_v1beta1.json
View file @
1c924ccd
...
@@ -322,6 +322,13 @@
...
@@ -322,6 +322,13 @@
"type"
:
"string"
"type"
:
"string"
},
},
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
},
"shortNames"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
},
"description"
:
"shortNames is a list of suggested short names of the resource."
}
}
}
}
}
}
...
...
api/swagger-spec/authorization.k8s.io_v1beta1.json
View file @
1c924ccd
...
@@ -535,6 +535,13 @@
...
@@ -535,6 +535,13 @@
"type"
:
"string"
"type"
:
"string"
},
},
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
},
"shortNames"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
},
"description"
:
"shortNames is a list of suggested short names of the resource."
}
}
}
}
}
}
...
...
api/swagger-spec/autoscaling_v1.json
View file @
1c924ccd
...
@@ -1467,6 +1467,13 @@
...
@@ -1467,6 +1467,13 @@
"type"
:
"string"
"type"
:
"string"
},
},
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
},
"shortNames"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
},
"description"
:
"shortNames is a list of suggested short names of the resource."
}
}
}
}
}
}
...
...
api/swagger-spec/batch_v1.json
View file @
1c924ccd
...
@@ -3162,6 +3162,13 @@
...
@@ -3162,6 +3162,13 @@
"type"
:
"string"
"type"
:
"string"
},
},
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
},
"shortNames"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
},
"description"
:
"shortNames is a list of suggested short names of the resource."
}
}
}
}
}
}
...
...
api/swagger-spec/batch_v2alpha1.json
View file @
1c924ccd
...
@@ -90,6 +90,13 @@
...
@@ -90,6 +90,13 @@
"type"
:
"string"
"type"
:
"string"
},
},
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
},
"shortNames"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
},
"description"
:
"shortNames is a list of suggested short names of the resource."
}
}
}
}
}
}
...
...
api/swagger-spec/certificates.k8s.io_v1beta1.json
View file @
1c924ccd
...
@@ -1166,6 +1166,13 @@
...
@@ -1166,6 +1166,13 @@
"type"
:
"string"
"type"
:
"string"
},
},
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
},
"shortNames"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
},
"description"
:
"shortNames is a list of suggested short names of the resource."
}
}
}
}
}
}
...
...
api/swagger-spec/extensions_v1beta1.json
View file @
1c924ccd
...
@@ -10737,6 +10737,13 @@
...
@@ -10737,6 +10737,13 @@
"type"
:
"string"
"type"
:
"string"
},
},
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
},
"shortNames"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
},
"description"
:
"shortNames is a list of suggested short names of the resource."
}
}
}
}
}
}
...
...
api/swagger-spec/policy_v1beta1.json
View file @
1c924ccd
...
@@ -1477,6 +1477,13 @@
...
@@ -1477,6 +1477,13 @@
"type"
:
"string"
"type"
:
"string"
},
},
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
},
"shortNames"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
},
"description"
:
"shortNames is a list of suggested short names of the resource."
}
}
}
}
}
}
...
...
api/swagger-spec/rbac.authorization.k8s.io_v1alpha1.json
View file @
1c924ccd
...
@@ -3381,6 +3381,13 @@
...
@@ -3381,6 +3381,13 @@
"type"
:
"string"
"type"
:
"string"
},
},
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
},
"shortNames"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
},
"description"
:
"shortNames is a list of suggested short names of the resource."
}
}
}
}
}
}
...
...
api/swagger-spec/rbac.authorization.k8s.io_v1beta1.json
View file @
1c924ccd
...
@@ -3381,6 +3381,13 @@
...
@@ -3381,6 +3381,13 @@
"type"
:
"string"
"type"
:
"string"
},
},
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
},
"shortNames"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
},
"description"
:
"shortNames is a list of suggested short names of the resource."
}
}
}
}
}
}
...
...
api/swagger-spec/storage.k8s.io_v1beta1.json
View file @
1c924ccd
...
@@ -990,6 +990,13 @@
...
@@ -990,6 +990,13 @@
"type"
:
"string"
"type"
:
"string"
},
},
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
},
"shortNames"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
},
"description"
:
"shortNames is a list of suggested short names of the resource."
}
}
}
}
}
}
...
...
api/swagger-spec/v1.json
View file @
1c924ccd
...
@@ -20280,6 +20280,13 @@
...
@@ -20280,6 +20280,13 @@
"type"
:
"string"
"type"
:
"string"
},
},
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
},
"shortNames"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
},
"description"
:
"shortNames is a list of suggested short names of the resource."
}
}
}
}
}
}
...
...
docs/api-reference/apps/v1beta1/definitions.html
View file @
1c924ccd
...
@@ -2287,6 +2287,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
...
@@ -2287,6 +2287,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames is a list of suggested short names of the resource.
</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 array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -5060,7 +5067,7 @@ Examples:<br>
...
@@ -5060,7 +5067,7 @@ Examples:<br>
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2017-01-2
4 14:49:24
UTC
Last updated 2017-01-2
5 20:38:35
UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
docs/api-reference/authentication.k8s.io/v1beta1/definitions.html
View file @
1c924ccd
...
@@ -892,6 +892,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
...
@@ -892,6 +892,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames is a list of suggested short names of the resource.
</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 array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -907,7 +914,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
...
@@ -907,7 +914,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 201
6-12-08 13:47:0
9 UTC
Last updated 201
7-01-25 20:38:3
9 UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
docs/api-reference/authorization.k8s.io/v1beta1/definitions.html
View file @
1c924ccd
...
@@ -761,6 +761,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
...
@@ -761,6 +761,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames is a list of suggested short names of the resource.
</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 array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -1168,7 +1175,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
...
@@ -1168,7 +1175,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 201
6-12-08 13:47:16
UTC
Last updated 201
7-01-25 20:38:43
UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
docs/api-reference/autoscaling/v1/definitions.html
View file @
1c924ccd
...
@@ -1304,6 +1304,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
...
@@ -1304,6 +1304,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames is a list of suggested short names of the resource.
</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 array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -1375,7 +1382,7 @@ Examples:<br>
...
@@ -1375,7 +1382,7 @@ Examples:<br>
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2017-01-2
4 14:49:44
UTC
Last updated 2017-01-2
5 20:38:47
UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
docs/api-reference/batch/v1/definitions.html
View file @
1c924ccd
...
@@ -2198,6 +2198,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
...
@@ -2198,6 +2198,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames is a list of suggested short names of the resource.
</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 array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -4992,7 +4999,7 @@ Examples:<br>
...
@@ -4992,7 +4999,7 @@ Examples:<br>
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2017-01-2
4 14:49
:51 UTC
Last updated 2017-01-2
5 20:38
:51 UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
docs/api-reference/batch/v2alpha1/definitions.html
View file @
1c924ccd
...
@@ -479,6 +479,13 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
...
@@ -479,6 +479,13 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames is a list of suggested short names of the resource.
</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 array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -494,7 +501,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
...
@@ -494,7 +501,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 201
6-12-08 13:47:37
UTC
Last updated 201
7-01-25 20:38:55
UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
docs/api-reference/certificates.k8s.io/v1beta1/definitions.html
View file @
1c924ccd
...
@@ -1199,6 +1199,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
...
@@ -1199,6 +1199,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames is a list of suggested short names of the resource.
</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 array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -1364,7 +1371,7 @@ Examples:<br>
...
@@ -1364,7 +1371,7 @@ Examples:<br>
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2017-01-2
4 14:50:03
UTC
Last updated 2017-01-2
5 20:38:59
UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
docs/api-reference/extensions/v1beta1/definitions.html
View file @
1c924ccd
...
@@ -6131,6 +6131,13 @@ Both these may change in the future. Incoming requests are matched against the h
...
@@ -6131,6 +6131,13 @@ Both these may change in the future. Incoming requests are matched against the h
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames is a list of suggested short names of the resource.
</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 array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -7609,7 +7616,7 @@ Both these may change in the future. Incoming requests are matched against the h
...
@@ -7609,7 +7616,7 @@ Both these may change in the future. Incoming requests are matched against the h
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2017-01-2
4 14:50:10
UTC
Last updated 2017-01-2
5 20:39:03
UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
docs/api-reference/policy/v1beta1/definitions.html
View file @
1c924ccd
...
@@ -1297,6 +1297,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
...
@@ -1297,6 +1297,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames is a list of suggested short names of the resource.
</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 array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -1409,7 +1416,7 @@ Examples:<br>
...
@@ -1409,7 +1416,7 @@ Examples:<br>
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2017-01-2
4 14:50:17
UTC
Last updated 2017-01-2
5 20:39:08
UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
docs/api-reference/rbac.authorization.k8s.io/v1alpha1/definitions.html
View file @
1c924ccd
...
@@ -1494,6 +1494,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
...
@@ -1494,6 +1494,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames is a list of suggested short names of the resource.
</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 array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -1730,7 +1737,7 @@ Examples:<br>
...
@@ -1730,7 +1737,7 @@ Examples:<br>
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2017-01-2
4 14:50:30
UTC
Last updated 2017-01-2
5 20:39:16
UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
docs/api-reference/rbac.authorization.k8s.io/v1beta1/definitions.html
View file @
1c924ccd
...
@@ -1377,6 +1377,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
...
@@ -1377,6 +1377,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames is a list of suggested short names of the resource.
</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 array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -1730,7 +1737,7 @@ Examples:<br>
...
@@ -1730,7 +1737,7 @@ Examples:<br>
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2017-01-2
4 14:50:24
UTC
Last updated 2017-01-2
5 20:39:12
UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
docs/api-reference/storage.k8s.io/v1beta1/definitions.html
View file @
1c924ccd
...
@@ -1142,6 +1142,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
...
@@ -1142,6 +1142,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames is a list of suggested short names of the resource.
</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 array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -1213,7 +1220,7 @@ Examples:<br>
...
@@ -1213,7 +1220,7 @@ Examples:<br>
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2017-01-2
4 14:50:36
UTC
Last updated 2017-01-2
5 20:39:20
UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
docs/api-reference/v1/definitions.html
View file @
1c924ccd
...
@@ -7086,6 +7086,13 @@ Examples:<br>
...
@@ -7086,6 +7086,13 @@ Examples:<br>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
string array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tr>
<tr>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames
</p></td>
<td
class=
"tableblock halign-left valign-top"
><p
class=
"tableblock"
>
shortNames is a list of suggested short names of the resource.
</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 array
</p></td>
<td
class=
"tableblock halign-left valign-top"
></td>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -9233,7 +9240,7 @@ Examples:<br>
...
@@ -9233,7 +9240,7 @@ Examples:<br>
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2017-01-2
4 14:49:17
UTC
Last updated 2017-01-2
5 20:38:30
UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
federation/apis/openapi-spec/swagger.json
View file @
1c924ccd
...
@@ -10482,6 +10482,13 @@
...
@@ -10482,6 +10482,13 @@
"description"
:
"namespaced indicates if a resource is namespaced or not."
,
"description"
:
"namespaced indicates if a resource is namespaced or not."
,
"type"
:
"boolean"
"type"
:
"boolean"
},
},
"shortNames"
:
{
"description"
:
"shortNames is a list of suggested short names of the resource."
,
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
}
},
"verbs"
:
{
"verbs"
:
{
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
,
"description"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
,
"type"
:
"array"
,
"type"
:
"array"
,
...
...
pkg/generated/openapi/zz_generated.openapi.go
View file @
1c924ccd
...
@@ -280,6 +280,20 @@ var OpenAPIDefinitions *openapi.OpenAPIDefinitions = &openapi.OpenAPIDefinitions
...
@@ -280,6 +280,20 @@ var OpenAPIDefinitions *openapi.OpenAPIDefinitions = &openapi.OpenAPIDefinitions
},
},
},
},
},
},
"shortNames"
:
{
SchemaProps
:
spec
.
SchemaProps
{
Description
:
"shortNames is a list of suggested short names of the resource."
,
Type
:
[]
string
{
"array"
},
Items
:
&
spec
.
SchemaOrArray
{
Schema
:
&
spec
.
Schema
{
SchemaProps
:
spec
.
SchemaProps
{
Type
:
[]
string
{
"string"
},
Format
:
""
,
},
},
},
},
},
},
},
Required
:
[]
string
{
"name"
,
"namespaced"
,
"kind"
,
"verbs"
},
Required
:
[]
string
{
"name"
,
"namespaced"
,
"kind"
,
"verbs"
},
},
},
...
...
staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go
View file @
1c924ccd
This diff is collapsed.
Click to expand it.
staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto
View file @
1c924ccd
...
@@ -74,6 +74,9 @@ message APIResource {
...
@@ -74,6 +74,9 @@ message APIResource {
// verbs is a list of supported kube verbs (this includes get, list, watch, create,
// verbs is a list of supported kube verbs (this includes get, list, watch, create,
// update, patch, delete, deletecollection, and proxy)
// update, patch, delete, deletecollection, and proxy)
optional
Verbs
verbs
=
4
;
optional
Verbs
verbs
=
4
;
// shortNames is a list of suggested short names of the resource.
repeated
string
shortNames
=
5
;
}
}
// APIResourceList is a list of APIResource, it is used to expose the name of the
// APIResourceList is a list of APIResource, it is used to expose the name of the
...
...
staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go
View file @
1c924ccd
...
@@ -54,6 +54,7 @@ var map_APIResource = map[string]string{
...
@@ -54,6 +54,7 @@ var map_APIResource = map[string]string{
"namespaced"
:
"namespaced indicates if a resource is namespaced or not."
,
"namespaced"
:
"namespaced indicates if a resource is namespaced or not."
,
"kind"
:
"kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')"
,
"kind"
:
"kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')"
,
"verbs"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
,
"verbs"
:
"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
,
"shortNames"
:
"shortNames is a list of suggested short names of the resource."
,
}
}
func
(
APIResource
)
SwaggerDoc
()
map
[
string
]
string
{
func
(
APIResource
)
SwaggerDoc
()
map
[
string
]
string
{
...
...
staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/zz_generated.deepcopy.go
View file @
1c924ccd
...
@@ -115,6 +115,11 @@ func DeepCopy_v1_APIResource(in interface{}, out interface{}, c *conversion.Clon
...
@@ -115,6 +115,11 @@ func DeepCopy_v1_APIResource(in interface{}, out interface{}, c *conversion.Clon
*
out
=
make
(
Verbs
,
len
(
*
in
))
*
out
=
make
(
Verbs
,
len
(
*
in
))
copy
(
*
out
,
*
in
)
copy
(
*
out
,
*
in
)
}
}
if
in
.
ShortNames
!=
nil
{
in
,
out
:=
&
in
.
ShortNames
,
&
out
.
ShortNames
*
out
=
make
([]
string
,
len
(
*
in
))
copy
(
*
out
,
*
in
)
}
return
nil
return
nil
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment