manifests.io
manifests.io copied to clipboard
allow direct search of things within the spec
For example, if someone searched podAffinity should show results for:
pod.spec.affinity.podAffinity
deployment.spec.template.spec.affinity.podAffinity
The website, currently, can only search for resources defined in the k8s openapi spec. So if you wanted to search for containers you'd have to look for container as its defined as v1.container in the openapi spec:
https://manifests.io/k8s-1.23/container
same with annotations, its not a resource defined in the spec, its part of the ObjectMeta (metadata) resource, so you can only view it at:
https://manifests.io/k8s-1.23/ObjectMeta