| Field | Type | Description | Value(s) |
|---|---|---|---|
name | string | Route destination as an address prefix. | |
metric | uint32 | The optional metric for the route. |
BlackholeRouteConfig is a config document to configure blackhole routes.
apiVersion: v1alpha1
kind: BlackholeRouteConfig
name: 10.0.0.0/12 # Route destination as an address prefix.
metric: 100 # The optional metric for the route.
| Field | Type | Description | Value(s) |
|---|---|---|---|
name | string | Route destination as an address prefix. | |
metric | uint32 | The optional metric for the route. |
Was this page helpful?
Suggestions