File tree Expand file tree Collapse file tree
documentation/docs/api/crds Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ It can also be used in combination with `initContainers` to provision files, VCS
4646See:
4747
4848- [ Documentation] ( https://kubernetes.io/docs/tasks/configure-pod-container/configure-volume-storage/ )
49- - [ API Reference] ( https://v1-18.docs. kubernetes.io/docs/reference/generated/ kubernetes-api/v1.18/#volume-v1-core )
49+ - [ API Reference] ( https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#volumes-1 )
5050
5151### VolumeMounts (Optional)
5252
@@ -58,7 +58,7 @@ It is used in combination with [`volumes`](#volumes-optional) (see above).
5858See:
5959
6060- [ Documentation] ( https://kubernetes.io/docs/tasks/configure-pod-container/configure-volume-storage/ )
61- - [ API Reference] ( https://v1-18.docs. kubernetes.io/docs/reference/generated/ kubernetes-api/v1.18/#volumemount-v1-core )
61+ - [ API Reference] ( https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#volumes-1 )
6262
6363### InitContainers (Optional)
6464
@@ -110,7 +110,7 @@ spec:
110110See :
111111
112112- [Documentation](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/)
113- - [API Reference](https://v1-18.docs. kubernetes.io/docs/reference/generated/ kubernetes-api/v1.18/#container -v1-core )
113+ - [API Reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod -v1/#containers )
114114
115115# ## Affinity and Tolerations (optional)
116116
You can’t perform that action at this time.
0 commit comments