mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
typo: poc -> pod
This commit is contained in:
parent
33d32f7407
commit
a2025cff43
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Here, `example` is an arbitrary string which identifies the pod (just as `ex` id
|
||||||
The format under {{< option "kubernetes.resources" true >}} largely mirrors that of the [Kubernetes API](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/) which can generally be explored with `kubectl`; e.g.
|
The format under {{< option "kubernetes.resources" true >}} largely mirrors that of the [Kubernetes API](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/) which can generally be explored with `kubectl`; e.g.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
kubectl explain poc.spec.containers
|
kubectl explain pod.spec.containers
|
||||||
```
|
```
|
||||||
|
|
||||||
However, our format uses the plural form and injects resource names where appropriate.
|
However, our format uses the plural form and injects resource names where appropriate.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue