Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 21a2715

Browse filesBrowse files
committed
Add auto_gerated metadata
1 parent aefbe96 commit 21a2715
Copy full SHA for 21a2715

File tree

83 files changed

+994
-1
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner

83 files changed

+994
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
---
22
title: "Authentication Resources"
33
weight: 4
4+
auto_generated: true
45
---
6+
7+
<!--
8+
The file is auto-generated from the Go source code of the component using a generic
9+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
10+
to generate the reference documentation, please read
11+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
12+
To update the reference content, please follow the
13+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
14+
guide. You can file document formatting bugs against the
15+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
16+
-->
17+

‎content/en/docs/reference/kubernetes-api/authentication-resources/certificate-signing-request-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authentication-resources/certificate-signing-request-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "CertificateSigningRequest objects provide a mechanism to obtain x509 certificates by submitting a certificate signing request, and having it asynchronously approved and issued."
88
title: "CertificateSigningRequest"
99
weight: 4
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: certificates.k8s.io/v1`
1325

1426
`import "k8s.io/api/certificates/v1"`

‎content/en/docs/reference/kubernetes-api/authentication-resources/service-account-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authentication-resources/service-account-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets."
88
title: "ServiceAccount"
99
weight: 1
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: v1`
1325

1426
`import "k8s.io/api/core/v1"`

‎content/en/docs/reference/kubernetes-api/authentication-resources/token-request-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authentication-resources/token-request-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "TokenRequest requests a token for a given service account."
88
title: "TokenRequest"
99
weight: 2
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: authentication.k8s.io/v1`
1325

1426
`import "k8s.io/api/authentication/v1"`

‎content/en/docs/reference/kubernetes-api/authentication-resources/token-review-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authentication-resources/token-review-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "TokenReview attempts to authenticate a token to a known user."
88
title: "TokenReview"
99
weight: 3
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: authentication.k8s.io/v1`
1325

1426
`import "k8s.io/api/authentication/v1"`
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
---
22
title: "Authorization Resources"
33
weight: 5
4+
auto_generated: true
45
---
6+
7+
<!--
8+
The file is auto-generated from the Go source code of the component using a generic
9+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
10+
to generate the reference documentation, please read
11+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
12+
To update the reference content, please follow the
13+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
14+
guide. You can file document formatting bugs against the
15+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
16+
-->
17+

‎content/en/docs/reference/kubernetes-api/authorization-resources/cluster-role-binding-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authorization-resources/cluster-role-binding-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "ClusterRoleBinding references a ClusterRole, but not contain it."
88
title: "ClusterRoleBinding"
99
weight: 6
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: rbac.authorization.k8s.io/v1`
1325

1426
`import "k8s.io/api/rbac/v1"`

‎content/en/docs/reference/kubernetes-api/authorization-resources/cluster-role-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authorization-resources/cluster-role-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding."
88
title: "ClusterRole"
99
weight: 5
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: rbac.authorization.k8s.io/v1`
1325

1426
`import "k8s.io/api/rbac/v1"`

‎content/en/docs/reference/kubernetes-api/authorization-resources/local-subject-access-review-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authorization-resources/local-subject-access-review-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace."
88
title: "LocalSubjectAccessReview"
99
weight: 1
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: authorization.k8s.io/v1`
1325

1426
`import "k8s.io/api/authorization/v1"`

‎content/en/docs/reference/kubernetes-api/authorization-resources/role-binding-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authorization-resources/role-binding-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "RoleBinding references a role, but does not contain it."
88
title: "RoleBinding"
99
weight: 8
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: rbac.authorization.k8s.io/v1`
1325

1426
`import "k8s.io/api/rbac/v1"`

‎content/en/docs/reference/kubernetes-api/authorization-resources/role-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authorization-resources/role-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding."
88
title: "Role"
99
weight: 7
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: rbac.authorization.k8s.io/v1`
1325

1426
`import "k8s.io/api/rbac/v1"`

‎content/en/docs/reference/kubernetes-api/authorization-resources/self-subject-access-review-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authorization-resources/self-subject-access-review-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "SelfSubjectAccessReview checks whether or the current user can perform an action."
88
title: "SelfSubjectAccessReview"
99
weight: 2
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: authorization.k8s.io/v1`
1325

1426
`import "k8s.io/api/authorization/v1"`

‎content/en/docs/reference/kubernetes-api/authorization-resources/self-subject-rules-review-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authorization-resources/self-subject-rules-review-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace."
88
title: "SelfSubjectRulesReview"
99
weight: 3
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: authorization.k8s.io/v1`
1325

1426
`import "k8s.io/api/authorization/v1"`

‎content/en/docs/reference/kubernetes-api/authorization-resources/subject-access-review-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/authorization-resources/subject-access-review-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "SubjectAccessReview checks whether or not a user or group can perform an action."
88
title: "SubjectAccessReview"
99
weight: 4
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: authorization.k8s.io/v1`
1325

1426
`import "k8s.io/api/authorization/v1"`
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
---
22
title: "Cluster Resources"
33
weight: 8
4+
auto_generated: true
45
---
6+
7+
<!--
8+
The file is auto-generated from the Go source code of the component using a generic
9+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
10+
to generate the reference documentation, please read
11+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
12+
To update the reference content, please follow the
13+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
14+
guide. You can file document formatting bugs against the
15+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
16+
-->
17+

‎content/en/docs/reference/kubernetes-api/cluster-resources/api-service-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/cluster-resources/api-service-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "APIService represents a server for a particular GroupVersion."
88
title: "APIService"
99
weight: 4
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: apiregistration.k8s.io/v1`
1325

1426
`import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1"`

‎content/en/docs/reference/kubernetes-api/cluster-resources/binding-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/cluster-resources/binding-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "Binding ties one object to another; for example, a pod is bound to a node by a scheduler."
88
title: "Binding"
99
weight: 9
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: v1`
1325

1426
`import "k8s.io/api/core/v1"`

‎content/en/docs/reference/kubernetes-api/cluster-resources/component-status-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/cluster-resources/component-status-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "ComponentStatus (and ComponentStatusList) holds the cluster validation info."
88
title: "ComponentStatus"
99
weight: 10
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: v1`
1325

1426
`import "k8s.io/api/core/v1"`

‎content/en/docs/reference/kubernetes-api/cluster-resources/event-v1.md

Copy file name to clipboardExpand all lines: content/en/docs/reference/kubernetes-api/cluster-resources/event-v1.md
+12
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ content_type: "api_reference"
77
description: "Event is a report of an event somewhere in the cluster."
88
title: "Event"
99
weight: 3
10+
auto_generated: true
1011
---
1112

13+
<!--
14+
The file is auto-generated from the Go source code of the component using a generic
15+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
16+
to generate the reference documentation, please read
17+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
18+
To update the reference content, please follow the
19+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
20+
guide. You can file document formatting bugs against the
21+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
22+
-->
23+
1224
`apiVersion: events.k8s.io/v1`
1325

1426
`import "k8s.io/api/events/v1"`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.