Skip to content

Commit

Permalink
Add metadata to use mechanism for API reference links
Browse files Browse the repository at this point in the history
  • Loading branch information
dipesh-rawat committed Mar 14, 2024
1 parent 60ca7a3 commit c889d9b
Show file tree
Hide file tree
Showing 22 changed files with 73 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/docs/concepts/architecture/leases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Leases
api_metadata:
- apiVersion: "coordination.k8s.io/v1"
kind: "Lease"
content_type: concept
weight: 30
---
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/architecture/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ reviewers:
- caesarxuchao
- dchen1107
title: Nodes
api_metadata:
- apiVersion: "v1"
kind: "Node"
content_type: concept
weight: 10
---
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/configuration/configmap.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: ConfigMaps
api_metadata:
- apiVersion: "v1"
kind: "ConfigMap"
content_type: concept
weight: 20
---
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/configuration/secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
reviewers:
- mikedanese
title: Secrets
api_metadata:
- apiVersion: "v1"
kind: "Secret"
content_type: concept
feature:
title: Secret and configuration management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: Custom Resources
reviewers:
- enisoc
- deads2k
api_metadata:
- apiVersion: "apiextensions.k8s.io/v1"
kind: "CustomResourceDefinition"
content_type: concept
weight: 10
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ reviewers:
- mikedanese
- thockin
title: Namespaces
api_metadata:
- apiVersion: "v1"
kind: "Namespace"
content_type: concept
weight: 45
---
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/policy/limit-range.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
reviewers:
- nelvadas
title: Limit Ranges
api_metadata:
- apiVersion: "v1"
kind: "LimitRange"
content_type: concept
weight: 10
---
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/policy/resource-quotas.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
reviewers:
- derekwaynecarr
title: Resource Quotas
api_metadata:
- apiVersion: "v1"
kind: "ResourceQuota"
content_type: concept
weight: 20
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
reviewers:
- freehan
title: EndpointSlices
api_metadata:
- apiVersion: "discovery.k8s.io/v1"
kind: "EndpointSlice"
content_type: concept
weight: 60
description: >-
Expand Down
5 changes: 5 additions & 0 deletions content/en/docs/concepts/services-networking/ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
reviewers:
- bprashanth
title: Ingress
api_metadata:
- apiVersion: "networking.k8s.io/v1"
kind: "Ingress"
- apiVersion: "networking.k8s.io/v1"
kind: "IngressClass"
content_type: concept
description: >-
Make your HTTP (or HTTPS) network service available using a protocol-aware configuration
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/services-networking/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
reviewers:
- bprashanth
title: Service
api_metadata:
- apiVersion: "v1"
kind: "Service"
feature:
title: Service discovery and load balancing
description: >
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ reviewers:
- msau42
- xing-yang
title: Persistent Volumes
api_metadata:
- apiVersion: "v1"
kind: "PersistentVolume"
feature:
title: Storage orchestration
description: >
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/storage/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ reviewers:
- thockin
- msau42
title: Volumes
api_metadata:
- apiVersion: ""
kind: "Volume"
content_type: concept
weight: 10
---
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/workloads/controllers/cron-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ reviewers:
- soltysh
- janetkuo
title: CronJob
api_metadata:
- apiVersion: "batch/v1"
kind: "CronJob"
content_type: concept
description: >-
A CronJob starts one-time Jobs on a repeating schedule.
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/workloads/controllers/daemonset.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ reviewers:
- janetkuo
- kow3ns
title: DaemonSet
api_metadata:
- apiVersion: "apps/v1"
kind: "DaemonSet"
description: >-
A DaemonSet defines Pods that provide node-local facilities. These might be fundamental to the operation of your cluster, such as a networking helper tool, or be part of an add-on.
content_type: concept
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/workloads/controllers/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
reviewers:
- janetkuo
title: Deployments
api_metadata:
- apiVersion: "apps/v1"
kind: "Deployment"
feature:
title: Automated rollouts and rollbacks
description: >
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/workloads/controllers/job.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ reviewers:
- erictune
- soltysh
title: Jobs
api_metadata:
- apiVersion: "batch/v1"
kind: "Job"
content_type: concept
description: >-
Jobs represent one-off tasks that run to completion and then stop.
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/workloads/controllers/replicaset.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ reviewers:
- bprashanth
- madhusudancs
title: ReplicaSet
api_metadata:
- apiVersion: "apps/v1"
kind: "ReplicaSet"
feature:
title: Self-healing
anchor: How a ReplicaSet works
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ reviewers:
- bprashanth
- janetkuo
title: ReplicationController
api_metadata:
- apiVersion: "v1"
kind: "ReplicationController"
content_type: concept
weight: 90
description: >-
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/workloads/controllers/statefulset.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ reviewers:
- kow3ns
- smarterclayton
title: StatefulSets
api_metadata:
- apiVersion: "apps/v1"
kind: "StatefulSet"
content_type: concept
description: >-
A StatefulSet runs a group of Pods, and maintains a sticky identity for each of those Pods. This is useful for managing
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/concepts/workloads/pods/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
reviewers:
- erictune
title: Pods
api_metadata:
- apiVersion: "v1"
kind: "Pod"
content_type: concept
weight: 10
no_list: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ reviewers:
- munnerz
- enj
title: Certificates and Certificate Signing Requests
api_metadata:
- apiVersion: "certificates.k8s.io/v1"
kind: "CertificateSigningRequest"
override_link_text: "CSR v1"
- apiVersion: "certificates.k8s.io/v1alpha1"
kind: "ClusterTrustBundle"
content_type: concept
weight: 25
---
Expand Down Expand Up @@ -608,3 +614,5 @@ kubectl config use-context myuser
* View the source code for the kube-controller-manager built in [approver](https://github.com/kubernetes/kubernetes/blob/32ec6c212ec9415f604ffc1f4c1f29b782968ff1/pkg/controller/certificates/approver/sarapprove.go)
* For details of X.509 itself, refer to [RFC 5280](https://tools.ietf.org/html/rfc5280#section-3.1) section 3.1
* For information on the syntax of PKCS#10 certificate signing requests, refer to [RFC 2986](https://tools.ietf.org/html/rfc2986)
* Read about the ClusterTrustBundle API:
* {{< page-api-reference kind="ClusterTrustBundle" >}}

0 comments on commit c889d9b

Please sign in to comment.