> For the complete documentation index, see [llms.txt](https://docs.seldon.ai/seldon-core-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seldon.ai/seldon-core-1/reference/seldon-deployment-crd.md).

# Seldon Deployment CRD

**Seldon Deployment Reference Types**

A SeldonDeployment is defined as a custom resource definition within Kubernetes.

If you want to learn about more practical examples of the use of the SeldonDeployment types you can check the [Inference Graph Section](/seldon-core-1/configuration/routing/inference-graph.md)  Documentation .

Below is the 2nd half of the [seldondeployment\_types.go](https://github.com/SeldonIO/seldon-core/blob/master/operator/apis/machinelearning.seldon.io/v1/seldondeployment_types.go)  file which contains the types that are used in the SeldonDeployment YAML files.<br>

{% @github-files/github-code-block url="<https://github.com/SeldonIO/seldon-core/blob/master/operator/apis/machinelearning.seldon.io/v1/seldondeployment_types.go#L215-L654>" %}
