Back to Talos

BlackholeRouteConfig

website/content/v1.13/reference/configuration/network/blackholerouteconfig.md

1.13.0556 B
Original Source
<!-- markdownlint-disable -->

{{< highlight yaml >}} apiVersion: v1alpha1 kind: BlackholeRouteConfig name: 10.0.0.0/12 # Route destination as an address prefix. metric: 100 # The optional metric for the route. {{< /highlight >}}

FieldTypeDescriptionValue(s)
namestringRoute destination as an address prefix. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
name: 10.0.0.0/12
{{< /highlight >}}</details>
metricuint32The optional metric for the route.