Fix typo of the contents
parent
c8dd511e68
commit
b6a6b81577
|
@ -108,7 +108,7 @@ are provided in the following format:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
<!-- for editors: intionally use yaml instead of json here, to prevent syntax highlight error. -->
|
<!-- for editors: intentionally use yaml instead of json here, to prevent syntax highlight error. -->
|
||||||
|
|
||||||
The relative URLs are pointing to immutable OpenAPI descriptions, in
|
The relative URLs are pointing to immutable OpenAPI descriptions, in
|
||||||
order to improve client-side caching. The proper HTTP caching headers
|
order to improve client-side caching. The proper HTTP caching headers
|
||||||
|
|
|
@ -161,7 +161,7 @@ You can also see the patch strategy in the
|
||||||
"x-kubernetes-patch-strategy": "merge"
|
"x-kubernetes-patch-strategy": "merge"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
<!-- for editors: intionally use yaml instead of json here, to prevent syntax highlight error. -->
|
<!-- for editors: intentionally use yaml instead of json here, to prevent syntax highlight error. -->
|
||||||
|
|
||||||
And you can see the patch strategy in the
|
And you can see the patch strategy in the
|
||||||
[Kubernetes API documentation](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core).
|
[Kubernetes API documentation](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core).
|
||||||
|
@ -387,7 +387,7 @@ You can also see the `retainKeys` strategy in the [OpenApi spec](https://raw.git
|
||||||
....
|
....
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
<!-- for editors: intionally use yaml instead of json here, to prevent syntax highlight error. -->
|
<!-- for editors: intentionally use yaml instead of json here, to prevent syntax highlight error. -->
|
||||||
|
|
||||||
And you can see the `retainKeys` strategy in the
|
And you can see the `retainKeys` strategy in the
|
||||||
[Kubernetes API documentation](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#deploymentspec-v1-apps).
|
[Kubernetes API documentation](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#deploymentspec-v1-apps).
|
||||||
|
|
Loading…
Reference in New Issue