fix latest parameter
set deprecated true replace latest-version shortcode
This commit is contained in:
@@ -12,8 +12,6 @@ content_type: concept
|
||||
|
||||
This section of the Kubernetes documentation contains references.
|
||||
|
||||
|
||||
|
||||
<!-- body -->
|
||||
|
||||
## API Reference
|
||||
@@ -53,5 +51,3 @@ client libraries:
|
||||
An archive of the design docs for Kubernetes functionality. Good starting points are
|
||||
[Kubernetes Architecture](https://git.k8s.io/community/contributors/design-proposals/architecture/architecture.md) and
|
||||
[Kubernetes Design Overview](https://git.k8s.io/community/contributors/design-proposals).
|
||||
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ the appliers, results in a conflict. Shared field owners may give up ownership
|
||||
of a field by removing it from their configuration.
|
||||
|
||||
Field management is stored in a`managedFields` field that is part of an object's
|
||||
[`metadata`](/docs/reference/generated/kubernetes-api/{{< latest-version >}}/#objectmeta-v1-meta).
|
||||
[`metadata`](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#objectmeta-v1-meta).
|
||||
|
||||
A simple example of an object created by Server Side Apply could look like this:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user