Merge pull request #27603 from feloy/add-auto_generated

Add auto_generated metadata
This commit is contained in:
Kubernetes Prow Robot 2021-04-19 16:22:32 -07:00 committed by GitHub
commit 58bb9f67e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
83 changed files with 994 additions and 1 deletions

@ -1 +1 @@
Subproject commit 23513afe9cf79710a2b19c5c40e38b8e2e5cd46c Subproject commit 78e64febda1b53cafc79979c5978b42162cea276

View File

@ -1,4 +1,17 @@
--- ---
title: "Authentication Resources" title: "Authentication Resources"
weight: 4 weight: 4
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "CertificateSigningRequest objects provide a mechanism to obtain x509 certificates by submitting a certificate signing request, and having it asynchronously approved and issued." description: "CertificateSigningRequest objects provide a mechanism to obtain x509 certificates by submitting a certificate signing request, and having it asynchronously approved and issued."
title: "CertificateSigningRequest" title: "CertificateSigningRequest"
weight: 4 weight: 4
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: certificates.k8s.io/v1` `apiVersion: certificates.k8s.io/v1`
`import "k8s.io/api/certificates/v1"` `import "k8s.io/api/certificates/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
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." 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."
title: "ServiceAccount" title: "ServiceAccount"
weight: 1 weight: 1
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "TokenRequest requests a token for a given service account." description: "TokenRequest requests a token for a given service account."
title: "TokenRequest" title: "TokenRequest"
weight: 2 weight: 2
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: authentication.k8s.io/v1` `apiVersion: authentication.k8s.io/v1`
`import "k8s.io/api/authentication/v1"` `import "k8s.io/api/authentication/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "TokenReview attempts to authenticate a token to a known user." description: "TokenReview attempts to authenticate a token to a known user."
title: "TokenReview" title: "TokenReview"
weight: 3 weight: 3
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: authentication.k8s.io/v1` `apiVersion: authentication.k8s.io/v1`
`import "k8s.io/api/authentication/v1"` `import "k8s.io/api/authentication/v1"`

View File

@ -1,4 +1,17 @@
--- ---
title: "Authorization Resources" title: "Authorization Resources"
weight: 5 weight: 5
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "ClusterRoleBinding references a ClusterRole, but not contain it." description: "ClusterRoleBinding references a ClusterRole, but not contain it."
title: "ClusterRoleBinding" title: "ClusterRoleBinding"
weight: 6 weight: 6
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: rbac.authorization.k8s.io/v1` `apiVersion: rbac.authorization.k8s.io/v1`
`import "k8s.io/api/rbac/v1"` `import "k8s.io/api/rbac/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding." description: "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding."
title: "ClusterRole" title: "ClusterRole"
weight: 5 weight: 5
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: rbac.authorization.k8s.io/v1` `apiVersion: rbac.authorization.k8s.io/v1`
`import "k8s.io/api/rbac/v1"` `import "k8s.io/api/rbac/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace." description: "LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace."
title: "LocalSubjectAccessReview" title: "LocalSubjectAccessReview"
weight: 1 weight: 1
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: authorization.k8s.io/v1` `apiVersion: authorization.k8s.io/v1`
`import "k8s.io/api/authorization/v1"` `import "k8s.io/api/authorization/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "RoleBinding references a role, but does not contain it." description: "RoleBinding references a role, but does not contain it."
title: "RoleBinding" title: "RoleBinding"
weight: 8 weight: 8
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: rbac.authorization.k8s.io/v1` `apiVersion: rbac.authorization.k8s.io/v1`
`import "k8s.io/api/rbac/v1"` `import "k8s.io/api/rbac/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding." description: "Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding."
title: "Role" title: "Role"
weight: 7 weight: 7
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: rbac.authorization.k8s.io/v1` `apiVersion: rbac.authorization.k8s.io/v1`
`import "k8s.io/api/rbac/v1"` `import "k8s.io/api/rbac/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "SelfSubjectAccessReview checks whether or the current user can perform an action." description: "SelfSubjectAccessReview checks whether or the current user can perform an action."
title: "SelfSubjectAccessReview" title: "SelfSubjectAccessReview"
weight: 2 weight: 2
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: authorization.k8s.io/v1` `apiVersion: authorization.k8s.io/v1`
`import "k8s.io/api/authorization/v1"` `import "k8s.io/api/authorization/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace." description: "SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace."
title: "SelfSubjectRulesReview" title: "SelfSubjectRulesReview"
weight: 3 weight: 3
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: authorization.k8s.io/v1` `apiVersion: authorization.k8s.io/v1`
`import "k8s.io/api/authorization/v1"` `import "k8s.io/api/authorization/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "SubjectAccessReview checks whether or not a user or group can perform an action." description: "SubjectAccessReview checks whether or not a user or group can perform an action."
title: "SubjectAccessReview" title: "SubjectAccessReview"
weight: 4 weight: 4
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: authorization.k8s.io/v1` `apiVersion: authorization.k8s.io/v1`
`import "k8s.io/api/authorization/v1"` `import "k8s.io/api/authorization/v1"`

