--- layout: page parent: CRD reference title: ArangoRoute V1Alpha1 --- # API Reference for ArangoRoute V1Alpha1 ## Spec ### .spec.deployment Type: `string` [\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/networking/v1alpha1/route_spec.go#L27) Deployment specifies the ArangoDeployment object name *** ### .spec.destination.schema Type: `string` [\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/networking/v1alpha1/route_spec_destination.go#L30) Schema defines HTTP/S schema used for connection *** ### .spec.destination.service.checksum Type: `string` [\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/shared/v1/object.go#L61) UID keeps the information about object Checksum *** ### .spec.destination.service.name Type: `string` [\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/shared/v1/object.go#L52) Name of the object *** ### .spec.destination.service.namespace Type: `string` [\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/shared/v1/object.go#L55) Namespace of the object. Should default to the namespace of the parent object *** ### .spec.destination.service.port Type: `intstr.IntOrString` [\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/networking/v1alpha1/route_spec_destination_service.go#L36) Port defines Port or Port Name used as destination Links: * [Documentation](https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/) *** ### .spec.destination.service.uid Type: `string` [\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/shared/v1/object.go#L58) UID keeps the information about object UID *** ### .spec.destination.tls.insecure Type: `boolean` [\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/networking/v1alpha1/route_spec_destination_tls.go#L25) Insecure allows Insecure traffic *** ### .spec.route.path Type: `string` [\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/networking/v1alpha1/route_spec_route.go#L29) Path specifies the Path route ## Status ### .status.conditions Type: `api.Conditions` [\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.42/pkg/apis/networking/v1alpha1/route_status.go#L28) Conditions specific to the entire extension