View File

@ -1,4 +1,17 @@
--- ---
title: "Cluster Resources" title: "Cluster Resources"
weight: 8 weight: 8
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "APIService represents a server for a particular GroupVersion." description: "APIService represents a server for a particular GroupVersion."
title: "APIService" title: "APIService"
weight: 4 weight: 4
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: apiregistration.k8s.io/v1` `apiVersion: apiregistration.k8s.io/v1`
`import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1"` `import "k8s.io/kube-aggregator/pkg/apis/apiregistration/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Binding ties one object to another; for example, a pod is bound to a node by a scheduler." description: "Binding ties one object to another; for example, a pod is bound to a node by a scheduler."
title: "Binding" title: "Binding"
weight: 9 weight: 9
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "ComponentStatus (and ComponentStatusList) holds the cluster validation info." description: "ComponentStatus (and ComponentStatusList) holds the cluster validation info."
title: "ComponentStatus" title: "ComponentStatus"
weight: 10 weight: 10
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Event is a report of an event somewhere in the cluster." description: "Event is a report of an event somewhere in the cluster."
title: "Event" title: "Event"
weight: 3 weight: 3
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: events.k8s.io/v1` `apiVersion: events.k8s.io/v1`
`import "k8s.io/api/events/v1"` `import "k8s.io/api/events/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "FlowSchema defines the schema of a group of flows." description: "FlowSchema defines the schema of a group of flows."
title: "FlowSchema v1beta1" title: "FlowSchema v1beta1"
weight: 7 weight: 7
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: flowcontrol.apiserver.k8s.io/v1beta1` `apiVersion: flowcontrol.apiserver.k8s.io/v1beta1`
`import "k8s.io/api/flowcontrol/v1beta1"` `import "k8s.io/api/flowcontrol/v1beta1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Lease defines a lease concept." description: "Lease defines a lease concept."
title: "Lease" title: "Lease"
weight: 5 weight: 5
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: coordination.k8s.io/v1` `apiVersion: coordination.k8s.io/v1`
`import "k8s.io/api/coordination/v1"` `import "k8s.io/api/coordination/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Namespace provides a scope for Names." description: "Namespace provides a scope for Names."
title: "Namespace" title: "Namespace"
weight: 2 weight: 2
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Node is a worker node in Kubernetes." description: "Node is a worker node in Kubernetes."
title: "Node" title: "Node"
weight: 1 weight: 1
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "PriorityLevelConfiguration represents the configuration of a priority level." description: "PriorityLevelConfiguration represents the configuration of a priority level."
title: "PriorityLevelConfiguration v1beta1" title: "PriorityLevelConfiguration v1beta1"
weight: 8 weight: 8
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: flowcontrol.apiserver.k8s.io/v1beta1` `apiVersion: flowcontrol.apiserver.k8s.io/v1beta1`
`import "k8s.io/api/flowcontrol/v1beta1"` `import "k8s.io/api/flowcontrol/v1beta1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "RuntimeClass defines a class of container runtime supported in the cluster." description: "RuntimeClass defines a class of container runtime supported in the cluster."
title: "RuntimeClass" title: "RuntimeClass"
weight: 6 weight: 6
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: node.k8s.io/v1` `apiVersion: node.k8s.io/v1`
`import "k8s.io/api/node/v1"` `import "k8s.io/api/node/v1"`

View File

@ -1,4 +1,17 @@
--- ---
title: "Common Definitions" title: "Common Definitions"
weight: 9 weight: 9
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "DeleteOptions may be provided when deleting an API object." description: "DeleteOptions may be provided when deleting an API object."
title: "DeleteOptions" title: "DeleteOptions"
weight: 1 weight: 1
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`import "k8s.io/apimachinery/pkg/apis/meta/v1"` `import "k8s.io/apimachinery/pkg/apis/meta/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "A label selector is a label query over a set of resources." description: "A label selector is a label query over a set of resources."
title: "LabelSelector" title: "LabelSelector"
weight: 2 weight: 2
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`import "k8s.io/apimachinery/pkg/apis/meta/v1"` `import "k8s.io/apimachinery/pkg/apis/meta/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "ListMeta describes metadata that synthetic resources must have, including lists and various status objects." description: "ListMeta describes metadata that synthetic resources must have, including lists and various status objects."
title: "ListMeta" title: "ListMeta"
weight: 3 weight: 3
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`import "k8s.io/apimachinery/pkg/apis/meta/v1"` `import "k8s.io/apimachinery/pkg/apis/meta/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace." description: "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace."
title: "LocalObjectReference" title: "LocalObjectReference"
weight: 4 weight: 4
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values." description: "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values."
title: "NodeSelectorRequirement" title: "NodeSelectorRequirement"
weight: 5 weight: 5
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "ObjectFieldSelector selects an APIVersioned field of an object." description: "ObjectFieldSelector selects an APIVersioned field of an object."
title: "ObjectFieldSelector" title: "ObjectFieldSelector"
weight: 6 weight: 6
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create." description: "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create."
title: "ObjectMeta" title: "ObjectMeta"
weight: 7 weight: 7
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`import "k8s.io/apimachinery/pkg/apis/meta/v1"` `import "k8s.io/apimachinery/pkg/apis/meta/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "ObjectReference contains enough information to let you inspect or modify the referred object." description: "ObjectReference contains enough information to let you inspect or modify the referred object."
title: "ObjectReference" title: "ObjectReference"
weight: 8 weight: 8
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body." description: "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body."
title: "Patch" title: "Patch"
weight: 9 weight: 9
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`import "k8s.io/apimachinery/pkg/apis/meta/v1"` `import "k8s.io/apimachinery/pkg/apis/meta/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Quantity is a fixed-point representation of a number." description: "Quantity is a fixed-point representation of a number."
title: "Quantity" title: "Quantity"
weight: 10 weight: 10
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`import "k8s.io/apimachinery/pkg/api/resource"` `import "k8s.io/apimachinery/pkg/api/resource"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "ResourceFieldSelector represents container resources (cpu, memory) and their output format." description: "ResourceFieldSelector represents container resources (cpu, memory) and their output format."
title: "ResourceFieldSelector" title: "ResourceFieldSelector"
weight: 11 weight: 11
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Status is a return value for calls that don't return other objects." description: "Status is a return value for calls that don't return other objects."
title: "Status" title: "Status"
weight: 12 weight: 12
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`import "k8s.io/apimachinery/pkg/apis/meta/v1"` `import "k8s.io/apimachinery/pkg/apis/meta/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace." description: "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace."
title: "TypedLocalObjectReference" title: "TypedLocalObjectReference"
weight: 13 weight: 13
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "" description: ""
title: "Common Parameters" title: "Common Parameters"
weight: 10 weight: 10
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->

View File

@ -1,4 +1,17 @@
--- ---
title: "Config and Storage Resources" title: "Config and Storage Resources"
weight: 3 weight: 3
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "ConfigMap holds configuration data for pods to consume." description: "ConfigMap holds configuration data for pods to consume."
title: "ConfigMap" title: "ConfigMap"
weight: 1 weight: 1
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster." description: "CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster."
title: "CSIDriver" title: "CSIDriver"
weight: 8 weight: 8
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: storage.k8s.io/v1` `apiVersion: storage.k8s.io/v1`
`import "k8s.io/api/storage/v1"` `import "k8s.io/api/storage/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "CSINode holds information about all CSI drivers installed on a node." description: "CSINode holds information about all CSI drivers installed on a node."
title: "CSINode" title: "CSINode"
weight: 9 weight: 9
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: storage.k8s.io/v1` `apiVersion: storage.k8s.io/v1`
`import "k8s.io/api/storage/v1"` `import "k8s.io/api/storage/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "CSIStorageCapacity stores the result of one CSI GetCapacity call." description: "CSIStorageCapacity stores the result of one CSI GetCapacity call."
title: "CSIStorageCapacity v1beta1" title: "CSIStorageCapacity v1beta1"
weight: 10 weight: 10
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: storage.k8s.io/v1beta1` `apiVersion: storage.k8s.io/v1beta1`
`import "k8s.io/api/storage/v1beta1"` `import "k8s.io/api/storage/v1beta1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "PersistentVolumeClaim is a user's request for and claim to a persistent volume." description: "PersistentVolumeClaim is a user's request for and claim to a persistent volume."
title: "PersistentVolumeClaim" title: "PersistentVolumeClaim"
weight: 4 weight: 4
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "PersistentVolume (PV) is a storage resource provisioned by an administrator." description: "PersistentVolume (PV) is a storage resource provisioned by an administrator."
title: "PersistentVolume" title: "PersistentVolume"
weight: 5 weight: 5
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Secret holds secret data of a certain type." description: "Secret holds secret data of a certain type."
title: "Secret" title: "Secret"
weight: 2 weight: 2
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned." description: "StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned."
title: "StorageClass" title: "StorageClass"
weight: 6 weight: 6
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: storage.k8s.io/v1` `apiVersion: storage.k8s.io/v1`
`import "k8s.io/api/storage/v1"` `import "k8s.io/api/storage/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node." description: "VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node."
title: "VolumeAttachment" title: "VolumeAttachment"
weight: 7 weight: 7
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: storage.k8s.io/v1` `apiVersion: storage.k8s.io/v1`
`import "k8s.io/api/storage/v1"` `import "k8s.io/api/storage/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Volume represents a named volume in a pod that may be accessed by any container in the pod." description: "Volume represents a named volume in a pod that may be accessed by any container in the pod."
title: "Volume" title: "Volume"
weight: 3 weight: 3
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -1,4 +1,17 @@
--- ---
title: "Extend Resources" title: "Extend Resources"
weight: 7 weight: 7
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "CustomResourceDefinition represents a resource that should be exposed on the API server." description: "CustomResourceDefinition represents a resource that should be exposed on the API server."
title: "CustomResourceDefinition" title: "CustomResourceDefinition"
weight: 1 weight: 1
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: apiextensions.k8s.io/v1` `apiVersion: apiextensions.k8s.io/v1`
`import "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"` `import "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object." description: "MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object."
title: "MutatingWebhookConfiguration" title: "MutatingWebhookConfiguration"
weight: 2 weight: 2
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: admissionregistration.k8s.io/v1` `apiVersion: admissionregistration.k8s.io/v1`
`import "k8s.io/api/admissionregistration/v1"` `import "k8s.io/api/admissionregistration/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it." description: "ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it."
title: "ValidatingWebhookConfiguration" title: "ValidatingWebhookConfiguration"
weight: 3 weight: 3
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: admissionregistration.k8s.io/v1` `apiVersion: admissionregistration.k8s.io/v1`
`import "k8s.io/api/admissionregistration/v1"` `import "k8s.io/api/admissionregistration/v1"`

View File

@ -1,4 +1,17 @@
--- ---
title: "Policy Resources" title: "Policy Resources"
weight: 6 weight: 6
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "LimitRange sets resource usage limits for each kind of resource in a Namespace." description: "LimitRange sets resource usage limits for each kind of resource in a Namespace."
title: "LimitRange" title: "LimitRange"
weight: 1 weight: 1
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "NetworkPolicy describes what network traffic is allowed for a set of Pods." description: "NetworkPolicy describes what network traffic is allowed for a set of Pods."
title: "NetworkPolicy" title: "NetworkPolicy"
weight: 3 weight: 3
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: networking.k8s.io/v1` `apiVersion: networking.k8s.io/v1`
`import "k8s.io/api/networking/v1"` `import "k8s.io/api/networking/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods." description: "PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods."
title: "PodDisruptionBudget" title: "PodDisruptionBudget"
weight: 4 weight: 4
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: policy/v1` `apiVersion: policy/v1`
`import "k8s.io/api/policy/v1"` `import "k8s.io/api/policy/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container." description: "PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container."
title: "PodSecurityPolicy v1beta1" title: "PodSecurityPolicy v1beta1"
weight: 5 weight: 5
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: policy/v1beta1` `apiVersion: policy/v1beta1`
`import "k8s.io/api/policy/v1beta1"` `import "k8s.io/api/policy/v1beta1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "ResourceQuota sets aggregate quota restrictions enforced per namespace." description: "ResourceQuota sets aggregate quota restrictions enforced per namespace."
title: "ResourceQuota" title: "ResourceQuota"
weight: 2 weight: 2
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -1,4 +1,17 @@
--- ---
title: "Service Resources" title: "Service Resources"
weight: 2 weight: 2
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "EndpointSlice represents a subset of the endpoints that implement a service." description: "EndpointSlice represents a subset of the endpoints that implement a service."
title: "EndpointSlice" title: "EndpointSlice"
weight: 3 weight: 3
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: discovery.k8s.io/v1` `apiVersion: discovery.k8s.io/v1`
`import "k8s.io/api/discovery/v1"` `import "k8s.io/api/discovery/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Endpoints is a collection of endpoints that implement the actual service." description: "Endpoints is a collection of endpoints that implement the actual service."
title: "Endpoints" title: "Endpoints"
weight: 2 weight: 2
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "IngressClass represents the class of the Ingress, referenced by the Ingress Spec." description: "IngressClass represents the class of the Ingress, referenced by the Ingress Spec."
title: "IngressClass" title: "IngressClass"
weight: 5 weight: 5
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: networking.k8s.io/v1` `apiVersion: networking.k8s.io/v1`
`import "k8s.io/api/networking/v1"` `import "k8s.io/api/networking/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend." description: "Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend."
title: "Ingress" title: "Ingress"
weight: 4 weight: 4
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: networking.k8s.io/v1` `apiVersion: networking.k8s.io/v1`
`import "k8s.io/api/networking/v1"` `import "k8s.io/api/networking/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy." description: "Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy."
title: "Service" title: "Service"
weight: 1 weight: 1
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -1,4 +1,17 @@
--- ---
title: "Workload Resources" title: "Workload Resources"
weight: 1 weight: 1
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "ControllerRevision implements an immutable snapshot of state data." description: "ControllerRevision implements an immutable snapshot of state data."
title: "ControllerRevision" title: "ControllerRevision"
weight: 8 weight: 8
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: apps/v1` `apiVersion: apps/v1`
`import "k8s.io/api/apps/v1"` `import "k8s.io/api/apps/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "CronJob represents the configuration of a single cron job." description: "CronJob represents the configuration of a single cron job."
title: "CronJob" title: "CronJob"
weight: 11 weight: 11
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: batch/v1` `apiVersion: batch/v1`
`import "k8s.io/api/batch/v1"` `import "k8s.io/api/batch/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "DaemonSet represents the configuration of a daemon set." description: "DaemonSet represents the configuration of a daemon set."
title: "DaemonSet" title: "DaemonSet"
weight: 9 weight: 9
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: apps/v1` `apiVersion: apps/v1`
`import "k8s.io/api/apps/v1"` `import "k8s.io/api/apps/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Deployment enables declarative updates for Pods and ReplicaSets." description: "Deployment enables declarative updates for Pods and ReplicaSets."
title: "Deployment" title: "Deployment"
weight: 6 weight: 6
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: apps/v1` `apiVersion: apps/v1`
`import "k8s.io/api/apps/v1"` `import "k8s.io/api/apps/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "A list of ephemeral containers used with the Pod ephemeralcontainers subresource." description: "A list of ephemeral containers used with the Pod ephemeralcontainers subresource."
title: "EphemeralContainers" title: "EphemeralContainers"
weight: 2 weight: 2
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "configuration of a horizontal pod autoscaler." description: "configuration of a horizontal pod autoscaler."
title: "HorizontalPodAutoscaler" title: "HorizontalPodAutoscaler"
weight: 12 weight: 12
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: autoscaling/v1` `apiVersion: autoscaling/v1`
`import "k8s.io/api/autoscaling/v1"` `import "k8s.io/api/autoscaling/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified." description: "HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified."
title: "HorizontalPodAutoscaler v2beta2" title: "HorizontalPodAutoscaler v2beta2"
weight: 13 weight: 13
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: autoscaling/v2beta2` `apiVersion: autoscaling/v2beta2`
`import "k8s.io/api/autoscaling/v2beta2"` `import "k8s.io/api/autoscaling/v2beta2"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Job represents the configuration of a single job." description: "Job represents the configuration of a single job."
title: "Job" title: "Job"
weight: 10 weight: 10
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: batch/v1` `apiVersion: batch/v1`
`import "k8s.io/api/batch/v1"` `import "k8s.io/api/batch/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "PodTemplate describes a template for creating copies of a predefined pod." description: "PodTemplate describes a template for creating copies of a predefined pod."
title: "PodTemplate" title: "PodTemplate"
weight: 3 weight: 3
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "Pod is a collection of containers that can run on a host." description: "Pod is a collection of containers that can run on a host."
title: "Pod" title: "Pod"
weight: 1 weight: 1
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "PriorityClass defines mapping from a priority class name to the priority integer value." description: "PriorityClass defines mapping from a priority class name to the priority integer value."
title: "PriorityClass" title: "PriorityClass"
weight: 14 weight: 14
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: scheduling.k8s.io/v1` `apiVersion: scheduling.k8s.io/v1`
`import "k8s.io/api/scheduling/v1"` `import "k8s.io/api/scheduling/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "ReplicaSet ensures that a specified number of pod replicas are running at any given time." description: "ReplicaSet ensures that a specified number of pod replicas are running at any given time."
title: "ReplicaSet" title: "ReplicaSet"
weight: 5 weight: 5
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: apps/v1` `apiVersion: apps/v1`
`import "k8s.io/api/apps/v1"` `import "k8s.io/api/apps/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "ReplicationController represents the configuration of a replication controller." description: "ReplicationController represents the configuration of a replication controller."
title: "ReplicationController" title: "ReplicationController"
weight: 4 weight: 4
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: v1` `apiVersion: v1`
`import "k8s.io/api/core/v1"` `import "k8s.io/api/core/v1"`

View File

@ -7,8 +7,20 @@ content_type: "api_reference"
description: "StatefulSet represents a set of pods with consistent identities." description: "StatefulSet represents a set of pods with consistent identities."
title: "StatefulSet" title: "StatefulSet"
weight: 7 weight: 7
auto_generated: true
--- ---
<!--
The file is auto-generated from the Go source code of the component using a generic
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
-->
`apiVersion: apps/v1` `apiVersion: apps/v1`
`import "k8s.io/api/apps/v1"` `import "k8s.io/api/apps/v1"`